{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PolicyAttributes", "type": "object", "properties": { "policyName": { "type": "string" }, "policyType": { "type": "string" }, "active": { "type": "boolean" }, "effectiveDate": { "type": "string" }, "snapshotMethodArgs": { "type": "string" }, "backupCopies": { "type": "object" }, "priority": { "type": "integer" }, "keyword": { "type": "string" }, "dataClassification": { "type": "string" } } }