Barndoor · JSON Structure

Barndoor Agent Payload Structure

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

AgentPayload 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

application_directory_id

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

JSON Structure

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