diff --git a/docs/locations.md b/docs/locations.md index 3d961b0b..3abdc58e 100644 --- a/docs/locations.md +++ b/docs/locations.md @@ -35,7 +35,7 @@ The response may look like this: ```js [ { - type: 'station', + type: 'stop', id: '900000100003', name: 'S+U Alexanderplatz', location: { diff --git a/docs/nearby.md b/docs/nearby.md index 21eac15e..33352922 100644 --- a/docs/nearby.md +++ b/docs/nearby.md @@ -39,7 +39,7 @@ The response may look like this: ```js [ { - type: 'station', + type: 'stop', id: '900000120001', name: 'S+U Frankfurter Allee', location: { @@ -58,7 +58,7 @@ The response may look like this: }, distance: 56 }, { - type: 'station', + type: 'stop', id: '900000120540', name: 'Scharnweberstr./Weichselstr.', location: { @@ -69,7 +69,7 @@ The response may look like this: products: { /* … */ }, distance: 330 }, { - type: 'station', + type: 'stop', id: '900000160544', name: 'Rathaus Lichtenberg', location: { diff --git a/docs/radar.md b/docs/radar.md index 8dea87e4..9e8a21e3 100644 --- a/docs/radar.md +++ b/docs/radar.md @@ -69,7 +69,7 @@ The response may look like this: trip: 31463, nextStops: [ { station: { - type: 'station', + type: 'stop', id: '900000029101', name: 'S Spandau', location: { @@ -94,14 +94,14 @@ The response may look like this: } /* … */ ], frames: [ { origin: { - type: 'station', + type: 'stop', id: '900000100003', name: 'S+U Alexanderplatz', location: { /* … */ }, products: { /* … */ } }, destination: { - type: 'station', + type: 'stop', id: '900000100004', name: 'S+U Jannowitzbrücke', location: { /* … */ }, diff --git a/docs/station.md b/docs/station.md index f8d46f47..b329245f 100644 --- a/docs/station.md +++ b/docs/station.md @@ -46,7 +46,7 @@ The response may look like this: ```js { - type: 'station', + type: 'stop', id: '900000042101', name: 'U Spichernstr.', location: {