Last active
August 29, 2015 14:08
-
-
Save philipashlock/6239bf9fbcf4d5f3b83f to your computer and use it in GitHub Desktop.
Project Open Data schema minimum example - v1.1 draft
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"conformsTo": "https://project-open-data.cio.gov/v1.1/schema", | |
"dataset": [ | |
{ | |
"accessLevel": "public", | |
"bureauCode": [ | |
"018:10" | |
], | |
"contactPoint": { | |
"fn": "Jane Doe", | |
"hasEmail": "mailto:[email protected]" | |
}, | |
"description": "This dataset provides national statistics on the production of widgets", | |
"distribution": [ | |
{ | |
"downloadURL": "https://data.agency.gov/datasets/widgets-statistics/widgets.csv", | |
"mediaType": "text/csv" | |
}, | |
{ | |
"downloadURL": "https://data.agency.gov/datasets/widgets-statistics/widgets-all.zip", | |
"mediaType": "application/zip" | |
}, | |
{ | |
"downloadURL": "http://www.agency.gov/feeds/widgets-all.json", | |
"mediaType": "application/json" | |
}, | |
{ | |
"accessURL": "https://data.agency.gov/api/widgets-statistics/" | |
} | |
], | |
"identifier": "widgets-0001", | |
"keyword": [ | |
"widget", | |
"manufacturing", | |
"factory" | |
], | |
"modified": "2011-11-19T12:00:00Z", | |
"programCode": [ | |
"018:001" | |
], | |
"publisher": { | |
"name": "Widget Services", | |
"subOrganizationOf": { | |
"name": "Office of Citizen Services and Innovative Technologies", | |
"subOrganizationOf": { | |
"name": "General Services Administration", | |
"subOrganizationOf": { | |
"name": "U.S. Government" | |
} | |
} | |
} | |
}, | |
"title": "U.S. Widget Manufacturing Statistics" | |
}, | |
{ | |
"accessLevel": "public", | |
"bureauCode": [ | |
"018:10" | |
], | |
"contactPoint": { | |
"fn": "James Doe", | |
"hasEmail": "mailto:[email protected]" | |
}, | |
"description": "This dataset provides ranges on widget phase modulation", | |
"identifier": "widget-modulators", | |
"keyword": [ | |
"widget", | |
"modulation" | |
], | |
"modified": "2011-11-19T12:00:00Z", | |
"programCode": [ | |
"018:001" | |
], | |
"publisher": { | |
"name": "Widget Modulation Program", | |
"subOrganizationOf": { | |
"name": "Office of Citizen Services and Innovative Technologies", | |
"subOrganizationOf": { | |
"name": "General Services Administration", | |
"subOrganizationOf": { | |
"name": "U.S. Government" | |
} | |
} | |
} | |
}, | |
"title": "U.S. Widget Phase Modulation Ranges" | |
}, | |
{ | |
"accessLevel": "public", | |
"bureauCode": [ | |
"018:10" | |
], | |
"contactPoint": { | |
"fn": "James Doe", | |
"hasEmail": "mailto:[email protected]" | |
}, | |
"description": "This dataset provides ranges on widget phase modulators for 2011", | |
"distribution": [ | |
{ | |
"downloadURL": "https://data.agency.gov/datasets/widgets-modulator-ranges.csv", | |
"mediaType": "text/csv" | |
} | |
], | |
"identifier": "widget-modulation-2011", | |
"keyword": [ | |
"widget", | |
"modulation" | |
], | |
"modified": "2011-11-19T12:00:00Z", | |
"programCode": [ | |
"018:001" | |
], | |
"publisher": { | |
"name": "Widget Modulation Program", | |
"subOrganizationOf": { | |
"name": "Office of Citizen Services and Innovative Technologies", | |
"subOrganizationOf": { | |
"name": "General Services Administration", | |
"subOrganizationOf": { | |
"name": "U.S. Government" | |
} | |
} | |
} | |
}, | |
"title": "U.S. Widget Phase Modulation Ranges for 2011" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment