Apache Airflow · Schema

BulkResponse

Serializer for responses to bulk entity operations. This represents the results of create, update, and delete actions performed on entity in bulk. Each action (if requested) is represented as a field containing details about successful keys and any encountered errors. Fields are populated in the response only if the respective action was part of the request, else are set None.

Workflow OrchestrationData PipelineOpen-SourceApacheDAGSchedulingETLData Engineering

Properties

Name Type Description
create object Details of the bulk create operation, including successful keys and errors.
update object Details of the bulk update operation, including successful keys and errors.
delete object Details of the bulk delete operation, including successful keys and errors.
View JSON Schema on GitHub

JSON Schema

airflow-bulk-response-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-response-schema.json",
  "title": "BulkResponse",
  "description": "Serializer for responses to bulk entity operations.\n\nThis represents the results of create, update, and delete actions performed on entity in bulk.\nEach action (if requested) is represented as a field containing details about successful keys and any encountered errors.\nFields are populated in the response only if the respective action was part of the request, else are set None.",
  "type": "object",
  "properties": {
    "create": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/BulkActionResponse"
        },
        {
          "type": "null"
        }
      ],
      "description": "Details of the bulk create operation, including successful keys and errors."
    },
    "update": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/BulkActionResponse"
        },
        {
          "type": "null"
        }
      ],
      "description": "Details of the bulk update operation, including successful keys and errors."
    },
    "delete": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/BulkActionResponse"
        },
        {
          "type": "null"
        }
      ],
      "description": "Details of the bulk delete operation, including successful keys and errors."
    }
  }
}

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-bulk-response"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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