{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceQuotaValue", "title": "ResourceQuotaValue", "description": "The aggregate non-negative integer count of this resource that's allowed for the organization.\n", "type": "integer", "example": 2, "minimum": 0 }