{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AccountProperties", "type": "object", "properties": { "provisioningState": { "type": "string" }, "endpoint": { "type": "string" }, "endpoints": { "type": "object" }, "capabilities": { "type": "array" }, "isMigrated": { "type": "boolean" }, "dateCreated": { "type": "string" }, "customSubDomainName": { "type": "string" }, "publicNetworkAccess": { "type": "string" }, "disableLocalAuth": { "type": "boolean" }, "restrictOutboundNetworkAccess": { "type": "boolean" } } }