@@ -17,9 +17,8 @@ This file presents a series of example [Policy documents](../README.md#policy) f
1717
1818The vehicle should stay within the areas of operation defined (Riding area).
1919
20- File: [ ` operating-area.json ` ] ( operating-area.json )
2120
22- ``` json
21+ ```
2322{
2423 "name": "Operating Area ",
2524 "policy_id": "dcc49f37-aafb-4306-b16c-49518d5a8038",
@@ -103,9 +102,8 @@ File: [`operating-area.json`](operating-area.json)
103102
104103The vehicle should not be in one of these defined areas regardless of status.
105104
106- File: [ ` no-riding.json ` ] ( no-riding.json )
107105
108- ``` json
106+ ```
109107
110108{
111109 "name": "No Ride Zones",
@@ -151,9 +149,8 @@ File: [`no-riding.json`](no-riding.json)
151149
152150The vehicle should not be parked in one of these defined areas in the statuses Available, Reserved and Non-operational.
153151
154- File: [ ` no-parking.json ` ] ( no-parking.json )
155152
156- ``` json
153+ ```
157154{
158155 "name": "No Parking Zone - SJSU" ,
159156 "policy_id": "ff290586-0066-4ab9-a67c-52173785b0fa",
@@ -226,9 +223,8 @@ File: [`no-parking.json`](no-parking.json)
226223
227224The vehicle should be parked in one of these defined areas.
228225
229- File: [ ` parking.json ` ] ( parking.json )
230226
231- ``` json
227+ ```
232228{
233229 "name": "Parking Zone",
234230 "policy_id": "ff290586-0066-4ab9-a67c-52173785b0fa",
@@ -300,9 +296,8 @@ File: [`parking.json`](parking.json)
300296
301297The vehicle should only be parked in one of these defined areas for a limited amount of time.
302298
303- File: [ ` parking-time-limit.json ` ] ( parking-time-limit.json )
304299
305- ``` json
300+ ```
306301{
307302 "name": " Parking time limit" ,
308303 "policy_id": "ff290586-0066-4ab9-a67c-52173785b0fa",
@@ -375,9 +370,8 @@ File: [`parking-time-limit.json`](parking-time-limit.json)
375370
376371The vehicle should operate at a specific maximum speed in these defined areas.
377372
378- File: [ ` speed-limit.json ` ] ( speed-limit.json )
379373
380- ``` json
374+ ```
381375{
382376 "name": "Improper Riding - Speed Limit | 7 Speed limits",
383377 "policy_id": "a7cda310-e146-452f-9657-8fdb3f7b2a5d",
@@ -419,9 +413,8 @@ File: [`speed-limit.json`](speed-limit.json)
419413
420414The amount of vehicles spread amongst these defined areas are controlled.
421415
422- File: [ ` distribution-policies.json ` ] ( distribution-policies.json )
423416
424- ``` json
417+ ```
425418{
426419 "policy_id":"9beb897c-a3ff-4367-bd80-eae30c8eae5c",
427420 "prev_policies":[],
@@ -491,9 +484,8 @@ File: [`distribution-policies.json`](distribution-policies.json)
491484
492485The maximum or minimum amount of vehicles deployed by a provider are controlled.
493486
494- File: [ ` provider-caps-or-minimums.json ` ] ( provider-caps-or-minimums.json )
495487
496- ``` json
488+ ```
497489{
498490
499491 "name": "Device Limit - Lime",
0 commit comments