Auth0 · Schema

ConnectionsMetadata

Metadata associated with the connection in the form of an object with string values (max 255 chars). Maximum of 10 metadata properties allowed.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionsmetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionsMetadata",
  "title": "ConnectionsMetadata",
  "type": "object",
  "description": "Metadata associated with the connection in the form of an object with string values (max 255 chars).  Maximum of 10 metadata properties allowed.",
  "additionalProperties": {
    "type": [
      "string",
      "null"
    ],
    "maxLength": 255
  },
  "maxProperties": 10
}