Skip to content

Commit 41e191f

Browse files
authored
Update Policy links
Signed-off-by: Michael Schnuerle <1285077+schnuerle@users.noreply.github.com>
1 parent cf42176 commit 41e191f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

policy/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ An individual `Rule` object is defined by the following fields:
336336
| `rule_type` | enum | Required | Type of policy (see [Rule Types](#rule-types)) |
337337
| `geographies` | UUID[] | Required | List of [Geography](/geography#general-information) UUIDs (non-overlapping) specifying the covered geography |
338338
| `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)) |
340340
| `accessibility_options` | [AccessibilityOption][accessibility-options][] | Applicable vehicle [accessibility options][accessibility-options], default any (or none) |
341341
| `vehicle_types` | `vehicle_type[]` | [Optional](../general-information.md#optional-fields) | Applicable vehicle types, default "all". |
342342
| `propulsion_types` | `propulsion_type[]` | [Optional](../general-information.md#optional-fields) | Applicable vehicle [propulsion types][propulsion-types], default "all". |
@@ -723,8 +723,8 @@ For each combination of items in a program, you can specify the data specs, APIs
723723
| `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). |
724724
| `version` | Text | Required | Version number of the data spec required. E.g. '1.2.0' |
725725
| `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. |
728728

729729
[Top][toc]
730730

0 commit comments

Comments
 (0)