{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "EnvelopeSummary",
"type": "object",
"description": "Summary information about a newly created envelope.",
"properties": {
"envelopeId": {
"type": "string",
"description": "The unique identifier of the created envelope."
},
"uri": {
"type": "string",
"description": "The URI for the envelope."
},
"statusDateTime": {
"type": "string",
"description": "The date and time of the status change."
},
"status": {
"type": "string",
"description": "The status of the envelope."
}
}
}