mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-08 04:24:10 +01:00
Add a limit to filters
This commit is contained in:
parent
a31a446661
commit
e1f73f5233
|
|
@ -1,6 +1,11 @@
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"limit": {
|
||||||
|
"type": "integer",
|
||||||
|
"description":
|
||||||
|
"The maximum number of events to return."
|
||||||
|
},
|
||||||
"types": {
|
"types": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description":
|
"description":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue