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

13 lines
204 B
JSON
Raw Normal View History

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