{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "TemplateSummary",
"type": "object",
"description": "Summary information about a template operation.",
"properties": {
"templateId": {
"type": "string",
"description": "The unique identifier of the template."
},
"name": {
"type": "string",
"description": "The name of the template."
},
"uri": {
"type": "string",
"description": "The URI for the template."
}
}
}