Auth0 · Schema

ConnectionOptionsBox

Options for the 'box' connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionoptionsbox-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionOptionsBox",
  "title": "ConnectionOptionsBox",
  "description": "Options for the 'box' connection",
  "type": "object",
  "additionalProperties": true,
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionOptionsOAuth2Common"
    },
    {
      "type": "object",
      "properties": {}
    }
  ]
}