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
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -245,16 +245,6 @@ An individual `Rule` object is defined by the following fields:
245
245
|`rate`| Fees or subsidies based on regions and time spent in one or more vehicle-states. Rule `rate_amount` refers to the rate in [Rule Units](#rule-units). |
246
246
|`user`| Information for users, e.g. about helmet laws. Generally can't be enforced via events and telemetry. |
247
247
248
-
### Rate Recurrences
249
-
250
-
| Name | Description |
251
-
| --------- | ------------------- |
252
-
|`once`| Rate is applied to vehicles entering a matching status from a non-matching status. |
253
-
|`each_time_unit`| Rate is applied to vehicles entering or remaining in a matching status, unless it has already been applied in time_unit. Requires a `time_unit` to be specified using `rule_units`. |
254
-
|`per_time_unit`| Rate is applied once for full time_unit that vehicles remain in a matching status. Requires a `time_unit` to be specified using `rule_units`. |
255
-
256
-
257
-
258
248
### Rule Units
259
249
260
250
| Name | Description |
@@ -266,6 +256,14 @@ An individual `Rule` object is defined by the following fields:
266
256
|`mph`| Miles per hour |
267
257
|`kph`| Kilometers per hour |
268
258
259
+
### Rate Recurrences
260
+
261
+
| Name | Description |
262
+
| --------- | ------------------- |
263
+
|`once`| Rate is applied once to vehicles entering a matching status from a non-matching status. |
264
+
|`each_time_unit`| During each time_unit, rate is applied once to vehicles entering or remaining in a matching status. Requires a `time_unit` to be specified using `rule_units`. |
265
+
|`per_complete_time_unit`| Rate is applied once per complete time_unit that vehicles remain in a matching status. Requires a `time_unit` to be specified using `rule_units`. |
266
+
269
267
### Messages
270
268
271
269
Some Policies as established by the Agency may benefit from rider communication. This optional field contains a map of languages to messages, to be shown to the user.
0 commit comments