From 47318b13869070f558744b7a4e1a80a0082f3dbf Mon Sep 17 00:00:00 2001 From: canterafonsj Date: Wed, 19 Dec 2018 11:54:25 +0100 Subject: [PATCH] Update Subscription.json. notification field is required. --- schema/subscriptions/Subscription.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema/subscriptions/Subscription.json b/schema/subscriptions/Subscription.json index d63495a..79022bf 100644 --- a/schema/subscriptions/Subscription.json +++ b/schema/subscriptions/Subscription.json @@ -162,7 +162,8 @@ { "required": [ "id", - "type" + "type", + "notification" ] }, { -- GitLab