{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-account/refs/heads/main/json-structure/azure-storage-account-blob-container-structure.json", "description": "Properties of the blob container, including Id, resource name, resource type, Etag.", "properties": { "properties": { "$ref": "#/definitions/ContainerProperties", "description": "Properties of the blob container.", "x-ms-client-flatten": true, "x-ms-client-name": "ContainerProperties" } }, "type": "object", "name": "BlobContainer" }