Closed s-marcq closed 2 weeks ago
A person got created without a name.
{ "people_event": { "type": "created", "data": { "names": [], "identifiers": [ { "type": "local", "value": "anon123" }, { "type": "orcid", "value": "0000-0002-1234-5678" } ], "memberships": [ { "entity_uid": "local-U456" } ] } } }
The person does not get created and an error is reported.
The person gets created. The node "Person" appears on the graph, with memberships, but no names or identifiers, even though they were submitted in the creation event.
Scenario
A person got created without a name.
Sent data
Expected result
The person does not get created and an error is reported.
Observed result
The person gets created. The node "Person" appears on the graph, with memberships, but no names or identifiers, even though they were submitted in the creation event.