mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 09:58:38 +01:00
As a side effect, I got rid of all of the horrible symlinks and just put in all of the proper relative paths. Because the horrible symlinks were horrible.
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" }]
|
|
}
|
|
}
|
|
}
|
|
}
|