{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Link", "title": "Link", "type": "object", "properties": { "href": { "type": "string" }, "hreflang": { "type": "string" }, "title": { "type": "string" }, "type": { "type": "string" }, "deprecation": { "type": "string" }, "profile": { "type": "string" }, "name": { "type": "string" }, "templated": { "type": "boolean" } } }