Organise NCMP & CPS Event Schema Folders 96/140096/4
authorseanbeirne <sean.beirne@est.tech>
Tue, 28 Jan 2025 10:16:34 +0000 (10:16 +0000)
committerSean Beirne <sean.beirne@est.tech>
Thu, 30 Jan 2025 17:30:24 +0000 (17:30 +0000)
-Directories will reflect application.yml topic topology

Issue-ID: CPS-2590
Change-Id: I42bfa10c54ae79726b5ad0b4d60a0d9e826a34d5
Signed-off-by: seanbeirne <sean.beirne@est.tech>
cps-events/src/main/resources/schemas/cps.dataupdated/cps-data-updated-event-schema-1.0.0.json [moved from cps-events/src/main/resources/schemas/updatenode/cps-data-updated-event-schema-1.0.0.json with 100% similarity]
cps-ncmp-events/src/main/resources/schemas/dmi/cm-events/avc-event-schema-1.0.0.json [moved from cps-ncmp-events/src/main/resources/schemas/dmidataavc/avc-event-schema-1.0.0.json with 100% similarity]
cps-ncmp-events/src/main/resources/schemas/dmi/device-heartbeat/device-trust-level-event-schema-1.0.0.json [moved from cps-ncmp-events/src/main/resources/schemas/trustlevel/device-trust-level-event-schema-1.0.0.json with 100% similarity]
cps-ncmp-events/src/main/resources/schemas/ncmp/async-m2m/data-operation-event-schema-1.0.0.json [moved from cps-ncmp-events/src/main/resources/schemas/async/data-operation-event-schema-1.0.0.json with 100% similarity]
cps-ncmp-events/src/main/resources/schemas/ncmp/async-m2m/dmi-async-request-response-event-schema-v1.json [moved from cps-ncmp-events/src/main/resources/schemas/dmi-async-request-response-event-schema-v1.json with 97% similarity]
cps-ncmp-events/src/main/resources/schemas/ncmp/async-m2m/ncmp-async-request-response-event-schema-v1.json [moved from cps-ncmp-events/src/main/resources/schemas/ncmp-async-request-response-event-schema-v1.json with 98% similarity]
cps-ncmp-events/src/main/resources/schemas/ncmp/avc/avc-event-schema-1.0.0.json [moved from cps-ncmp-events/src/main/resources/schemas/ncmpdataavc/avc-event-schema-1.0.0.json with 100% similarity]
cps-ncmp-events/src/main/resources/schemas/ncmp/avc/dmi-in-event-schema-1.0.0.json [moved from cps-ncmp-events/src/main/resources/schemas/cmnotificationsubscription/dmi-in-event-schema-1.0.0.json with 100% similarity]
cps-ncmp-events/src/main/resources/schemas/ncmp/avc/dmi-out-event-schema-1.0.0.json [moved from cps-ncmp-events/src/main/resources/schemas/cmnotificationsubscription/dmi-out-event-schema-1.0.0.json with 100% similarity]
cps-ncmp-events/src/main/resources/schemas/ncmp/avc/ncmp-in-event-schema-1.0.0.json [moved from cps-ncmp-events/src/main/resources/schemas/cmnotificationsubscription/ncmp-in-event-schema-1.0.0.json with 100% similarity]
cps-ncmp-events/src/main/resources/schemas/ncmp/avc/ncmp-out-event-schema-1.0.0.json [moved from cps-ncmp-events/src/main/resources/schemas/cmnotificationsubscription/ncmp-out-event-schema-1.0.0.json with 100% similarity]

@@ -6,6 +6,7 @@
     "DmiAsyncRequestResponseEvent": {
       "description": "The payload for NCMP async request response event.",
       "type": "object",
+      "javaType" : "org.onap.cps.ncmp.event.model.DmiAsyncRequestResponseEvent",
       "properties": {
         "eventId": {
           "description": "The unique id identifying the event generated by DMI.",
@@ -6,6 +6,7 @@
     "NcmpAsyncRequestResponseEvent": {
       "description": "The payload for CPS async request response event.",
       "type": "object",
+      "javaType" : "org.onap.cps.ncmp.event.model.NcmpAsyncRequestResponseEvent",
       "properties": {
         "eventId": {
           "description": "The unique id identifying the event generated by DMI.",