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