{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionUserIdAttributeSAML", "title": "ConnectionUserIdAttributeSAML", "description": "Custom SAML assertion attribute to use as the unique user identifier. When provided, this attribute is prepended to the default user_id mapping list with highest priority. Accepts a string (single SAML attribute name).", "type": "string", "minLength": 1, "maxLength": 2396 }