21 lines
325 B
JSON
21 lines
325 B
JSON
{
|
|
"title": "PushRule",
|
|
"type": "object",
|
|
"properties": {
|
|
"default": {
|
|
"type": "boolean"
|
|
},
|
|
"enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"rule_id": {
|
|
"type": "string"
|
|
},
|
|
"actions": {
|
|
"items": {
|
|
"type": ["object", "string"]
|
|
},
|
|
"type": "array"
|
|
}
|
|
}
|
|
}
|