Barndoor · JSON Structure

Barndoor Policy Rule Condition Structure

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

PolicyRuleCondition-Output is a JSON Structure definition published by Barndoor, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

match

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PolicyRuleCondition-Output",
  "properties": {
    "match": {}
  },
  "type": "object",
  "required": [
    "match"
  ]
}