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