mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 18:08:37 +01:00
Attempts to make the /sync documentation better represent fact as it currently stands - in particular document the structure of the returned events.
14 lines
224 B
JSON
14 lines
224 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"events": {
|
|
"type": "array",
|
|
"description": "List of events",
|
|
"items": {
|
|
"type": "object",
|
|
"allOf": [{"$ref": "event.json" }]
|
|
}
|
|
}
|
|
}
|
|
}
|