Barndoor · JSON Structure

Barndoor Agent Structure

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

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

Properties

id created_at updated_at organization_id 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": "Agent",
  "properties": {
    "id": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    },
    "organization_id": {
      "type": "string"
    },
    "application_directory_id": {
      "type": "string"
    }
  },
  "type": "object",
  "required": [
    "id",
    "created_at",
    "updated_at",
    "organization_id",
    "application_directory_id"
  ]
}