File diff suppressed because one or more lines are too long
@@ -1 +1,11 @@
|
||||
{"GetStationBoardResult":{"generatedAt":"2023-01-14T11:23:12.6558466+00:00","locationName":"Pilning","crs":"PIL","nrccMessages":{"message":"\nPoor weather affecting services in Wales due to flooding on the railway More details can be found in <a href=\"https://t.co/uBU966PUmX\">Latest Travel News</a>."},"platformAvailable":"true"}}
|
||||
{
|
||||
"GetStationBoardResult": {
|
||||
"generatedAt": "2023-01-14T11:23:12.6558466+00:00",
|
||||
"locationName": "Pilning",
|
||||
"crs": "PIL",
|
||||
"nrccMessages": {
|
||||
"message": "\nPoor weather affecting services in Wales due to flooding on the railway More details can be found in <a href=\"https://t.co/uBU966PUmX\">Latest Travel News</a>."
|
||||
},
|
||||
"platformAvailable": "true"
|
||||
}
|
||||
}
|
||||
|
||||
500214
.test-tools/all.json
500214
.test-tools/all.json
File diff suppressed because one or more lines are too long
17730
.test-tools/clean.json
17730
.test-tools/clean.json
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
version: '3.1'
|
||||
version: "3.1"
|
||||
|
||||
services:
|
||||
mongo:
|
||||
|
||||
@@ -1,33 +1,52 @@
|
||||
{"service":
|
||||
[
|
||||
{"sta":"16:07",
|
||||
"eta":"On time",
|
||||
"operator":"South Western Railway",
|
||||
"operatorCode":"SW",
|
||||
"serviceType":"ferry",
|
||||
"serviceID":"37782PHBR____",
|
||||
"origin":
|
||||
{"location":
|
||||
{"locationName":
|
||||
"Ryde Pier Head","crs":"RYP"
|
||||
}
|
||||
{
|
||||
"service": [
|
||||
{
|
||||
"sta": "16:07",
|
||||
"eta": "On time",
|
||||
"operator": "South Western Railway",
|
||||
"operatorCode": "SW",
|
||||
"serviceType": "ferry",
|
||||
"serviceID": "37782PHBR____",
|
||||
"origin": {
|
||||
"location": { "locationName": "Ryde Pier Head", "crs": "RYP" }
|
||||
},
|
||||
"destination": {
|
||||
"location": { "locationName": "Portsmouth Harbour", "crs": "PMH" }
|
||||
},
|
||||
"previousCallingPoints": {
|
||||
"callingPointList": {
|
||||
"callingPoint": {
|
||||
"locationName": "Ryde Pier Head",
|
||||
"crs": "RYP",
|
||||
"st": "15:45",
|
||||
"et": "On time"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"destination":
|
||||
{"location":
|
||||
{"locationName":"Portsmouth Harbour",
|
||||
"crs":"PMH"
|
||||
{
|
||||
"std": "16:15",
|
||||
"etd": "On time",
|
||||
"operator": "South Western Railway",
|
||||
"operatorCode": "SW",
|
||||
"serviceType": "ferry",
|
||||
"serviceID": "37746PHBR____",
|
||||
"origin": {
|
||||
"location": { "locationName": "Portsmouth Harbour", "crs": "PMH" }
|
||||
},
|
||||
"destination": {
|
||||
"location": { "locationName": "Ryde Pier Head", "crs": "RYP" }
|
||||
},
|
||||
"subsequentCallingPoints": {
|
||||
"callingPointList": {
|
||||
"callingPoint": {
|
||||
"locationName": "Ryde Pier Head",
|
||||
"crs": "RYP",
|
||||
"st": "16:37",
|
||||
"et": "On time"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"previousCallingPoints":
|
||||
{"callingPointList":
|
||||
{"callingPoint":
|
||||
{"locationName":"Ryde Pier Head",
|
||||
"crs":"RYP",
|
||||
"st":"15:45",
|
||||
"et":"On time"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{"std":"16:15","etd":"On time","operator":"South Western Railway","operatorCode":"SW","serviceType":"ferry","serviceID":"37746PHBR____","origin":{"location":{"locationName":"Portsmouth Harbour","crs":"PMH"}},"destination":{"location":{"locationName":"Ryde Pier Head","crs":"RYP"}},"subsequentCallingPoints":{"callingPointList":{"callingPoint":
|
||||
{"locationName":"Ryde Pier Head","crs":"RYP","st":"16:37","et":"On time"}}}}]}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user