Skip to content

Instantly share code, notes, and snippets.

@ricexen
Last active June 22, 2018 18:08
Show Gist options
  • Select an option

  • Save ricexen/de8afc8db28dbe91a3944e82fc15c5de to your computer and use it in GitHub Desktop.

Select an option

Save ricexen/de8afc8db28dbe91a3944e82fc15c5de to your computer and use it in GitHub Desktop.
{
"name": "taxi-white",
"commonName": "Taxi blanco",
"prices": [
{
"currency": "MXN",
"normal": 12,
"student": 10,
"schedule": "05:00 - 17:00"
},
{
"currency": "MXN",
"normal": 15,
"student": 15,
"schedule": "17:01 - 4:59"
}
],
"places": [
{
"isBase": true,
"name": "Base - <address>",
"lat": 32.12312,
"lng": 98.123
},
{
"isBase": false,
"name": "Cetys",
"lat": 32.5059848,
"lng": -116.9241589
},
{
"isBase": true,
"name": "Base - <address>",
"lat": 33.81273,
"lng": 92.123
}
],
"gpx": "file-location.gpx"
}
@guillenvd
Copy link
Copy Markdown

Este archivo no es un modelo, este documento es un seed que creara un registro con un MongoDB schema que todavia tienen que definir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment