{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-structure/airflow-dag-processor-info-response-structure.json", "name": "DagProcessorInfoResponse", "description": "DagProcessor info serializer for responses.", "type": "object", "properties": { "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "Status" }, "latest_dag_processor_heartbeat": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "Latest Dag Processor Heartbeat" } }, "required": [ "status", "latest_dag_processor_heartbeat" ] }