diff options
Diffstat (limited to 'cps-ncmp-events/src/main/resources/schemas/ncmp/avc/ncmp-out-event-schema-1.0.0.json')
-rw-r--r-- | cps-ncmp-events/src/main/resources/schemas/ncmp/avc/ncmp-out-event-schema-1.0.0.json | 6 |
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": [ |