# Policy YAML Schema Definition # All policy files must conform to this structure. schema: version: "1.0" required_fields: - name - description - version - rules rule_schema: required_fields: - name - conditions - effect optional_fields: - priority - description valid_effects: - allow - deny - escalate valid_condition_keys: - agent - agent_role - action - data_type - data_classification - target - hour_range valid_data_types: - public - internal - confidential - restricted valid_targets: - internal - external