mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-29 20:18:37 +01:00
13 lines
244 B
JSON
13 lines
244 B
JSON
{
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "object",
|
|
"x-pattern": "$EVENT_TYPE",
|
|
"additionalProperties": {
|
|
"type": "object",
|
|
"x-pattern": "$STATE_KEY",
|
|
"allOf": [{"$ref": "event.json" }]
|
|
}
|
|
}
|
|
}
|