{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-accounts/refs/heads/main/json-structure/azure-storage-accounts-immutability-policy-properties-structure.json", "description": "The properties of an ImmutabilityPolicy of a blob container.", "properties": { "etag": { "description": "ImmutabilityPolicy Etag.", "readOnly": true, "type": "string" }, "properties": { "$ref": "#/definitions/ImmutabilityPolicyProperty", "description": "The properties of an ImmutabilityPolicy of a blob container.", "x-ms-client-flatten": true }, "updateHistory": { "description": "The ImmutabilityPolicy update history of the blob container.", "items": { "$ref": "#/definitions/UpdateHistoryProperty" }, "readOnly": true, "type": "array" } }, "type": "object", "name": "ImmutabilityPolicyProperties" }