You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: policy/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Versioning must be implemented as specified in the [Versioning section][versioni
39
39
40
40
## Background
41
41
42
-
The goal of this specification is to enable Agencies to create, revise, and publish machine-readable policies, as sets of rules for individual and collective device behavior exhibited by both _mobility as a service_ Providers and riders / users. [Examples](examples.md) of policies include:
42
+
The goal of this specification is to enable Agencies to create, revise, and publish machine-readable policies, as sets of rules for individual and collective device behavior exhibited by both _mobility as a service_ Providers and riders / users. [Examples](./examples/README.md) of policies include:
43
43
44
44
- City-wide and localized caps (e.g. "Minimum 500 and maximum 3000 scooters within city boundaries")
45
45
- Exclusion zones (e.g. "No scooters are permitted in this district on weekends")
@@ -50,7 +50,7 @@ The goal of this specification is to enable Agencies to create, revise, and publ
50
50
51
51
The machine-readable format allows Providers to obtain policies and compute compliance where it can be determined entirely by data obtained internally.
52
52
53
-
**See the [Policy Examples](examples.md) for ways these can be implemented.**
53
+
**See the [Policy Examples](./examples/README.md) for ways these can be implemented.**
Copy file name to clipboardExpand all lines: policy/examples/README.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Examples
1
+
# Policy Examples
2
2
3
-
This file presents a series of [Policy object](./README.md#policy) examples for Agencies to use as templates.
3
+
This file presents a series of example [Policy documents](../README.md#schema) for Agencies to use as templates.
4
4
5
5
## Table of Contents
6
6
@@ -16,8 +16,10 @@ This file presents a series of [Policy object](./README.md#policy) examples for
16
16
17
17
This Policy shows how to prohibit dockless vehicles from operating in a specific area. This is otherwise known as a "geofence". This geofence prohibits both:
@@ -279,6 +289,8 @@ This policy sets a 25 cent per-trip fee that is applied for trips that start in
279
289
280
290
This policy sets a Right-of-Way fee that is charged once a day for vehicles deployed in a given area. It charges a 25 cents per day for vehicles deployed downtown, and 5 cents per day for vehicles deployed in a historically underserved neighborhood. In the case where a vehicle is deployed twice in both areas in the same day, the higher fee would apply (because it appears first in the rules).
"description": "This policy sets a 10 cent per hour metered parking charge that is applied while a vehicle is parked in a congested area during rush hour.",
0 commit comments