{
  "name": "geo-countries",
  "title": "Country Polygons as GeoJSON",
  "version": "0.2.0",
  "description": "geodata data package providing geojson polygons for all the world's countries",
  "repository": {
    "type": "git",
    "url": "git://github.com/datasets/geo-countries.git"
  },
  "sources": [
    {
      "name": "Natural Earth",
      "path": "http://www.naturalearthdata.com/downloads/10m-cultural-vectors/",
      "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": "countries",
      "path": "data/countries.geojson",
      "format": "geojson",
      "mediatype": "application/json",
      "schema": {
        "fields": [
          {
            "name": "name",
            "description": "Common 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-countries",
  "collection": "geojson",
  "has_premium": true,
  "has_solutions": ["global-country-region-reference-data"]
}
