{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionNonPersistentAttrs", "title": "ConnectionNonPersistentAttrs", "description": "An array of user fields that should not be stored in the Auth0 database (https://auth0.com/docs/security/data-security/denylist)", "type": "array", "items": { "type": "string", "minLength": 0, "maxLength": 255 }, "minItems": 0, "maxItems": 96 }