Barndoor · JSON Structure

Barndoor Server Create Response Structure

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

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

Properties

id connection_id auth_url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServerCreateResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "connection_id": {
      "type": "string",
      "nullable": true
    },
    "auth_url": {
      "type": "string",
      "nullable": true
    }
  }
}