From 655896d07f37b590f574b39875aa7b79388d0f42 Mon Sep 17 00:00:00 2001 From: seanbeirne Date: Tue, 27 Jun 2023 16:56:31 +0100 Subject: Subscription dmi_to_ncmp package clean-up Issue-ID: CPS-1738 Signed-off-by: seanbeirne Change-Id: I7e01c89cb187233b53b8786e42d2fe2c0f24dbd9 --- .../subscription/dmi-subscription-response-event-schema-1.0.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cps-ncmp-events') diff --git a/cps-ncmp-events/src/main/resources/schemas/subscription/dmi-subscription-response-event-schema-1.0.0.json b/cps-ncmp-events/src/main/resources/schemas/subscription/dmi-subscription-response-event-schema-1.0.0.json index 527d6e579..808445917 100644 --- a/cps-ncmp-events/src/main/resources/schemas/subscription/dmi-subscription-response-event-schema-1.0.0.json +++ b/cps-ncmp-events/src/main/resources/schemas/subscription/dmi-subscription-response-event-schema-1.0.0.json @@ -31,7 +31,7 @@ "SubscriptionEventResponse" : { "description": "The payload for subscription response event.", "type": "object", - "javaType": "org.onap.cps.ncmp.events.subscription1_0_0.SubscriptionEventResponse", + "javaType": "org.onap.cps.ncmp.events.avcsubscription1_0_0.dmi_to_ncmp.SubscriptionEventResponse", "properties": { "data": { "type": "object", -- cgit 1.2.3-korg