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"
|
|
}
|
|
}
|
|
} |