Schema registrationapi-health-response.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Response to a request to update a resource's health",
"properties": { },
"required": [
"health"
],
"title": "Heartbeat response",
"type": "object"
}