diff options
Diffstat (limited to 'cps-ncmp-events/src/main/resources/schemas/subscription/client-to-ncmp-subscription-event-1.0.0.json')
-rw-r--r-- | cps-ncmp-events/src/main/resources/schemas/subscription/client-to-ncmp-subscription-event-1.0.0.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cps-ncmp-events/src/main/resources/schemas/subscription/client-to-ncmp-subscription-event-1.0.0.json b/cps-ncmp-events/src/main/resources/schemas/subscription/client-to-ncmp-subscription-event-1.0.0.json index 8285677483..2bbd09bade 100644 --- a/cps-ncmp-events/src/main/resources/schemas/subscription/client-to-ncmp-subscription-event-1.0.0.json +++ b/cps-ncmp-events/src/main/resources/schemas/subscription/client-to-ncmp-subscription-event-1.0.0.json @@ -87,13 +87,13 @@ ], "type": "object", "additionalProperties": false - }, - "required": [ - "data" - ] + } }, "type": "object", - "additionalProperties": false + "additionalProperties": false, + "required": [ + "data" + ] } } }
\ No newline at end of file |