Health status
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-schema/openapi.yaml-health-status-schema.json", "title": "HealthStatus", "description": "Health status", "type": "string", "enum": [ "healthy", "unhealthy" ] }