Barndoor · JSON Structure

Barndoor Policy Rule Structure

Type: object Properties: 5
AI AgentsAI GovernanceAgentic AIMCPModel Context ProtocolPolicy EnforcementOAuthIdentitySecurityAuditControl Plane

PolicyRule-Output is a JSON Structure definition published by Barndoor, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name authorized actions roles_groups condition

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PolicyRule-Output",
  "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"
}