{
  "name": "crime-uk",
  "title": "UK Crime Data",
  "description": "UK crime-related data and force metadata sourced primarily from police.uk.",
  "profile": "data-package",
  "licenses": [
    {
      "name": "ODC-PDDL-1.0",
      "path": "http://opendatacommons.org/licenses/pddl/",
      "title": "Open Data Commons Public Domain Dedication and License v1.0"
    }
  ],
  "sources": [
    {
      "name": "UK Police Data",
      "path": "http://police.uk/data",
      "title": "Police.uk data"
    },
    {
      "name": "Home Office population estimates",
      "path": "http://www.homeoffice.gov.uk/publications/science-research-statistics/research-statistics/crime-research/population-estimates/pfa-la-pop-house-nos-xls",
      "title": "Police force area population estimates"
    }
  ],
  "resources": [
    {
      "name": "forces",
      "path": "data/forces.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "profile": "tabular-data-resource",
      "encoding": "utf-8",
      "schema": {
        "fields": [
          {
            "name": "id",
            "type": "string"
          },
          {
            "name": "label",
            "type": "string"
          }
        ],
        "missingValues": [
          ""
        ]
      }
    }
  ],
  "version": "0.1.0"
}
