From bd753d4bf454ee0cab6751c8d109e9b47d09e51c Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 5 Oct 2016 18:53:08 +0100 Subject: [PATCH] Re-add required flags the correct way --- api/client-server/notifications.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/client-server/notifications.yaml b/api/client-server/notifications.yaml index 35e08bdf..f49f87f2 100644 --- a/api/client-server/notifications.yaml +++ b/api/client-server/notifications.yaml @@ -91,6 +91,7 @@ paths: } schema: type: object + required: ["notifications"] properties: next_token: type: string @@ -102,6 +103,7 @@ paths: type: array items: type: object + required: ["actions", "event", "read", "room_id", "ts"] title: Notification properties: actions: