{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "StorageLocationAzure",
"type": "object",
"properties": {
"azure_tenant_id": {
"type": "string",
"description": "Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to."
},
"storage_base_url": {
"type": "string",
"description": "Specifies the base URL for your cloud storage location."
}
}
}