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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -336,7 +336,7 @@ An individual `Rule` object is defined by the following fields:
336
336
|`rule_type`| enum | Required | Type of policy (see [Rule Types](#rule-types)) |
337
337
|`geographies`| UUID[]| Required | List of [Geography](/geography#general-information) UUIDs (non-overlapping) specifying the covered geography |
338
338
|`states`|`{ state: event[] }`| Required |[Vehicle state][vehicle-states] to which this rule applies. Optionally provide a list of specific [vehicle events][vehicle-events] as a subset of a given status for the rule to apply to. An empty list or `null`/absent defaults to "all". |
339
-
|`rule_units`| enum |[Conditionally Required](./general-information.md#conditionally-required-fields]| Measured units of policy (see [Rule Units](#rule-units)) |
339
+
|`rule_units`| enum |[Conditionally Required](./general-information.md#conditionally-required-fields)| Measured units of policy (see [Rule Units](#rule-units)) |
340
340
|`accessibility_options`|[AccessibilityOption][accessibility-options][]| Applicable vehicle [accessibility options][accessibility-options], default any (or none) |
@@ -723,8 +723,8 @@ For each combination of items in a program, you can specify the data specs, APIs
723
723
|`data_spec_name`| Enum | Required | Name of the data spec required. Supported values are: '[MDS](https://github.com/openmobilityfoundation/mobility-data-specification/tree/ms-requirements)', '[CDS](https://github.com/openmobilityfoundation/curb-data-specification)' '[GBFS](https://github.com/NABSA/gbfs/tree/v2.2)'. Others like GOFS, GTFS, TOMP-API, etc may also be referenced now by agencies and officially standardized here in the future -- leave your feedback on [this issue](https://github.com/openmobilityfoundation/mobility-data-specification/issues/682). |
724
724
|`version`| Text | Required | Version number of the data spec required. E.g. '1.2.0' |
725
725
|`mode_id`| Text |[Optional](../general-information.md#optional-fields)| The [mode list][modes] shortname for MDS. E.g. 'passenger-services' |
726
-
|`required_apis`| Array |[Conditionally Required](./general-information.md#conditionally-required-fields]| Name of the [Requirement APIs](#requirement-apis) that need to be served by providers. At least one API is required. APIs not listed will not be available to the agency. |
727
-
|`available_apis`| Array |[Conditionally Required](./general-information.md#conditionally-required-fields]| Name of the [Requirement APIs](#requirement-apis) that are being served by agencies. Not applicable to GBFS. APIs not listed will not be available to the provider. |
726
+
|`required_apis`| Array |[Conditionally Required](./general-information.md#conditionally-required-fields)| Name of the [Requirement APIs](#requirement-apis) that need to be served by providers. At least one API is required. APIs not listed will not be available to the agency. |
727
+
|`available_apis`| Array |[Conditionally Required](./general-information.md#conditionally-required-fields)| Name of the [Requirement APIs](#requirement-apis) that are being served by agencies. Not applicable to GBFS. APIs not listed will not be available to the provider. |
0 commit comments