HomeSoftware Heritage

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

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
Parents
rDWCM3c9b44549741: Display nicer error on @context array and allow singleton array (#19)
Branches
Unknown
Tags
Unknown