{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EnvelopeTemplateResults", "type": "object", "description": "Contains results of a template list request.", "properties": { "envelopeTemplates": { "type": "array" }, "resultSetSize": { "type": "string" }, "totalSetSize": { "type": "string" }, "startPosition": { "type": "string" }, "endPosition": { "type": "string" }, "nextUri": { "type": "string" }, "previousUri": { "type": "string" }, "folders": { "type": "array" } } }