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

9 lines
181 B
JSON
Raw Normal View History

2015-10-08 14:41:47 +02:00
{
"type": "object",
"properties": {
"kind": {
"type": "string",
"enum": ["event_match", "profile_tag", "contains_display_name", "room_member_count"]
}
}
}