Auth0 · Schema

ConnectionScopeArrayFacebook

Array of custom OAuth 2.0 scopes to request during authentication.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionscopearrayfacebook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionScopeArrayFacebook",
  "title": "ConnectionScopeArrayFacebook",
  "description": "Array of custom OAuth 2.0 scopes to request during authentication.",
  "type": "array",
  "minItems": 1,
  "maxItems": 255,
  "items": {
    "$ref": "#/components/schemas/ConnectionScopeItem"
  }
}