From e9d2f4fa53927711d9fb058ebf815d8db2d551cc Mon Sep 17 00:00:00 2001 From: mpriyank Date: Wed, 25 May 2022 12:25:48 +0100 Subject: [PATCH] NcmpEvent creation for ModuleSync - NcmpEvent schema creation which will be published when module sync is completed - Added cmHandleId in the event payload and made eventCorrelationId as optional - Upcoming : NcmpEvent publisher code and mapping of the events Issue-ID: CPS-1036 Change-Id: I7731e6e6a4a8f718967ce68cc6ae0e411eb8c12b Signed-off-by: mpriyank --- cps-bom/pom.xml | 2 +- .../resources/schemas/ncmp-event-schema-v1.json | 87 ++++++++++++++++++++++ 2 files changed, 88 insertions(+), 1 deletion(-) create mode 100644 cps-ncmp-events/src/main/resources/schemas/ncmp-event-schema-v1.json diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index f2fcb6ee0..9b864b07f 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -2,7 +2,7 @@