Also tested with the same json containing "last_names": []
Expected result
The last name or first name is linked to the PersonName node with the relationship "has_last_name" or "has_first_name" and the PersonName is linked to the Person node
Observed result
The PersonName node is not linked to the Person node.
Scenario
A person has only one name (mononym), therefore only the field first name or last name is completed.
Sent data
Also tested with the same json containing
"last_names": []
Expected result
The last name or first name is linked to the PersonName node with the relationship "has_last_name" or "has_first_name" and the PersonName is linked to the Person node
Observed result
The PersonName node is not linked to the Person node.