matrix-spec/api/client-server/v2_alpha/definitions/event_batch.json
2015-09-28 12:52:12 +01:00

13 lines
203 B
JSON

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