Barndoor · JSON Structure

Barndoor Connection Status Response Structure

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

ConnectionStatusResponse 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

status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ConnectionStatusResponse",
  "type": "object",
  "required": [
    "status"
  ],
  "properties": {
    "status": {
      "type": "string",
      "enum": [
        "available",
        "pending",
        "connected",
        "error"
      ]
    }
  }
}