Closed pdurbin closed 2 years ago
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
Error parsing dataset json
As far as I know, at minimum, you have to make this change:
- "license": "CC0", + "license": "CC0 1.0",
This will be included as pm.trivial. & pm.phil.
I just made the following PR to fix this:
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: