Represents a mapping template used to transform a payload.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Template", "title": "Template", "type": "object", "properties": { "value": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The Apache Velocity Template Language (VTL) template content used for the template resource." } ] } }, "description": "Represents a mapping template used to transform a payload." }