Skip to content

Instantly share code, notes, and snippets.

@philipashlock
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipashlock/6239bf9fbcf4d5f3b83f to your computer and use it in GitHub Desktop.
Save philipashlock/6239bf9fbcf4d5f3b83f to your computer and use it in GitHub Desktop.
Project Open Data schema minimum example - v1.1 draft
{
"conformsTo": "https://project-open-data.cio.gov/v1.1/schema",
"dataset": [
{
"accessLevel": "public",
"bureauCode": [
"018:10"
],
"contactPoint": {
"fn": "Jane Doe",
"hasEmail": "mailto:jane.doe@agency.gov"
},
"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:james.doe@agency.gov"
},
"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:james.doe@agency.gov"
},
"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