Skip to content

Commit 3696f5d

Browse files
committed
Fix typo
1 parent dc85f6b commit 3696f5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsonschema/equinix/fabric/v1/ChangeEvent.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"operation": {
9797
"$ref": "#/definitions/Operation",
9898
"additionalProperties": true,
99-
"description": "Operation status of resource that fired the event"
99+
"description": "Operational status of resource that fired the event"
100100
}
101101
},
102102
"additionalProperties": true,
@@ -162,9 +162,9 @@
162162
},
163163
"Operation": {
164164
"properties": {
165-
"operationStatus": {
165+
"operationalStatus": {
166166
"type": "string",
167-
"description": "Operation status for the resource target of the event"
167+
"description": "Operational status for the resource target of the event"
168168
}
169169
},
170170
"additionalProperties": true,

0 commit comments

Comments
 (0)