Quota configuration for an offering item
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/acronis/refs/heads/main/json-schema/account-management-quota-schema.json", "title": "Quota", "description": "Quota configuration for an offering item", "type": "object", "properties": { "value": { "type": "number", "description": "Quota value (null for unlimited)", "example": 100 }, "overage": { "type": "number", "description": "Allowed overage beyond quota" }, "version": { "type": "integer", "description": "Quota version for concurrency" } } }