Apache Airflow · Schema

HITLDetail

Schema for Human-in-the-loop detail.

Workflow OrchestrationData PipelineOpen-SourceApacheDAGSchedulingETLData Engineering

Properties

Name Type Description
options array
subject string
body object
defaults object
multiple boolean
params object
assigned_users array
created_at string
responded_by_user object
responded_at object
chosen_options object
params_input object
response_received boolean
task_instance object
View JSON Schema on GitHub

JSON Schema

airflow-hitl-detail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-schema/airflow-hitl-detail-schema.json",
  "title": "HITLDetail",
  "description": "Schema for Human-in-the-loop detail.",
  "type": "object",
  "properties": {
    "options": {
      "items": {
        "type": "string"
      },
      "type": "array",
      "minItems": 1,
      "title": "Options"
    },
    "subject": {
      "type": "string",
      "title": "Subject"
    },
    "body": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Body"
    },
    "defaults": {
      "anyOf": [
        {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        {
          "type": "null"
        }
      ],
      "title": "Defaults"
    },
    "multiple": {
      "type": "boolean",
      "title": "Multiple",
      "default": false
    },
    "params": {
      "additionalProperties": true,
      "type": "object",
      "title": "Params"
    },
    "assigned_users": {
      "items": {
        "$ref": "#/components/schemas/HITLUser"
      },
      "type": "array",
      "title": "Assigned Users"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "title": "Created At"
    },
    "responded_by_user": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/HITLUser"
        },
        {
          "type": "null"
        }
      ]
    },
    "responded_at": {
      "anyOf": [
        {
          "type": "string",
          "format": "date-time"
        },
        {
          "type": "null"
        }
      ],
      "title": "Responded At"
    },
    "chosen_options": {
      "anyOf": [
        {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        {
          "type": "null"
        }
      ],
      "title": "Chosen Options"
    },
    "params_input": {
      "additionalProperties": true,
      "type": "object",
      "title": "Params Input"
    },
    "response_received": {
      "type": "boolean",
      "title": "Response Received",
      "default": false
    },
    "task_instance": {
      "$ref": "#/components/schemas/TaskInstanceResponse"
    }
  },
  "required": [
    "options",
    "subject",
    "created_at",
    "task_instance"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/airflow-hitl-detail"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.