{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "EnvelopeDocumentsResult",
"type": "object",
"description": "Contains the list of documents in an envelope.",
"properties": {
"envelopeId": {
"type": "string",
"description": "The envelope ID."
},
"envelopeDocuments": {
"type": "array",
"description": "The list of envelope documents."
}
}
}