{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-structure/airflow-base-info-response-structure.json", "name": "BaseInfoResponse", "description": "Base info serializer for responses.", "type": "object", "properties": { "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "Status" } }, "required": [ "status" ] }