The collection of extra links.
{ "$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-collection-schema.json", "title": "ExtraLinkCollection", "description": "The collection of extra links.", "type": "object", "properties": { "extra_links": { "items": { "$ref": "#/components/schemas/ExtraLink" }, "type": "array" } } }