{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DocumentDownload",
"title": "DocumentDownload",
"type": "object",
"properties": {
"docContent": {
"type": "string",
"description": "Contents of the document in Base64 format.
Applicable containers: bank, investment, creditCard, loan, insurance
",
"readOnly": true
},
"id": {
"type": "string",
"description": "The document's primary key and unique identifier.
Applicable containers: bank, investment, creditCard, loan, insurance
",
"readOnly": true
}
}
}