Apache Airflow · Schema

BulkBody_VariableBody_

BulkBody_VariableBody_ schema from Apache Airflow API

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

Properties

Name Type Description
actions array
View JSON Schema on GitHub

JSON Schema

airflow-bulk-body_-variable-body_-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-bulk-body_-variable-body_-schema.json",
  "title": "BulkBody_VariableBody_",
  "description": "BulkBody_VariableBody_ schema from Apache Airflow API",
  "type": "object",
  "properties": {
    "actions": {
      "items": {
        "oneOf": [
          {
            "$ref": "#/components/schemas/BulkCreateAction_VariableBody_"
          },
          {
            "$ref": "#/components/schemas/BulkUpdateAction_VariableBody_"
          },
          {
            "$ref": "#/components/schemas/BulkDeleteAction_VariableBody_"
          }
        ]
      },
      "type": "array",
      "title": "Actions"
    }
  },
  "required": [
    "actions"
  ],
  "additionalProperties": false
}