summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiamh Core <niamh.core@est.tech>2021-08-25 12:40:53 +0000
committerGerrit Code Review <gerrit@onap.org>2021-08-25 12:40:53 +0000
commitad04b77071257d5f144ae4925a114009e749d571 (patch)
tree38815db38ac0ddb91f9a003898df9cdda1ed8e17
parente8997342a99415555680eedcbe4e12722f55fc33 (diff)
parent0e5bb2a56d78856a6f6d1e90f049c08f5346407f (diff)
Merge "Review event schema description"
-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"
},