aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-events
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2025-02-28 15:58:04 +0000
committermpriyank <priyank.maheshwari@est.tech>2025-03-03 11:35:58 +0000
commit4b6efbbe9fa905a3ee4bc6e7ae5ced2ddd079fb8 (patch)
tree5778fa096ef75f3c4cec5bddcf23730ba4cbeddc /cps-ncmp-events
parentb0269d5b66bc668f3e4b10f181bd290ddbac680f (diff)
RTD update related to event schemas
- moving the event schemas file to corresponding folder in the docs folder as it is in the cps-ncmp-events - the files are updated as per the new event data schemas Issue-ID: CPS-2645 Change-Id: Ibcc9b504c6db8a3556773eeaadebcf02f1a3bb96 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-ncmp-events')
-rw-r--r--cps-ncmp-events/src/main/resources/schemas/ncmp/avc/ncmp-out-event-schema-1.0.0.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/cps-ncmp-events/src/main/resources/schemas/ncmp/avc/ncmp-out-event-schema-1.0.0.json b/cps-ncmp-events/src/main/resources/schemas/ncmp/avc/ncmp-out-event-schema-1.0.0.json
index 466ce04a0f..f1dabc17a3 100644
--- a/cps-ncmp-events/src/main/resources/schemas/ncmp/avc/ncmp-out-event-schema-1.0.0.json
+++ b/cps-ncmp-events/src/main/resources/schemas/ncmp/avc/ncmp-out-event-schema-1.0.0.json
@@ -30,17 +30,17 @@
"acceptedTargets": {
"type": "object",
"existingJavaType": "java.util.Collection<String>",
- "description": "Unique Collection of accepted targets"
+ "description": "Collection of accepted targets"
},
"rejectedTargets": {
"type": "object",
"existingJavaType": "java.util.Collection<String>",
- "description": "Unique Collection of rejected targets"
+ "description": "Collection of rejected targets"
},
"pendingTargets": {
"type": "object",
"existingJavaType": "java.util.Collection<String>",
- "description": "Unique Collection of pending targets"
+ "description": "Collection of pending targets"
}
},
"required": [