Barndoor · JSON Structure

Barndoor Agent Counts Structure

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

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

Properties

all internal external

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AgentCounts",
  "properties": {
    "all": {
      "type": "integer"
    },
    "internal": {
      "type": "integer"
    },
    "external": {
      "type": "integer"
    }
  },
  "type": "object",
  "required": [
    "all",
    "internal",
    "external"
  ]
}