Skip to content

Instantly share code, notes, and snippets.

@dwcaraway
Created September 23, 2013 19:51
Show Gist options
  • Save dwcaraway/6675971 to your computer and use it in GitHub Desktop.
Save dwcaraway/6675971 to your computer and use it in GitHub Desktop.
Example Common Core Metadata with Distribution containing multiple resources.
{
"comment": "This is an example of using the Distribution field to identify a number of resources related to a dataset. See also http://project-open-data.github.io/schema/#expanded-fields",
"distribution": [
{
"accessURL": "https://api.data.gov/unicorns",
"format": "application/json"
},
{
"accessURL": "https://static.data.gov/coolfile.csv",
"format": "text/csv"
},
{
"accessURL": "https://api.data.gov/unicorn_stuff",
"format": [
"application/json",
"text/xml"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment