Skip to content

Commit

Permalink
Change Network Status response contract
Browse files Browse the repository at this point in the history
  • Loading branch information
RupengLiu committed Aug 4, 2020
1 parent 3ef51e7 commit 6202aa5
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,23 @@
"type": "string",
"format": "date-time",
"description": "The date when the resource connectivity status last Changed from success to failure or vice-versa. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n"
},
"resourceType": {
"type": "string",
"description": "Resource Type."
},
"isOptional": {
"type": "boolean",
"description": "Whether this is optional."
}
},
"required": [
"name",
"status",
"lastUpdated",
"lastStatusChange"
"lastStatusChange",
"resourceType",
"isOptional"
],
"description": "Details about connectivity to a resource."
},
Expand Down

0 comments on commit 6202aa5

Please sign in to comment.