Apache Airflow · Schema

ClassReference

Class reference

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
class_name string
module_path string
View JSON Schema on GitHub

JSON Schema

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