mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 04:28:38 +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" }]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|