{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IdentityProviderOnlyAuth0Enum", "title": "IdentityProviderOnlyAuth0Enum", "type": "string", "description": "Identity provider name of the identity. Only `auth0` is supported", "default": "auth0", "enum": [ "auth0" ] }