diff options
-rw-r--r-- | cps-events/src/main/resources/schemas/cps-data-updated-event-schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-events/src/main/resources/schemas/cps-data-updated-event-schema.json b/cps-events/src/main/resources/schemas/cps-data-updated-event-schema.json index c2fa5f2871..95dc605da4 100644 --- a/cps-events/src/main/resources/schemas/cps-data-updated-event-schema.json +++ b/cps-events/src/main/resources/schemas/cps-data-updated-event-schema.json @@ -12,7 +12,7 @@ "type": "object", "properties": { "schema": { - "description": "The schema, including its version, that this event adheres to. Ex: 'urn:cps:org.onap.cps:data-updated-event-schema:v1'.", + "description": "The schema, including its version, that this event adheres to. E.g. 'urn:cps:org.onap.cps:data-updated-event-schema:v99'.", "type": "string", "format": "uri" }, |