{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/typeLink", "title": "typeLink", "description": "", "allOf": [ { "$ref": "#/components/schemas/anyTypePage" }, { "properties": { "link": { "type": "string", "description": "The link for the page type `link`." } }, "required": [ "link" ] } ] }