Skip to content

sample datasets cannot be created in Dataverse 5.10+ due to backward incompatibility with regard to licenses #30

@pdurbin

Description

@pdurbin

Multiple licenses were introduced in 5.10 with this PR:

Since then, the datasets in this sample data repo can't be created. You'll get Error parsing dataset json

As far as I know, at minimum, you have to make this change:

-    "license": "CC0",
+    "license": "CC0 1.0",

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions