Skip to content

Instantly share code, notes, and snippets.

@chrissnyder
Last active September 2, 2015 21:05
Show Gist options
  • Save chrissnyder/c795383ee538d84086ee to your computer and use it in GitHub Desktop.
Save chrissnyder/c795383ee538d84086ee to your computer and use it in GitHub Desktop.
NfN subject JSON
Original
{
"location": {
"standard":"http://www.notesfromnature.org/subjects/calbug/Bups_Agrilinae_Buprestinae/55a7249362b39a711057f751.jpg"
}
}
One Option
{
"location": {
"standard":"http://www.notesfromnature.org/subjects/calbug/Bups_Agrilinae_Buprestinae/55a7249362b39a711057f751.jpg",
"extra": "http://someurl.org/iamge.jpg
}
}
Another option
{
"location": [
"http://www.notesfromnature.org/subjects/calbug/Bups_Agrilinae_Buprestinae/55a7249362b39a711057f751.jpg",
"http://acme.co.org/image1.jpg
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment