summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-events
diff options
context:
space:
mode:
authorSourabh Sourabh <sourabh.sourabh@est.tech>2024-08-07 14:34:47 +0000
committerGerrit Code Review <gerrit@onap.org>2024-08-07 14:34:47 +0000
commit8e2603ab9838b111f66d38ec137114436fe298a4 (patch)
treeaf6649df196ebd159afa57190447ead78ef594e8 /cps-ncmp-events
parent31209db54274d33d7b68d674ae4c9404f6b7fc6d (diff)
parent0b200f1795333d599434220b7a384e2a27e096af (diff)
Merge "Cm Subscriptions Docs"
Diffstat (limited to 'cps-ncmp-events')
-rw-r--r--cps-ncmp-events/src/main/resources/schemas/cmnotificationsubscription/ncmp-out-event-schema-1.0.0.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-ncmp-events/src/main/resources/schemas/cmnotificationsubscription/ncmp-out-event-schema-1.0.0.json b/cps-ncmp-events/src/main/resources/schemas/cmnotificationsubscription/ncmp-out-event-schema-1.0.0.json
index 0e6e29049c..11dc4e1114 100644
--- a/cps-ncmp-events/src/main/resources/schemas/cmnotificationsubscription/ncmp-out-event-schema-1.0.0.json
+++ b/cps-ncmp-events/src/main/resources/schemas/cmnotificationsubscription/ncmp-out-event-schema-1.0.0.json
@@ -44,10 +44,10 @@
}
},
"required": [
+ "subscriptionId",
"acceptedTargets",
- "pendingTargets",
"rejectedTargets",
- "subscriptionId"
+ "pendingTargets"
],
"title": "Data"
}