-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSAMPLE-SimCity-1.2.0.json
51 lines (51 loc) · 1.45 KB
/
SAMPLE-SimCity-1.2.0.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
{
"metadata": {
"mds_release": "1.2.0",
"file_version": "3",
"last_updated": "1611958740",
"max_update_interval": "P1D",
"agency_uuid": "737a9c62-c0cb-4c93-be43-271d21b784b5",
"agency_name": "Louisville Metro",
"agency_timezone": "America/New_York",
"agency_language": "en-US",
"agency_currency": "USD",
"agency_website_url": "https://www.cityname.gov/transportation/",
"url": "https://mds.cityname.gov/policy/requirements/1.2.0"
},
"programs": [
{
"description": "City Vehicle Program Pilot 2021",
"program_website_url": "https://www.cityname.gov/transportation/shared-devices.html",
"program_document_url": "https://www.cityname.gov/mds_data_policy.pdf",
"provider_ids": [
"70aa475d-1fcd-4504-b69c-2eeb2107f7be",
"2411d395-04f2-47c9-ab66-d09e9e3c3251"
],
"start_date": 1611958740,
"end_date": 1611970539,
"required_data_specs": [
{
"data_spec_name": "MDS",
"version": "1.1.0",
"required_apis": [
{
"api_name": "provider",
"required_endpoints": [
{
"endpoint_name": "trips",
"required_fields": [
"parking_verification_url"
]
}
]
}
]
},
{
"data_spec_name": "GBFS",
"version": "2.2"
}
]
}
]
}