A link to a resource related to this object.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "link", "type": "object", "description": "A link to a resource related to this object.", "properties": { "href": { "type": "string" }, "name": { "type": "string" } } }