{ "$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-management-policy-definition-schema.json", "title": "ManagementPolicyDefinition", "description": "An object that defines the Lifecycle rule. Each definition is made up with a filters set and an actions set.", "properties": { "actions": { "$ref": "#/definitions/ManagementPolicyAction", "description": "An object that defines the action set." }, "filters": { "$ref": "#/definitions/ManagementPolicyFilter", "description": "An object that defines the filter set." } }, "type": "object", "required": [ "actions" ] }