{ "$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-set-task-instance-note-schema.json", "title": "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" ] }