From befa23624e0a9d41ba9bfe56acb6da5445728370 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Thu, 8 Oct 2015 13:41:47 +0100 Subject: [PATCH] It's dangerous to go alone, take this. --- api/client-server/v1/definitions/push_condition.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 api/client-server/v1/definitions/push_condition.json diff --git a/api/client-server/v1/definitions/push_condition.json b/api/client-server/v1/definitions/push_condition.json new file mode 100644 index 00000000..1d84955c --- /dev/null +++ b/api/client-server/v1/definitions/push_condition.json @@ -0,0 +1,9 @@ +{ + "type": "object", + "properties": { + "kind": { + "type": "string", + "enum": ["event_match", "profile_tag", "contains_display_name", "room_member_count"] + } + } +} \ No newline at end of file