Apache Airflow · JSON Structure

Openapi.Yaml Set Task Instance Note Structure

SetTaskInstanceNote schema from Apache Airflow API

Type: object Properties: 1 Required: 1
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

SetTaskInstanceNote is a JSON Structure definition published by Apache Airflow, describing 1 property, of which 1 is required. 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-task-instance-note-structure.json",
  "name": "SetTaskInstanceNote",
  "description": "SetTaskInstanceNote schema from Apache Airflow API",
  "type": "object",
  "properties": {
    "note": {
      "description": "The custom note to set for this Task Instance.",
      "type": "string"
    }
  },
  "required": [
    "note"
  ]
}