{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-structure/openapi.yaml-metadatabase-status-structure.json", "name": "MetadatabaseStatus", "description": "The status of the metadatabase.", "type": "object", "properties": { "status": { "$ref": "#/components/schemas/HealthStatus" } } }