Apache Airflow · JSON Structure

Openapi.Yaml Set Dag Run Note Structure

SetDagRunNote schema from Apache Airflow API

Type: object Properties: 1
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

SetDagRunNote 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

note

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-set-dag-run-note-structure.json",
  "name": "SetDagRunNote",
  "description": "SetDagRunNote schema from Apache Airflow API",
  "type": "object",
  "properties": {
    "note": {
      "description": "Custom notes left by users for this Dag Run.",
      "type": "string"
    }
  }
}