Hypermedia Link
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/link", "title": "Link", "description": "Hypermedia Link", "type": "object", "properties": { "href": { "type": "string" } }, "required": [ "href" ] }