{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OIDCIdentityProviderScopes", "title": "OIDC Identity Provider Scopes Property", "description": "The scopes requested by your application when authenticating with the identity provider.", "type": "array", "items": { "type": "string" }, "default": [ "email", "openid", "profile" ] }