Added a route with a duplcate line number. Changed name of field number -> line
This commit is contained in:
parent
06c9a88281
commit
e0785d32fe
1 changed files with 14 additions and 5 deletions
19
routes.json
19
routes.json
|
@ -1,16 +1,25 @@
|
|||
{[
|
||||
[
|
||||
{
|
||||
"id":"10",
|
||||
"number":"10",
|
||||
"line":"10",
|
||||
"name":"Λιμάνι - Π.Α.Γ.Ν.Η.",
|
||||
"stops":[
|
||||
"1",
|
||||
"2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"20",
|
||||
"line":"10",
|
||||
"name":"Λιμάνι - Πανεπιστήμιο",
|
||||
"stops":[
|
||||
"1",
|
||||
"4"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"11",
|
||||
"number":"11",
|
||||
"line":"11",
|
||||
"name":"Λιμάνι - Αεροδρόμιο",
|
||||
"stops":[
|
||||
"1",
|
||||
|
@ -19,7 +28,7 @@
|
|||
},
|
||||
{
|
||||
"id":"12",
|
||||
"number":"12",
|
||||
"line":"12",
|
||||
"name":"Π.Α.Γ.Ν.Η - Αεροδρόμιο",
|
||||
"stops":[
|
||||
"2",
|
||||
|
@ -28,5 +37,5 @@
|
|||
}
|
||||
|
||||
|
||||
]}
|
||||
]
|
||||
|
||||
|
|
Reference in a new issue