{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CompositeTemplate", "type": "object", "description": "A composite template that combines server templates and inline templates for complex envelope workflows.", "properties": { "compositeTemplateId": { "type": "string", "description": "Unique identifier for the composite template." }, "serverTemplates": { "type": "array" }, "inlineTemplates": { "type": "array" } } }