Skip to content

Instantly share code, notes, and snippets.

@mchelen
Last active August 29, 2015 14:26
Show Gist options
  • Save mchelen/7c972c58f921c58d8c32 to your computer and use it in GitHub Desktop.
Save mchelen/7c972c58f921c58d8c32 to your computer and use it in GitHub Desktop.
datapackage.json
foo bar
1 2
{
"name": "blargh",
"title": "",
"homepage": "",
"version": "0.1.0",
"license": "PDDL-1.0",
"resources": [
{
"name": "data",
"path": "data.csv",
"format": "csv",
"mediatype": "text/csv",
"bytes": 12,
"schema": {
"fields": [
{
"name": "foo",
"type": "integer",
"description": ""
},
{
"name": "bar",
"type": "integer",
"description": ""
}
]
}
}
],
"description": "dpm is a library and command line manager for [Data Packages][dp]",
"repository": "git://github.com/okfn/dpm.git"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment