{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionFieldsMap", "title": "ConnectionFieldsMap", "type": "object", "description": "Mapping of user profile fields returned from the OAuth2 provider to Auth0 user attributes", "maxProperties": 100, "additionalProperties": { "type": "string", "minLength": 1, "maxLength": 128 } }