We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc85f6b commit 3696f5dCopy full SHA for 3696f5d
jsonschema/equinix/fabric/v1/ChangeEvent.json
@@ -96,7 +96,7 @@
96
"operation": {
97
"$ref": "#/definitions/Operation",
98
"additionalProperties": true,
99
- "description": "Operation status of resource that fired the event"
+ "description": "Operational status of resource that fired the event"
100
}
101
},
102
@@ -162,9 +162,9 @@
162
163
"Operation": {
164
"properties": {
165
- "operationStatus": {
+ "operationalStatus": {
166
"type": "string",
167
- "description": "Operation status for the resource target of the event"
+ "description": "Operational status for the resource target of the event"
168
169
170
0 commit comments