summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-events/src/main/resources/schemas/subscription/client-to-ncmp-subscription-event-1.0.0.json
diff options
context:
space:
mode:
authorPriyank Maheshwari <priyank.maheshwari@est.tech>2023-06-29 14:42:13 +0000
committerGerrit Code Review <gerrit@onap.org>2023-06-29 14:42:13 +0000
commit89fa380df34de48e3dfaa4aec8501dfbb2351635 (patch)
tree2724964c7e32eb33b53d4ec1ec37776b5b3e5443 /cps-ncmp-events/src/main/resources/schemas/subscription/client-to-ncmp-subscription-event-1.0.0.json
parente79415f72acce2d9508737fae552b989db1d473f (diff)
parent5de97885c73090933c2d257bedc79cf43dd5db8c (diff)
Merge "NCMP to DMI subscription event schema compliant with Cloud Events"
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.json10
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