datasets / geo-countries

Country polygons as GeoJSON in a datapackage
https://datahub.io/core/geo-countries
462 stars 121 forks source link

Licenses should be array not object #8

Closed zelima closed 7 years ago

zelima commented 7 years ago

Licenses property inside datapackage.json should be array of object, not object directly https://github.com/datasets/geo-countries/blob/master/datapackage.json#L19

Following the https://specs.frictionlessdata.io description of required and optional properties for a Data Package descriptor https://specs.frictionlessdata.io/data-package/#properties property licenses should be list of objects

licenses The license(s) under which the resource is published. This property is not legally binding and does not guarantee that the package is licensed under the terms defined herein. Items Each item in the Licenses array is a License object. The uri property is required, and other defined properties are optional.

zelima commented 7 years ago

This was merged by accident and was reverted