{ "name": "geo-admin1-us", "title": "Natural Earth Admin1 Polygons as GeoJSON", "version": "0.1.0", "description": "Natural Earth Polygons for the states in the United Stated of America", "repository": { "type": "git", "url": "git://github.com/datasets/geo-ne-admin1-us.git" }, "sources": [ { "name": "Natural Earth", "path": "http://www.naturalearthdata.com/downloads/10m-cultural-vectors/10m-admin-1-states-provinces/", "title": "Natural Earth" } ], "keywords": [ "geodata", "vector", "country" ], "licenses": [ { "name": "ODC-PDDL-1.0", "path": "http://opendatacommons.org/licenses/pddl/", "title": "Open Data Commons Public Domain Dedication and License v1.0" } ], "resources": [ { "name": "admin1-us", "path": "data/admin1-us.geojson", "format": "geojson", "mediatype": "application/json", "schema": { "fields": [ { "name": "name", "description": "Common name of the zone", "type": "string" }, { "name": "id", "description": "Code for the zone inside the country", "type": "string" }, { "name": "country", "description": "Name of the country", "type": "string" }, { "name": "ISO3166-1-Alpha-3", "description": "3 characters code for the country, according to ISO3166 standard", "type": "string" } ] }, "foreignKeys" : [ { "fields": "ISO3166-1-Alpha-3", "reference": { "datapackage": "https://github.com/datasets/country-codes/", "resource": "country-codes", "fields": "ISO3166-1-Alpha-3" } } ] } ], "homepage": "http://github.com/datasets/geo-ne-admin1-us" }