Created
September 23, 2013 19:51
-
-
Save dwcaraway/6675971 to your computer and use it in GitHub Desktop.
Example Common Core Metadata with Distribution containing multiple resources.
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
{ | |
"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