-
Notifications
You must be signed in to change notification settings - Fork 231
/
Copy pathrequired-parking.json
58 lines (58 loc) · 1.57 KB
/
required-parking.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"updated": 0,
"version": "1.0.0",
"data": {
"policy": [
{
"policy_id": "99f7a469-6e3a-4981-9313-c2f6c0bbd5ce",
"name": "Test City Mobility Hubs",
"description": "Enforced parking in specific mobility hubs for downtown area",
"start_date": 1558389669540,
"end_date": null,
"published_date": 1558389669540,
"prev_policies": null,
"rules": [
{
"name": "Allow parking in specific locations",
"rule_id": "8a61de66-d9fa-4cba-a38d-5d948e2373fe",
"minimum": 0,
"rule_type": "count",
"rule_units": "devices",
"geographies": [
"e3ed0a0e-61d3-4887-8b6a-4af4f3769c14",
"1512a3f4-313c-45fc-9fae-0dca6d7ab355"
],
"states": {
"available": [
"trip_end"
]
},
"vehicle_types": [
"bicycle",
"scooter"
]
},
{
"name": "Disallow parking elsewhere in downtown area",
"rule_id": "0240899e-a8ad-4263-953a-6e278ff859ab",
"rule_type": "count",
"maximum": 0,
"rule_units": "devices",
"geographies": [
"075a5303-2571-4ca5-b429-841bcc4025d1"
],
"states": {
"available": [
"trip_end"
]
},
"vehicle_types": [
"bicycle",
"scooter"
]
}
]
}
]
}
}