{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionAttributeMapOkta", "title": "ConnectionAttributeMapOkta", "type": "object", "description": "Mapping of claims received from the identity provider (IdP)", "properties": { "attributes": { "$ref": "#/components/schemas/ConnectionAttributeMapAttributes" }, "mapping_mode": { "$ref": "#/components/schemas/ConnectionMappingModeEnumOkta" }, "userinfo_scope": { "$ref": "#/components/schemas/ConnectionAttributeMapUserinfoScope" } } }