Apache Airflow · JSON Structure

Openapi.Yaml Tag Structure

Tag

Type: object Properties: 1
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

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

Properties

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/apache-airflow/refs/heads/main/json-structure/openapi.yaml-tag-structure.json",
  "name": "Tag",
  "description": "Tag",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    }
  }
}