{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EnvelopeDocument", "type": "object", "properties": { "documentId": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" }, "uri": { "type": "string" }, "order": { "type": "string" }, "pages": { "type": "array" }, "containsPdfFormFields": { "type": "string" }, "display": { "type": "string" }, "includeInDownload": { "type": "string" } } }