@golemio/pid 2.14.1-dev.1346896007 → 2.14.1-dev.1346947303
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/openapi-output.yaml +5 -0
- package/package.json +1 -1
package/docs/openapi-output.yaml
CHANGED
|
@@ -2238,6 +2238,7 @@ components:
|
|
|
2238
2238
|
example: "U754Z1P"
|
|
2239
2239
|
platform_code:
|
|
2240
2240
|
type: string
|
|
2241
|
+
nullable: true
|
|
2241
2242
|
description: For trains it is the platform number the train is stopping at. Is `null` if not known. For other modes of transport, returns the platform code from `stops[]`.
|
|
2242
2243
|
example: "B"
|
|
2243
2244
|
required:
|
|
@@ -2264,6 +2265,8 @@ components:
|
|
|
2264
2265
|
example: 176
|
|
2265
2266
|
required:
|
|
2266
2267
|
- is_available
|
|
2268
|
+
- minutes
|
|
2269
|
+
- seconds
|
|
2267
2270
|
|
|
2268
2271
|
PIDDepartureBoardStopTime:
|
|
2269
2272
|
title: PID Departure Board Stop Time
|
|
@@ -2291,10 +2294,12 @@ components:
|
|
|
2291
2294
|
properties:
|
|
2292
2295
|
short_name:
|
|
2293
2296
|
type: string
|
|
2297
|
+
nullable: true
|
|
2294
2298
|
description: Route designation used by PID.
|
|
2295
2299
|
example: "140"
|
|
2296
2300
|
type:
|
|
2297
2301
|
type: number
|
|
2302
|
+
nullable: true
|
|
2298
2303
|
description: GTFS route type. `0` – tram, `1` – metro, `2` – train, `3` – bus, `4` – ferry, `7` – funicular, `11` – trolleybus
|
|
2299
2304
|
example: 3
|
|
2300
2305
|
is_night:
|