{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/healthchecks_status",
"title": "healthchecks_status",
"description": "The current status of the origin server according to the health check.",
"enum": [
"unknown",
"healthy",
"unhealthy",
"suspended"
],
"example": "healthy",
"readOnly": true,
"type": "string"
}