{ "additionalProperties": false, "id": "ResourceLink", "module_id": "Common", "properties": { "action": { "readonly": true, "title": "Optional action", "type": "string" }, "href": { "readonly": true, "required": true, "title": "Link to resource", "type": "string" }, "rel": { "description": "Custom relation type (follows RFC 5988 where appropriate definitions exist)", "readonly": true, "required": true, "title": "Link relation type", "type": "string" } }, "title": "A link to a related resource", "type": "object" }