File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
jsonschema/equinix/time_service/v1 Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments