{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-structure/airflow-task-dependency-collection-response-structure.json", "name": "TaskDependencyCollectionResponse", "description": "Task scheduling dependencies collection serializer for responses.", "type": "object", "properties": { "dependencies": { "items": { "$ref": "#/components/schemas/TaskDependencyResponse" }, "type": "array", "title": "Dependencies" } }, "required": [ "dependencies" ] }