{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tls-certificates-and-hostnames_quota", "title": "tls-certificates-and-hostnames_quota", "properties": { "allocated": { "description": "Quantity Allocated.", "type": "integer" }, "used": { "description": "Quantity Used.", "type": "integer" } }, "type": "object" }