{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-account/refs/heads/main/json-schema/azure-storage-account-custom-domain-schema.json", "title": "CustomDomain", "description": "The custom domain assigned to this storage account. This can be set via Update.", "properties": { "name": { "description": "Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.", "type": "string" }, "useSubDomainName": { "description": "Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates.", "type": "boolean" } }, "type": "object", "required": [ "name" ] }