Registers a custom content response builder in DeliveryApiComposer.cs, returning responses with:
"template": {
"id": "template-guid",
"name": "Template name",
"alias": "templateAlias"
}id uses Umbraco’s GUID Key, matching the Delivery API’s existing id convention. If content has no assigned template, template is null.
I also added the JSON polymorphism resolver and OpenAPI schema filter so the runtime response and typed swagger model both know about the new property.