File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
jsonschema/equinix/fabric/v1 Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 9292 "$ref" : " #/definitions/Change" ,
9393 "additionalProperties" : true ,
9494 "description" : " Change information for the resource that fired the event"
95+ },
96+ "operation" : {
97+ "$ref" : " #/definitions/Operation" ,
98+ "additionalProperties" : true ,
99+ "description" : " Operational status of resource that fired the event"
95100 }
96101 },
97102 "additionalProperties" : true ,
154159 "type" : " object" ,
155160 "title" : " ChangeData" ,
156161 "description" : " ChangeData attribute schema"
162+ },
163+ "Operation" : {
164+ "properties" : {
165+ "operationalStatus" : {
166+ "type" : " string" ,
167+ "description" : " Operational status for the resource target of the event"
168+ }
169+ },
170+ "additionalProperties" : true ,
171+ "type" : " object" ,
172+ "title" : " Operation" ,
173+ "description" : " Operation attribute schema"
157174 }
158175 },
159176 "cloudeventTypes" : [
961978 "description" : " Router Command state changed to deleted" ,
962979 "sloCategoryCode" : " BLUE_EVENT_SLO" ,
963980 "releaseStatus" : " released"
964- }
981+ }
965982 ],
966983 "metricNames" : [],
967984 "alertNames" : []
You can’t perform that action at this time.
0 commit comments