caltechlibrary / irdmtools

A Go and Python package for working with InvenioRDM repositories.
https://caltechlibrary.github.io/irdmtools
Other
1 stars 1 forks source link

doi2rdm: incorrect rights structure #20

Closed tmorrell closed 1 year ago

tmorrell commented 1 year ago

The current rights structure

 "description": {
                    "description": "url to license",
                    "type": {
                        "name": "url"
                    }
                },

should be formatted like:

"title": {"en": "url"},
"description": {"en": "url to license"},
rsdoiel commented 1 year ago

Fixed in simplified release v0.0.14 and irdmtools release v0.0.15