Closed s-marcq closed 3 weeks ago
One person has a french name and a russian one.
{ "people_event": { "type": "created", "data": { "names": [ { "last_names": [ { "value": "Doe", "language": "fr" }, { "value": "Бакунин", "language": "ru" } ], "first_names": [ { "value": "John", "language": "fr" }, { "value": "Михаил Александрович", "language": "ru" } ] } ], "identifiers": [ { "type": "orcid", "value": "0000-0001-2345-6789" }, { "type": "local", "value": "jdoe@univ-paris1.fr" } ], "memberships": [ { "entity_id": "U123" } ] } } }
Two last names and two first names, one in russian, one in french
Scenario
One person has a french name and a russian one.
Sent data
Expected result
Two last names and two first names, one in russian, one in french
Observed result