From: mpriyank Date: Tue, 14 Mar 2023 13:51:15 +0000 (+0000) Subject: Enhance DMI Data AVC Event schema X-Git-Tag: 3.2.6~12^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c02ce941b719f18a50a291e850231da4a7a64238;p=cps.git Enhance DMI Data AVC Event schema - Enhancing the DMI Data Avc Event to have the event section as Object at the moment. Issue-ID: CPS-1554 Change-Id: I7f9e1d66ab146f4133886188cd3e4049ac17c76b Signed-off-by: mpriyank --- diff --git a/cps-ncmp-events/src/main/resources/schemas/avc-event-schema-v1.json b/cps-ncmp-events/src/main/resources/schemas/avc-event-schema-v1.json index 6db03f6eb..c8109ca17 100644 --- a/cps-ncmp-events/src/main/resources/schemas/avc-event-schema-v1.json +++ b/cps-ncmp-events/src/main/resources/schemas/avc-event-schema-v1.json @@ -47,11 +47,14 @@ "eventType", "eventSchema", "eventSchemaVersion" - ] + ], + "additionalProperties": false }, "Event": { "description": "The AVC event content.", - "type": "object" + "type": "object", + "existingJavaType": "java.lang.Object", + "additionalProperties": false } } } \ No newline at end of file