From: Bruno Sakoto Date: Wed, 25 Aug 2021 10:16:51 +0000 (-0400) Subject: Review event schema description X-Git-Tag: 2.0.0~22^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F123536%2F1;p=cps.git 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 Change-Id: I402841d0a00f282bee1ddc19818f86cf4b0e3923 --- 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" },