Enhance DMI Data AVC Event schema
[cps.git] / 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