docs-matrix-spec/api/client-server/v1/definitions/push_rule.json
2015-11-03 19:35:44 +00:00

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