Apache Airflow · JSON Structure

Openapi.Yaml Class Reference Structure

Class reference

Type: object Properties: 2
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

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

Properties

class_name module_path

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-class-reference-structure.json",
  "name": "ClassReference",
  "description": "Class reference",
  "type": "object",
  "properties": {
    "class_name": {
      "readOnly": true,
      "type": "string"
    },
    "module_path": {
      "readOnly": true,
      "type": "string"
    }
  }
}