Barndoor · Schema

ConnectionInitiationResponse

AI AgentsAI GovernanceAgentic AIMCPModel Context ProtocolPolicy EnforcementOAuthIdentitySecurityAuditControl Plane

Properties

Name Type Description
auth_url string OAuth authorization URL to redirect user to
View JSON Schema on GitHub

JSON Schema

barndoor-connection-initiation-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ConnectionInitiationResponse",
  "type": "object",
  "properties": {
    "auth_url": {
      "type": "string",
      "format": "uri",
      "description": "OAuth authorization URL to redirect user to",
      "example": "https://login.salesforce.com/services/oauth2/authorize?..."
    }
  },
  "additionalProperties": true
}