Skip to main content

Health-checkResponse

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/Health-checkResponse.json
checks objectrequired
property name*string
statusstringrequired
timestringrequired
versionstringrequired
Health-checkResponse
{
"$schema": "https://example.com/schemas/Health-checkResponse.json",
"checks": {},
"status": "string",
"time": "string",
"version": "string"
}