Apache Airflow · JSON Structure

Airflow Update Hitl Detail Payload Structure

Schema for updating the content of a Human-in-the-loop detail.

Type: object Properties: 2 Required: 1
Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

UpdateHITLDetailPayload is a JSON Structure definition published by Apache Airflow, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

chosen_options params_input

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-structure/airflow-update-hitl-detail-payload-structure.json",
  "name": "UpdateHITLDetailPayload",
  "description": "Schema for updating the content of a Human-in-the-loop detail.",
  "type": "object",
  "properties": {
    "chosen_options": {
      "items": {
        "type": "string"
      },
      "type": "array",
      "minItems": 1,
      "title": "Chosen Options"
    },
    "params_input": {
      "additionalProperties": true,
      "type": "object",
      "title": "Params Input"
    }
  },
  "required": [
    "chosen_options"
  ]
}