Last active
December 28, 2015 22:28
-
-
Save dwcaraway/7571456 to your computer and use it in GitHub Desktop.
Valid data.json / Common Core Metadata entry
This file contains 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
[{ | |
"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": "[email protected]", | |
"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