Skip to content

Instantly share code, notes, and snippets.

@cds-amal
Created June 4, 2015 16:17
Show Gist options
  • Save cds-amal/eeaf462b76de151a0945 to your computer and use it in GitHub Desktop.
Save cds-amal/eeaf462b76de151a0945 to your computer and use it in GitHub Desktop.
{
// What should address be renamed to, in order to conform to the
// crow web app?
//
"addresses": [
{
"refLocation": [
{
"@context": "http://schema.org",
"@type": "Place",
"address": {
...
},
"geo": {
...
}
}
]
},
{
"refLocation": [
{
"@context": "http://schema.org",
"@type": "Place",
"address": {
...
},
"geo": {
...
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment