{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceQuotaQualifier", "title": "ResourceQuotaQualifier", "description": "Enumeration of resources available for quota enforcement.", "type": "string", "enum": [ "count/provider-accounts.per-provider", "count/networks.not-offline", "count/data-planes-estimate", "count/serverless-data-planes-estimate", "count/data-plane-groups-estimate", "count/managed-cache-instances", "max/managed-cache-size" ], "x-speakeasy-unknown-values": "allow" }