{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserAttributeProfileUserIdSamlMapping", "title": "UserAttributeProfileUserIdSamlMapping", "type": "array", "description": "SAML mapping for user ID", "minItems": 1, "items": { "type": "string", "description": "SAML mapping field", "minLength": 1, "maxLength": 128 } }