Barndoor · JSON Structure

Barndoor Policy Summary Structure

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

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

Properties

id name status mcp_server_id mcp_server_name application_ids application_names tags updated_at updated_by_user_id updated_by_user_name rules_count

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PolicySummary",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "mcp_server_id": {
      "type": "string"
    },
    "mcp_server_name": {
      "type": "string"
    },
    "application_ids": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "application_names": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "tags": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "updated_at": {
      "type": "string"
    },
    "updated_by_user_id": {
      "type": "string"
    },
    "updated_by_user_name": {
      "type": "string"
    },
    "rules_count": {
      "type": "integer"
    }
  },
  "type": "object",
  "required": [
    "id",
    "name",
    "status",
    "mcp_server_id",
    "updated_at",
    "updated_by_user_id"
  ]
}