diff options
author | Luke Gleeson <luke.gleeson@est.tech> | 2023-06-28 09:44:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-06-28 09:44:46 +0000 |
commit | 07c3935d0eeeacede85e06728c88ae940f9062de (patch) | |
tree | 6ef9b3283a87a30c47133472184c849e6a43a2bc /cps-ncmp-events/src/main | |
parent | e9c509ae75add43d824194a9cbc85254d218b48f (diff) | |
parent | 655896d07f37b590f574b39875aa7b79388d0f42 (diff) |
Merge "Subscription dmi_to_ncmp package clean-up"
Diffstat (limited to 'cps-ncmp-events/src/main')
-rw-r--r-- | cps-ncmp-events/src/main/resources/schemas/subscription/dmi-subscription-response-event-schema-1.0.0.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 527d6e5793..808445917b 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", |