Skip to content

Commit 8f65f3e

Browse files
committed
update version in examples
1 parent 82180e9 commit 8f65f3e

9 files changed

Lines changed: 25 additions & 25 deletions

File tree

geography/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Response body:
227227

228228
```jsonc
229229
{
230-
"version": "1.1.0",
230+
"version": "1.2.0",
231231
"updated": "1570035222868",
232232
"geographies": [
233233
{

geography/examples/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Shows the muncipal boundaries of a regulating entity, which may be larger than t
3232

3333
```json
3434
{
35-
"version": "1.0.0",
35+
"version": "1.2.0",
3636
"geography": {
3737
"geography_id": "e00535dd-d8ff-4b1b-920d-34e7404d0208",
3838
"geography_type": "municipal_boundary",
@@ -60,7 +60,7 @@ Boundaries of a city's permitted operating area for provider vehicles.
6060

6161
```json
6262
{
63-
"version": "1.0.0",
63+
"version": "1.2.0",
6464
"geography": {
6565
"geography_id": "8ad39dc3-005b-4348-9d61-c830c54c161b",
6666
"geography_type": "operating_area",
@@ -89,7 +89,7 @@ Boundaries of one of 9 areas in a city where vehicles can be distibuted and rebl
8989

9090
```json
9191
{
92-
"version": "1.0.0",
92+
"version": "1.2.0",
9393
"geography": {
9494
"geography_id": "70a91abc-0d9f-43a9-8e6a-763142dc6c94",
9595
"geography_type": "distribution_zone",
@@ -119,7 +119,7 @@ Boundaries of areas in a city where vehicles are not allowed be ridden by riders
119119

120120
```json
121121
{
122-
"version": "1.0.0",
122+
"version": "1.2.0",
123123
"geography": {
124124
"geography_id": "fc277865-79d3-4f0e-8459-53e9a647db99",
125125
"geography_type": "slow_ride_zone",
@@ -144,7 +144,7 @@ Boundaries of areas in a city where vehicles are to be ridden at a slower top sp
144144

145145
```json
146146
{
147-
"version": "1.0.0",
147+
"version": "1.2.0",
148148
"geography": {
149149
"geography_id": "8ad39dc3-005b-4348-9d61-c830c54c161b",
150150
"geography_type": "operating_area",
@@ -174,7 +174,7 @@ Designated stoping areas for vehicles. In this example the recommended parking l
174174

175175
```json
176176
{
177-
"version": "1.0.0",
177+
"version": "1.2.0",
178178
"geography": {
179179
"geography_id": "d1328cdb-92fe-4267-85e0-a9fe5653268e",
180180
"geography_type": "stop",

geography/examples/distribution-zone-8.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.2.0",
33
"geography": {
44
"geography_id": "70a91abc-0d9f-43a9-8e6a-763142dc6c94",
55
"geography_type": "distribution_zone",

geography/examples/geographies.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.2.0",
33
"updated": "1570035222868",
44
"geographies": [
55
{
6-
"version": "1.0.0",
6+
"version": "1.2.0",
77
"geography": {
88
"geography_id": "e00535dd-d8ff-4b1b-920d-34e7404d0208",
99
"geography_type": "municipal_boundary",
@@ -208,7 +208,7 @@
208208
}
209209
},
210210
{
211-
"version": "1.0.0",
211+
"version": "1.2.0",
212212
"geography": {
213213
"geography_id": "8ad39dc3-005b-4348-9d61-c830c54c161b",
214214
"geography_type": "operating_area",
@@ -15450,7 +15450,7 @@
1545015450
}
1545115451
},
1545215452
{
15453-
"version": "1.0.0",
15453+
"version": "1.2.0",
1545415454
"geography": {
1545515455
"geography_id": "70a91abc-0d9f-43a9-8e6a-763142dc6c94",
1545615456
"geography_type": "distribution_zone",
@@ -17290,7 +17290,7 @@
1729017290
}
1729117291
},
1729217292
{
17293-
"version": "1.0.0",
17293+
"version": "1.2.0",
1729417294
"geography": {
1729517295
"geography_id": "e00535dd-d8ff-4b1b-920d-34e7404d0208",
1729617296
"geography_type": "no_ride_zone",
@@ -17844,7 +17844,7 @@
1784417844
}
1784517845
},
1784617846
{
17847-
"version": "1.0.0",
17847+
"version": "1.2.0",
1784817848
"geography": {
1784917849
"geography_id": "fc277865-79d3-4f0e-8459-53e9a647db99",
1785017850
"geography_type": "slow_ride_zone",
@@ -19855,7 +19855,7 @@
1985519855
}
1985619856
},
1985719857
{
19858-
"version": "1.0.0",
19858+
"version": "1.2.0",
1985919859
"geography": {
1986019860
"geography_id": "d1328cdb-92fe-4267-85e0-a9fe5653268e",
1986119861
"geography_type": "stop",
@@ -20001,4 +20001,4 @@
2000120001
}
2000220002
}
2000320003
]
20004-
}
20004+
}

geography/examples/municipal-boundary.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.2.0",
33
"geography": {
44
"geography_id": "e00535dd-d8ff-4b1b-920d-34e7404d0208",
55
"geography_type": "municipal_boundary",
@@ -202,4 +202,4 @@
202202
]
203203
}
204204
}
205-
}
205+
}

geography/examples/no-ride-zone.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.2.0",
33
"geography": {
44
"geography_id": "e00535dd-d8ff-4b1b-920d-34e7404d0208",
55
"geography_type": "no_ride_zone",
@@ -551,4 +551,4 @@
551551
]
552552
}
553553
}
554-
}
554+
}

geography/examples/operating-area.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.2.0",
33
"geography": {
44
"geography_id": "8ad39dc3-005b-4348-9d61-c830c54c161b",
55
"geography_type": "operating_area",

geography/examples/slow-ride-zone.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.2.0",
33
"geography": {
44
"geography_id": "fc277865-79d3-4f0e-8459-53e9a647db99",
55
"geography_type": "slow_ride_zone",
@@ -2008,4 +2008,4 @@
20082008
]
20092009
}
20102010
}
2011-
}
2011+
}

geography/examples/stop.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.2.0",
33
"geography": {
44
"geography_id": "d1328cdb-92fe-4267-85e0-a9fe5653268e",
55
"geography_type": "stop",
@@ -143,4 +143,4 @@
143143
]
144144
}
145145
}
146-
}
146+
}

0 commit comments

Comments
 (0)