{ "$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-extra-link-schema.json", "title": "ExtraLink", "description": "Additional links containing additional information about the task.", "type": "object", "properties": { "class_ref": { "$ref": "#/components/schemas/ClassReference" }, "href": { "readOnly": true, "type": "string" }, "name": { "readOnly": true, "type": "string" } } }