matrix-spec/api/client-server/v2_alpha/definitions/event_batch.json

13 lines
203 B
JSON
Raw Normal View History

2015-09-25 19:10:28 +02:00
{
"type": "object",
"properties": {
"events": {
"type": "array",
2015-09-28 13:52:12 +02:00
"description": "List of indices into an events array",
2015-09-25 19:10:28 +02:00
"items": {
"type": "integer"
}
}
}
}