aboutsummaryrefslogtreecommitdiffstats
path: root/cps-events
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2021-08-25 06:16:51 -0400
committerBruno Sakoto <bruno.sakoto@bell.ca>2021-08-25 06:47:33 -0400
commit0e5bb2a56d78856a6f6d1e90f049c08f5346407f (patch)
treed4a14ea121d60c4d3c2c0e0a53d221588232cca2 /cps-events
parent8db6414556299a32343805942fc0233efd6dc6e6 (diff)
Review event schema description
This change is related to a comment on previous change. Issue-ID: CPS-584, CPS-459 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I402841d0a00f282bee1ddc19818f86cf4b0e3923
Diffstat (limited to 'cps-events')
-rw-r--r--cps-events/src/main/resources/schemas/cps-data-updated-event-schema.json2
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 c2fa5f287..95dc605da 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"
},