{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/logius/cor-api-services-xuflbx6ng/healthcheckresponse",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"checks": {
"items": {
"$ref": "./healthchecklistitem"
},
"type": [
"array",
"null"
]
},
"status": {
"enum": [
"UP",
"DOWN"
],
"type": "string"
}
},
"type": "object",
"x-derived-from": [
"https://oinregister.logius.nl/api/v1/openapi.json#/components/schemas/HealthCheckResponse"
]
}