From 77b0678807027279b53fb76e26edcf4e0dffc4b8 Mon Sep 17 00:00:00 2001 From: Elian Kraja Date: Tue, 9 Jun 2020 11:51:33 +0200 Subject: [PATCH] Fix on SerAvailabilityNotificationSubscription schema --- .../SerAvailabilityNotificationSubscription.schema.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/SRV/SRVSUB/schemas/SerAvailabilityNotificationSubscription.schema.json b/SRV/SRVSUB/schemas/SerAvailabilityNotificationSubscription.schema.json index fd3a56d..26682d5 100644 --- a/SRV/SRVSUB/schemas/SerAvailabilityNotificationSubscription.schema.json +++ b/SRV/SRVSUB/schemas/SerAvailabilityNotificationSubscription.schema.json @@ -42,13 +42,6 @@ "filteringCriteria": { "description": "Filtering criteria to match services for which events are requested to be reported. If absent, matches all services. All child attributes are combined with the logical \"AND\" operation.", "type": "object", - "not": { - "required": [ - "serInstanceIds", - "serNames", - "serCategories" - ] - }, "properties": { "serInstanceIds": { "description": "Identifiers of service instances about which to report events.", -- GitLab