summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-events/src/main/resources/schemas/dmi-async-request-response-event-schema-v1.json
diff options
context:
space:
mode:
Diffstat (limited to 'cps-ncmp-events/src/main/resources/schemas/dmi-async-request-response-event-schema-v1.json')
-rw-r--r--cps-ncmp-events/src/main/resources/schemas/dmi-async-request-response-event-schema-v1.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-ncmp-events/src/main/resources/schemas/dmi-async-request-response-event-schema-v1.json b/cps-ncmp-events/src/main/resources/schemas/dmi-async-request-response-event-schema-v1.json
index 528c06382..2340a4bc4 100644
--- a/cps-ncmp-events/src/main/resources/schemas/dmi-async-request-response-event-schema-v1.json
+++ b/cps-ncmp-events/src/main/resources/schemas/dmi-async-request-response-event-schema-v1.json
@@ -31,6 +31,10 @@
"description": "The event schema for async request response events.",
"type": "string"
},
+ "eventSchemaVersion": {
+ "description": "The event schema version for async request response events.",
+ "type": "string"
+ },
"eventSource": {
"description": "The source of the event.",
"type": "string"
@@ -46,6 +50,7 @@
"eventTarget",
"eventType",
"eventSchema",
+ "eventSchemaVersion",
"eventSource",
"eventContent"
]