Skip to content

Commit a4c251f

Browse files
authored
Adding back in the JSON formatting
1 parent fc255ef commit a4c251f

1 file changed

Lines changed: 8 additions & 21 deletions

File tree

policy/examples/README.md

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ This file presents a series of example [Policy documents](../README.md#policy) f
1717

1818
The vehicle should stay within the areas of operation defined (Riding area).
1919

20-
21-
```
20+
```json
2221
{
2322
"name": "Operating Area ",
2423
"policy_id": "dcc49f37-aafb-4306-b16c-49518d5a8038",
@@ -93,7 +92,6 @@ The vehicle should stay within the areas of operation defined (Riding area).
9392
}
9493
]
9594
}
96-
9795
```
9896

9997
[Top](#table-of-contents)
@@ -102,9 +100,7 @@ The vehicle should stay within the areas of operation defined (Riding area).
102100

103101
The vehicle should not be in one of these defined areas regardless of status.
104102

105-
106-
```
107-
103+
```json
108104
{
109105
"name": "No Ride Zones",
110106
"policy_id": "d78625e9-5a7f-45ae-afab-18ee946acf8f",
@@ -140,7 +136,6 @@ The vehicle should not be in one of these defined areas regardless of status.
140136
}
141137
]
142138
}
143-
144139
```
145140

146141
[Top](#table-of-contents)
@@ -149,8 +144,7 @@ The vehicle should not be in one of these defined areas regardless of status.
149144

150145
The vehicle should not be parked in one of these defined areas in the statuses Available, Reserved and Non-operational.
151146

152-
153-
```
147+
```json
154148
{
155149
"name": "No Parking Zone - SJSU" ,
156150
"policy_id": "ff290586-0066-4ab9-a67c-52173785b0fa",
@@ -214,7 +208,6 @@ The vehicle should not be parked in one of these defined areas in the statuses A
214208
}
215209
]
216210
}
217-
218211
```
219212

220213
[Top](#table-of-contents)
@@ -223,8 +216,7 @@ The vehicle should not be parked in one of these defined areas in the statuses A
223216

224217
The vehicle should be parked in one of these defined areas.
225218

226-
227-
```
219+
```json
228220
{
229221
"name": "Parking Zone",
230222
"policy_id": "ff290586-0066-4ab9-a67c-52173785b0fa",
@@ -296,8 +288,7 @@ The vehicle should be parked in one of these defined areas.
296288

297289
The vehicle should only be parked in one of these defined areas for a limited amount of time.
298290

299-
300-
```
291+
```json
301292
{
302293
"name": " Parking time limit" ,
303294
"policy_id": "ff290586-0066-4ab9-a67c-52173785b0fa",
@@ -361,7 +352,6 @@ The vehicle should only be parked in one of these defined areas for a limited am
361352
}
362353
]
363354
}
364-
365355
```
366356

367357
[Top](#table-of-contents)
@@ -370,8 +360,7 @@ The vehicle should only be parked in one of these defined areas for a limited am
370360

371361
The vehicle should operate at a specific maximum speed in these defined areas.
372362

373-
374-
```
363+
```json
375364
{
376365
"name": "Improper Riding - Speed Limit | 7 Speed limits",
377366
"policy_id": "a7cda310-e146-452f-9657-8fdb3f7b2a5d",
@@ -413,8 +402,7 @@ The vehicle should operate at a specific maximum speed in these defined areas.
413402

414403
The amount of vehicles spread amongst these defined areas are controlled.
415404

416-
417-
```
405+
```json
418406
{
419407
"policy_id":"9beb897c-a3ff-4367-bd80-eae30c8eae5c",
420408
"prev_policies":[],
@@ -484,8 +472,7 @@ The amount of vehicles spread amongst these defined areas are controlled.
484472

485473
The maximum or minimum amount of vehicles deployed by a provider are controlled.
486474

487-
488-
```
475+
```json
489476
{
490477

491478
"name": "Device Limit - Lime",

0 commit comments

Comments
 (0)