{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EnvelopeTemplate", "type": "object", "properties": { "templateId": { "type": "string" }, "uri": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "created": { "type": "string" }, "lastModified": { "type": "string" }, "lastUsed": { "type": "string" }, "shared": { "type": "string" }, "folderId": { "type": "string" }, "folderName": { "type": "string" }, "emailSubject": { "type": "string" }, "emailBlurb": { "type": "string" }, "signingLocation": { "type": "string" }, "documents": { "type": "array" }, "status": { "type": "string" } } }