Acronis · JSON Structure

Account Management Quota Structure

Quota configuration for an offering item

Type: object Properties: 3
CybersecurityData ProtectionEndpoint Management

Quota is a JSON Structure definition published by Acronis, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

value overage version

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/acronis/refs/heads/main/json-structure/account-management-quota-structure.json",
  "description": "Quota configuration for an offering item",
  "type": "object",
  "properties": {
    "value": {
      "type": "double",
      "description": "Quota value (null for unlimited)",
      "example": 100
    },
    "overage": {
      "type": "double",
      "description": "Allowed overage beyond quota"
    },
    "version": {
      "type": "int32",
      "description": "Quota version for concurrency"
    }
  },
  "name": "Quota"
}