Enhance DMI Data AVC Event schema 52/133652/1
authormpriyank <priyank.maheshwari@est.tech>
Tue, 14 Mar 2023 13:51:15 +0000 (13:51 +0000)
committermpriyank <priyank.maheshwari@est.tech>
Tue, 14 Mar 2023 13:51:19 +0000 (13:51 +0000)
- 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 <priyank.maheshwari@est.tech>
cps-ncmp-events/src/main/resources/schemas/avc-event-schema-v1.json

index 6db03f6..c8109ca 100644 (file)
         "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