{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-structure/airflow-external-log-url-response-structure.json", "name": "ExternalLogUrlResponse", "description": "Response for the external log URL endpoint.", "type": "object", "properties": { "url": { "type": "string", "title": "Url" } }, "required": [ "url" ] }