{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AccountProperties", "type": "object", "description": "Properties of Cognitive Services account.", "properties": { "provisioningState": { "type": "string", "description": "The status of the cognitive services account at the time of the operation." }, "endpoint": { "type": "string", "description": "Endpoint of the created account." }, "endpoints": { "type": "object", "description": "Dictionary of endpoints for the cognitive services account." }, "capabilities": { "type": "array", "description": "The capabilities of the cognitive services account." }, "isMigrated": { "type": "boolean", "description": "Whether this account has been migrated." }, "dateCreated": { "type": "string", "description": "The date of creation." }, "customSubDomainName": { "type": "string", "description": "Optional subdomain name used for token-based authentication." }, "publicNetworkAccess": { "type": "string", "description": "Whether or not public endpoint access is allowed." }, "disableLocalAuth": { "type": "boolean", "description": "Whether to disable local authentication methods." }, "restrictOutboundNetworkAccess": { "type": "boolean", "description": "Whether to restrict outbound network access." } } }