matrix-spec/api/client-server/definitions/push_ruleset.json

66 lines
1.1 KiB
JSON
Raw Normal View History

{
2015-11-03 20:35:44 +01:00
"type": "object",
"properties": {
"content": {
"items": {
2015-11-03 20:35:44 +01:00
"type": "object",
"title": "PushRule",
"allOf": [
{
"$ref": "push_rule.json"
}
]
2015-11-03 20:35:44 +01:00
},
"type": "array"
2015-11-03 20:35:44 +01:00
},
"override": {
"items": {
2015-11-03 20:35:44 +01:00
"type": "object",
"title": "PushRule",
"allOf": [
{
"$ref": "push_rule.json"
}
]
2015-11-03 20:35:44 +01:00
},
"type": "array"
2015-11-03 20:35:44 +01:00
},
"sender": {
"items": {
2015-11-03 20:35:44 +01:00
"type": "object",
"title": "PushRule",
"allOf": [
{
"$ref": "push_rule.json"
}
]
2015-11-03 20:35:44 +01:00
},
"type": "array"
2015-11-03 20:35:44 +01:00
},
"underride": {
"items": {
2015-11-03 20:35:44 +01:00
"type": "object",
"title": "PushRule",
"allOf": [
{
"$ref": "push_rule.json"
}
]
2015-11-03 20:35:44 +01:00
},
"type": "array"
2015-11-03 20:35:44 +01:00
},
"room": {
"items": {
2015-11-03 20:35:44 +01:00
"type": "object",
"title": "PushRule",
"allOf": [
{
"$ref": "push_rule.json"
}
]
2015-11-03 20:35:44 +01:00
},
"type": "array"
}
}
2015-11-03 20:35:44 +01:00
}