mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 18:08:37 +01:00
14 lines
206 B
JSON
14 lines
206 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"events": {
|
|
"type": "array",
|
|
"description": "List of events",
|
|
"items": {
|
|
"title": "Event",
|
|
"type": "object"
|
|
}
|
|
}
|
|
}
|
|
}
|