HomeSoftware Heritage

Remove error message on persons with multiple affiliations (#20)

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Remove error message on persons with multiple affiliations (#20)

eg. it errored with:

"affiliation" must be a Organization object or URI, not [{"@type":"Organization","@id":"http://example.org/"},{"@type":"Organization","@id":"http://example.com/"}]'

which is not true.

This will cause the field to be populated with
[object Object],[object Object] instead of the actual values, which we
need to fix eventually, but at least it doesn't incorrectly imply arrays
are forbidden by Codemeta.

Details

Provenance
vlorentzAuthored on Jun 14 2023, 11:54 AM
GitHub <noreply@github.com>Committed on Jun 14 2023, 11:54 AM

Commit No Longer Exists

This commit no longer exists in the repository.