{ "$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-blob-container-schema.json", "title": "BlobContainer", "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" }