Apache Airflow · JSON Structure

Airflow Fast Api Root Middleware Response Structure

Serializer for Plugin FastAPI root middleware responses.

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

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

Properties

middleware name

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-fast-api-root-middleware-response-structure.json",
  "name": "FastAPIRootMiddlewareResponse",
  "description": "Serializer for Plugin FastAPI root middleware responses.",
  "type": "object",
  "properties": {
    "middleware": {
      "type": "string",
      "title": "Middleware"
    },
    "name": {
      "type": "string",
      "title": "Name"
    }
  },
  "required": [
    "middleware",
    "name"
  ],
  "additionalProperties": true
}