Apache Airflow · JSON Structure

Airflow App Builder View Response Structure

Serializer for AppBuilder View responses.

Type: object Properties: 4
Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

AppBuilderViewResponse is a JSON Structure definition published by Apache Airflow, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name category view label

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-app-builder-view-response-structure.json",
  "name": "AppBuilderViewResponse",
  "description": "Serializer for AppBuilder View responses.",
  "type": "object",
  "properties": {
    "name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Name"
    },
    "category": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Category"
    },
    "view": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "View"
    },
    "label": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Label"
    }
  },
  "additionalProperties": true
}