Skip to content

Instantly share code, notes, and snippets.

@dwcaraway
Last active December 28, 2015 22:28
Show Gist options
  • Save dwcaraway/7571456 to your computer and use it in GitHub Desktop.
Save dwcaraway/7571456 to your computer and use it in GitHub Desktop.
Valid data.json / Common Core Metadata entry
[{
"title": "Data Catalog",
"description": "Version 1.0",
"contactPoint": "somebody important",
"keyword": ["catalog"],
"modified": "2013-05-09 06:00:00",
"publisher": "US Department of X",
"person": "Contact Person",
"mbox": "contact.person@agency.gov",
"language": ["aav"],
"identifier": "1",
"accessLevel": "public",
"distribution": [
{
"accessURL": "http://agency.gov/data.json",
"format": "application/json"
}
]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment