matrix-spec/api/client-server/v2_alpha/definitions/event_batch.json
2015-11-03 19:35:44 +00:00

14 lines
206 B
JSON

{
"type": "object",
"properties": {
"events": {
"type": "array",
"description": "List of events",
"items": {
"title": "Event",
"type": "object"
}
}
}
}