Last active
June 22, 2018 18:08
-
-
Save ricexen/de8afc8db28dbe91a3944e82fc15c5de to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Este archivo no es un modelo, este documento es un seed que creara un registro con un MongoDB schema que todavia tienen que definir.