{
  "description": "The repository of the data package of the GINI Index",
  "homepage": "https://github.com/gsilvapt/gini-index",
  "licenses": [
    {
      "name": "odc-pddl",
      "title": "Open Data Commons Public Domain Dedication and Licence (PDDL)",
      "path": "http://opendatacommons.org/licenses/pddl/"
    }
  ],
  "sources": [
    {
      "title": "the World Bank",
      "path": "http://data.worldbank.org/indicator/SI.POV.GINI"
    }
  ],
  "name": "gini-index",
  "title": "Historic values of the GINI Index",
  "version": "0.1.0",
  "resources": [
    {
      "bytes": 30723,
      "format": "csv",
      "mediatype": "text/csv",
      "name": "gini-index",
      "path": "data/gini-index.csv",
      "schema": {
        "fields": [
          {
            "name": "Year",
            "description": "Date in the form of %Y",
            "type": "year"
          },
          {
            "name": "Value",
            "description": "Value of the GINI Index",
            "type": "number"
          }
        ],
        "missingValues": [
          ""
        ]
      }
    },
    {
      "format": "csv",
      "mediatype": "text/csv",
      "name": "gini-index-2015",
      "path": "data/gini-index-2015.csv",
      "schema": {
        "fields": [
          {
            "name": "Country Index",
            "description": "Sequential country index for chart grouping",
            "type": "number"
          },
          {
            "name": "Value",
            "description": "Value of the GINI Index",
            "type": "number"
          }
        ],
        "missingValues": [
          ""
        ]
      }
    },
    {
      "format": "csv",
      "mediatype": "text/csv",
      "name": "gini-index-2014",
      "path": "data/gini-index-2014.csv",
      "schema": {
        "fields": [
          {
            "name": "Country Index",
            "description": "Sequential country index for chart grouping",
            "type": "number"
          },
          {
            "name": "Value",
            "description": "Value of the GINI Index",
            "type": "number"
          }
        ],
        "missingValues": [
          ""
        ]
      }
    }
  ],
  "collection": "economic-data"
}
