Skip to content

Instantly share code, notes, and snippets.

@erika-dike
Created May 9, 2017 08:18
Show Gist options
  • Save erika-dike/c994a091b6f5e8afdda97c2ab302c026 to your computer and use it in GitHub Desktop.
Save erika-dike/c994a091b6f5e8afdda97c2ab302c026 to your computer and use it in GitHub Desktop.
{
"_id": {
"$oid": "..."
},
"short_name": "",
"name": "",
"logo": "",
"offices": [
{
"address": "",
"location": {
"lat": "",
"lng": ""
},
"type": "",
"img": ""
},
...
],
"services": [
{
"type": "",
"img": "",
"fee": {
"amount": 0,
"currency": ""
},
"validity_period": {
"duration": 10,
"type": "year"
},
"requirements": [
"",
...
],
"criteria": [
"",
...
],
"detail_view": [
"fee",
"validity_period",
"requirements"
]
}
],
"website": "",
"contact": {
"phone": [
""
],
"fax": [
""
],
"email": [
""
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment