{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-instances/refs/heads/main/json-schema/azure-container-instances-capabilities-schema.json", "title": "Capabilities", "description": "The regional capabilities.", "type": "object", "properties": { "capabilities": { "description": "The supported capabilities.", "properties": { "maxCpu": { "description": "The maximum allowed CPU request in cores.", "readOnly": true, "type": "number" }, "maxGpuCount": { "description": "The maximum allowed GPU count.", "readOnly": true, "type": "number" }, "maxMemoryInGB": { "description": "The maximum allowed memory request in GB.", "readOnly": true, "type": "number" } }, "readOnly": true, "type": "object" }, "gpu": { "description": "The GPU sku that this capability describes.", "readOnly": true, "type": "string" }, "ipAddressType": { "description": "The ip address type that this capability describes.", "readOnly": true, "type": "string" }, "location": { "description": "The resource location.", "readOnly": true, "type": "string" }, "osType": { "description": "The OS type that this capability describes.", "readOnly": true, "type": "string" }, "resourceType": { "description": "The resource type that this capability describes.", "readOnly": true, "type": "string" } } }