Skip to content

Commit 11077f6

Browse files
authored
CXF-116546-Include operation properties in EPT changeEvent (#79)
1 parent ad23ac0 commit 11077f6

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

jsonschema/equinix/time_service/v1/ChangeEvent.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,36 @@
8080
"type": "string",
8181
"description": "Name of the resource generating the event"
8282
},
83-
"status": {
83+
"state": {
8484
"type": "string",
8585
"description": "Status of the resource generating the event"
8686
},
8787
"description": {
8888
"type": "string",
8989
"description": "Description of the resource generating the event"
90+
},
91+
"operation": {
92+
"$ref": "#/definitions/Operation",
93+
"additionalProperties": true,
94+
"description": "Change information for the resource that fired the event"
9095
}
9196
},
9297
"additionalProperties": true,
9398
"type": "object",
9499
"title": "Resource",
95100
"description": "Schema of the resource that fired the event"
101+
},
102+
"Operation": {
103+
"properties": {
104+
"operationalStatus": {
105+
"type": "string",
106+
"description": "Operational status of time service"
107+
}
108+
},
109+
"additionalProperties": true,
110+
"type": "object",
111+
"title": "Operation",
112+
"description": "Operational details of the time service"
96113
}
97114
},
98115
"cloudeventTypes": [

0 commit comments

Comments
 (0)