artefactual-labs / umcu-uploader

UMCU Uploader
Apache License 2.0
1 stars 1 forks source link

License metadata upload fix. (#100) #127

Closed mcantelon closed 1 year ago

mcantelon commented 1 year ago

Fixes license metadata upload issue.

pyDataverse's Dataverse metadata schema (pyDataverse/schemas/json/dataset_upload_default_schema.json in their Github repository) seems to accept license as a string (as Dataverse's Native API seems to have previously done in version 4) rather than an object with "name" and "uri" values.

Made slight change to Dataverse upload job to note this and work around it.