{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EnvelopeUpdateSummary", "type": "object", "properties": { "envelopeId": { "type": "string" }, "bulkEnvelopeStatus": { "type": "object" }, "listCustomFieldUpdateResults": { "type": "array" }, "recipientUpdateResults": { "type": "array" }, "textCustomFieldUpdateResults": { "type": "array" } } }