{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TemplateLink", "title": "TemplateLink", "type": "object", "description": "Entity representing the reference to the template.", "properties": { "uri": { "type": "string", "description": "The URI of the template.", "example": "example_value" }, "contentVersion": { "type": "string", "description": "The content version of the template.", "example": "example_value" } }, "required": [ "uri" ] }