matrix-spec/api/client-server/v2_alpha/definitions/event_batch.json
2015-09-25 18:10:28 +01:00

13 lines
204 B
JSON

{
"type": "object",
"properties": {
"events": {
"type": "array",
"description": "List of indicies into an events array",
"items": {
"type": "integer"
}
}
}
}