{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreditAcceleratorStatement", "title": "CreditAcceleratorStatement", "type": "object", "properties": { "accountId": { "type": "integer", "description": "The primary key of the account resource and the unique identifier for the account.

Aggregated / Manual: Both
Applicable containers: All containers
Endpoints:", "format": "int64", "readOnly": true }, "additionalStatus": { "type": "string" }, "documents": { "type": "array", "items": { "$ref": "#/components/schemas/CreditAcceleratorDocument" } }, "status": { "type": "string", "description": "Status of the doc download for given configName or reportId", "readOnly": true } } }