The name starts with a capital letter.
One word per file.
For instance : [startingStation]/[startTime].json
Add a train to an existing folder corresponding to the starting station of the word or create a folder.
The file must contain 3 keys
timings: start time of the train from destination
path:
start: provide station code of starting station (all caps)
end: provide station code of destination station (all caps)
type: mark fast or slow trains using this tag
path: startStation/startTime.json
(first letter needs to be capitalized)
{
"timing": "startTime_in_HH:MM_in 24 hour format",
"path": {
"start":"startStation",
"end":"endStation"
},
"type": "Fast/Slow"
}