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

13 lines
180 B
JSON

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