Skip to content

Commit ac1f604

Browse files
authored
Removed beta
1 parent 37fcf3a commit ac1f604

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

policy/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ Policies will be returned in order of effective date (see schema below), with pa
168168

169169
**Endpoint**: `/requirements/`
170170
**Method**: `GET`
171-
**[Beta feature](/general-information.md#beta-features)**: *Yes (as of 1.2.0)*. [Leave feedback](https://github.com/openmobilityfoundation/mobility-data-specification/issues/682)
172-
**Schema:** TBD when out of beta
171+
**[Beta feature](/general-information.md#beta-features)**: *No (as of 2.0.0)*.
172+
**Schema:** TBD
173173
**`data` Payload**: `{ requirements: [] }`, JSON objects that follow the schema [outlined here](#requirement).
174174

175175
See [Policy Requirements Examples](/policy/examples/requirements.md) for how this can be implemented.
@@ -454,10 +454,6 @@ If you are upgrading to a new MDS version, it is recommended to create a new req
454454

455455
When requirements are updated within the same MDS version, in the [metadata](#requirement-metadata) section, increment the `file_version` value by one and update the `last_updated` timestamp. Though not required, you may choose to use the `start_date` and `end_date` fields in the [programs](#requirement-programs) section to keep retired requirements accessible. We also recommend hosting your requirements file in a location that has a publicly-accessible version history, like GitHub or Bitbucket, or keeping previous versions accessible with a versioned URL, e.g. "https://mds.cityname.gov/requirements/1.2.0/v3".
456456

457-
#### Beta Limitations
458-
459-
Note that Requirements is in [beta](#Requirements), and we welcome your [feedback](https://github.com/openmobilityfoundation/mobility-data-specification/issues/682). As of 2.0, providers should follow agency data requirements around items listed as "required" or "disallowed".
460-
461457
#### Requirement Format
462458

463459
An agency's program [Requirements](#requirements) endpoint contains a number of distinct parts, namely [metadata](#requirement-metadata), [program definitions](#requirement-programs), and [data specs](#requirement-data-specs) (with sub sections on relevant [required APIs](#requirement-apis)).

0 commit comments

Comments
 (0)