{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UpdatePolicy", "properties": { "name": { "type": "string" }, "support_contact": { "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" }, "status": { "type": "string", "enum": [ "DRAFT", "ACTIVE", "INACTIVE", "ARCHIVED" ] }, "application_ids": { "items": { "type": "string" }, "type": "array" }, "rules": { "items": { "properties": { "name": { "type": "string" }, "authorized": { "type": "boolean" }, "actions": { "items": { "type": "string" }, "type": "array" }, "roles_groups": { "items": { "type": "string" }, "type": "array" }, "condition": { "properties": { "match": {} }, "type": "object", "required": [ "match" ] } }, "type": "object" }, "type": "array" } }, "type": "object" }