{ "$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-management-policy-action-structure.json", "description": "Actions are applied to the filtered blobs when the execution condition is met.", "properties": { "baseBlob": { "$ref": "#/definitions/ManagementPolicyBaseBlob", "description": "The management policy action for base blob" }, "snapshot": { "$ref": "#/definitions/ManagementPolicySnapShot", "description": "The management policy action for snapshot" } }, "type": "object", "name": "ManagementPolicyAction" }