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