{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-structure/airflow-hitl-detail-collection-structure.json", "name": "HITLDetailCollection", "description": "Schema for a collection of Human-in-the-loop details.", "type": "object", "properties": { "hitl_details": { "items": { "$ref": "#/components/schemas/HITLDetail" }, "type": "array", "title": "Hitl Details" }, "total_entries": { "type": "int32", "title": "Total Entries" } }, "required": [ "hitl_details", "total_entries" ] }