mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 09:58:38 +01:00
60 lines
998 B
JSON
60 lines
998 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"content": {
|
|
"items": {
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"$ref": "push_rule.json"
|
|
}
|
|
]
|
|
},
|
|
"type": "array"
|
|
},
|
|
"override": {
|
|
"items": {
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"$ref": "push_rule.json"
|
|
}
|
|
]
|
|
},
|
|
"type": "array"
|
|
},
|
|
"sender": {
|
|
"items": {
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"$ref": "push_rule.json"
|
|
}
|
|
]
|
|
},
|
|
"type": "array"
|
|
},
|
|
"underride": {
|
|
"items": {
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"$ref": "push_rule.json"
|
|
}
|
|
]
|
|
},
|
|
"type": "array"
|
|
},
|
|
"room": {
|
|
"items": {
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"$ref": "push_rule.json"
|
|
}
|
|
]
|
|
},
|
|
"type": "array"
|
|
}
|
|
}
|
|
} |