Barndoor · JSON Structure

Barndoor Validate Policy Response Structure

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

ValidatePolicyResponse is a JSON Structure definition published by Barndoor, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name_is_unique no_overlap_if_active overlapping_policy_names

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ValidatePolicyResponse",
  "properties": {
    "name_is_unique": {
      "type": "boolean"
    },
    "no_overlap_if_active": {
      "type": "boolean"
    },
    "overlapping_policy_names": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object",
  "required": [
    "name_is_unique",
    "no_overlap_if_active"
  ]
}