{ "$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-immutability-policy-schema.json", "title": "ImmutabilityPolicy", "description": "The ImmutabilityPolicy property of a blob container, including Id, resource name, resource type, Etag.", "properties": { "properties": { "$ref": "#/definitions/ImmutabilityPolicyProperty", "description": "The properties of an ImmutabilityPolicy of a blob container.", "x-ms-client-flatten": true } }, "type": "object", "required": [ "properties" ] }