Apache Airflow · JSON Structure

Openapi.Yaml Config Option Structure

The option of configuration.

Type: object Properties: 2
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

ConfigOption 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

key value

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-config-option-structure.json",
  "name": "ConfigOption",
  "description": "The option of configuration.",
  "type": "object",
  "properties": {
    "key": {
      "readOnly": true,
      "type": "string"
    },
    "value": {
      "readOnly": true,
      "type": "string"
    }
  }
}