Apache Airflow · Schema

Tag

Tag

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

openapi.yaml-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-schema/openapi.yaml-tag-schema.json",
  "title": "Tag",
  "description": "Tag",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    }
  }
}