From 4b6efbbe9fa905a3ee4bc6e7ae5ced2ddd079fb8 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Fri, 28 Feb 2025 15:58:04 +0000 Subject: 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 --- .../resources/schemas/ncmp/avc/ncmp-out-event-schema-1.0.0.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cps-ncmp-events') 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", - "description": "Unique Collection of accepted targets" + "description": "Collection of accepted targets" }, "rejectedTargets": { "type": "object", "existingJavaType": "java.util.Collection", - "description": "Unique Collection of rejected targets" + "description": "Collection of rejected targets" }, "pendingTargets": { "type": "object", "existingJavaType": "java.util.Collection", - "description": "Unique Collection of pending targets" + "description": "Collection of pending targets" } }, "required": [ -- cgit 1.2.3-korg