Properties
| Name | Type | Description |
|---|---|---|
| api_signature_requests_left | integer | _t__AccountQuota::API_SIGNATURE_REQUESTS_LEFT |
| documents_left | integer | _t__AccountQuota::DOCUMENTS_LEFT |
| templates_total | integer | _t__AccountQuota::TEMPLATES_TOTAL |
| templates_left | integer | _t__AccountQuota::TEMPLATES_LEFT |
| sms_verifications_left | integer | _t__AccountQuota::SMS_VERIFICATIONS_LEFT |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AccountResponseQuotas",
"title": "AccountResponseQuotas",
"description": "_t__Account::QUOTA",
"properties": {
"api_signature_requests_left": {
"description": "_t__AccountQuota::API_SIGNATURE_REQUESTS_LEFT",
"type": "integer",
"nullable": true
},
"documents_left": {
"description": "_t__AccountQuota::DOCUMENTS_LEFT",
"type": "integer",
"nullable": true
},
"templates_total": {
"description": "_t__AccountQuota::TEMPLATES_TOTAL",
"type": "integer",
"nullable": true
},
"templates_left": {
"description": "_t__AccountQuota::TEMPLATES_LEFT",
"type": "integer",
"nullable": true
},
"sms_verifications_left": {
"description": "_t__AccountQuota::SMS_VERIFICATIONS_LEFT",
"type": "integer",
"nullable": true
}
},
"type": "object",
"x-internal": true
}