{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeploymentProperties", "type": "object", "description": "Properties of Cognitive Services account deployment.", "properties": { "provisioningState": { "type": "string", "description": "The provisioning state of the deployment." }, "scaleSettings": { "type": "object", "description": "The deployment scale settings." }, "rateLimits": { "type": "array", "description": "The rate limits for the deployment." }, "capabilities": { "type": "object", "description": "The capabilities of the deployment." }, "versionUpgradeOption": { "type": "string", "description": "Deployment model version upgrade option." } } }