Skip to content

Commit 1b680f2

Browse files
authored
Added link to beta feedback
1 parent cc1ec75 commit 1b680f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

policy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Method: `GET`
156156
Endpoint: `/requirements/`
157157
Method: `GET`
158158
`data` Payload: `{ requirements: [] }`, JSON objects that follow the schema [outlined here](#requirement).
159-
[Beta feature](/general-information.md#beta-features): *Yes (as of 1.2.0)*.
159+
[Beta feature](/general-information.md#beta-features): *Yes (as of 1.2.0)*. [Leave feedback](https://github.com/openmobilityfoundation/mobility-data-specification/issues/682)
160160

161161
See [Policy Requirements Examples](/policy/examples/requirements.md) for how this can be implemented.
162162

@@ -576,7 +576,7 @@ For each combination of items in a program, you can specify the data specs, APIs
576576

577577
| Name | Type | Required / Optional | Description |
578578
| -------------------- | ----- | -------- | ----------------------------------- |
579-
| `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)', '[GBFS](https://github.com/NABSA/gbfs/tree/v2.2)', though others can be tested by agencies and officially standardized here in the future. |
579+
| `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)', '[GBFS](https://github.com/NABSA/gbfs/tree/v2.2)'. Others like GOFS, GTFS, TOMP, etc can be tested by agencies and officially standardized here in the future -- leave your feedback on [this issue](https://github.com/openmobilityfoundation/mobility-data-specification/issues/682). |
580580
| `version` | Text | Required | Version number of the data spec required. E.g. '1.2.0' |
581581
| `required_apis` | Enum | Conditionally Required | Name of the [Requirement API](#requirement-apis) that need to be served by providers. For MDS, one of: provider, agency. For GBFS, this field is omitted since GBFS starts at the `endpoint` level. E.g. 'agency' |
582582
| `available_apis` | Enum | Conditionally Required | Name of the [Requirement API](#requirement-apis) that are being served by agencies. For MDS, one of: policy, geography, jurisdiction, metrics. Not applicable to GBFS. |

0 commit comments

Comments
 (0)