Barndoor · JSON Structure

Barndoor Validate Policy Request Structure

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

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

Properties

name mcp_server_id application_ids exclude_policy_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ValidatePolicyRequest",
  "properties": {
    "name": {
      "type": "string",
      "maxLength": 255,
      "minLength": 1
    },
    "mcp_server_id": {
      "type": "string"
    },
    "application_ids": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "exclude_policy_id": {
      "type": "string"
    }
  },
  "type": "object",
  "required": [
    "name"
  ]
}