{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Link", "title": "Link", "type": "object", "properties": { "rel": { "type": "string", "example": "example_value" }, "href": { "type": "string", "example": "example_value" }, "mediaType": { "type": "string", "example": "example_value" } } }