Apache Airflow · JSON Structure

Airflow Bulk Body_ Variable Body_ Structure

BulkBody_VariableBody_ schema from Apache Airflow API

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

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

Properties

actions

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-bulk-body_-variable-body_-structure.json",
  "name": "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
}