diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2023-06-29 14:42:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-06-29 14:42:13 +0000 |
commit | 89fa380df34de48e3dfaa4aec8501dfbb2351635 (patch) | |
tree | 2724964c7e32eb33b53d4ec1ec37776b5b3e5443 /cps-ncmp-events/src/main/resources/schemas/subscription/dmi-subscription-response-event-schema-1.0.0.json | |
parent | e79415f72acce2d9508737fae552b989db1d473f (diff) | |
parent | 5de97885c73090933c2d257bedc79cf43dd5db8c (diff) |
Merge "NCMP to DMI subscription event schema compliant with Cloud Events"
Diffstat (limited to 'cps-ncmp-events/src/main/resources/schemas/subscription/dmi-subscription-response-event-schema-1.0.0.json')
-rw-r--r-- | cps-ncmp-events/src/main/resources/schemas/subscription/dmi-subscription-response-event-schema-1.0.0.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cps-ncmp-events/src/main/resources/schemas/subscription/dmi-subscription-response-event-schema-1.0.0.json b/cps-ncmp-events/src/main/resources/schemas/subscription/dmi-subscription-response-event-schema-1.0.0.json index 808445917b..ec968fd0c0 100644 --- a/cps-ncmp-events/src/main/resources/schemas/subscription/dmi-subscription-response-event-schema-1.0.0.json +++ b/cps-ncmp-events/src/main/resources/schemas/subscription/dmi-subscription-response-event-schema-1.0.0.json @@ -59,11 +59,12 @@ "subscriptionStatus" ], "additionalProperties": false - }, - "required": [ - "data" - ] - } + } + }, + "additionalProperties": false, + "required": [ + "data" + ] } } }
\ No newline at end of file |