{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EnvelopeDefinition", "type": "object", "properties": { "emailSubject": { "type": "string" }, "emailBlurb": { "type": "string" }, "status": { "type": "string" }, "templateId": { "type": "string" }, "templateRoles": { "type": "array" }, "documents": { "type": "array" }, "compositeTemplates": { "type": "array" }, "brandId": { "type": "string" }, "envelopeIdStamping": { "type": "string" } } }