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