Last active
April 25, 2017 15:12
-
-
Save alanmackenzie/19c07e2fcc4efa018a1f3dac7042e3b2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// Not valid JSON due to comments. | |
// The majority of the fields are missing. | |
{ | |
"messageHeader": { | |
"id": "9e8f3cfc-29c2-11e7-93ae-92361f002671", | |
// Values here are different from the documentation. | |
"messageType": "MetadataRecordCreate" | |
// Renamed, see above. | |
"messageClassification": "Command", | |
}, | |
"messageBody": { | |
"datasetUUID": "a7e83002-29c1-11e7-93ae-92361f002671", | |
"datasetTitle": "Research about birds in the UK.", | |
"datasetLanguage": "en", | |
"datasetResourceType": ["audio", "image"], | |
"files": { | |
"0": { | |
"id": "ec2d4928-29c1-11e7-93ae-92361f002671", | |
"path": "s3://rdss-prod-figshare-0132/bird-sounds.mp3" | |
}, | |
"1": { | |
"id": "0dc88052-29c2-11e7-93ae-92361f002671", | |
"path": "s3://rdss-prod-figshare-0132/woodpigeon-pic.jpg" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment