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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Authorization is not required. An agency may decide to make this endpoint unauth
120
120
121
121
**Endpoint**: `/policies/{id}`
122
122
**Method**: `GET`
123
-
**Schema:**[`policy` schema](#policy)
123
+
**Schema:**[`policy` schema][json-schema]
124
124
**`data` Payload**: `{ "policies": [] }`, an array of objects with the structure [outlined below](#policy).
125
125
126
126
#### Query Parameters
@@ -143,7 +143,7 @@ Policies will be returned in order of effective date (see schema below), with pa
143
143
144
144
**Endpoint**: `/geographies/{id}`
145
145
**Method**: `GET`
146
-
**Schema:**[`geography` schema](#geography)
146
+
**Schema:**[`policy` schema][json-schema]
147
147
**`data` Payload**: `{ geographies: [] }`, an array of GeoJSON `Feature` objects that follow the schema [outlined here](#geography) or in [Geography](/geography#general-information).
148
148
149
149
#### Query Parameters
@@ -159,7 +159,7 @@ Policies will be returned in order of effective date (see schema below), with pa
159
159
**Endpoint**: `/requirements/`
160
160
**Method**: `GET`
161
161
**[Beta feature](/general-information.md#beta-features)**: *Yes (as of 1.2.0)*. [Leave feedback](https://github.com/openmobilityfoundation/mobility-data-specification/issues/682)
162
-
**Schema:**[`requirement` schema](#requirement)
162
+
**Schema:**TBD when out of beta
163
163
**`data` Payload**: `{ requirements: [] }`, JSON objects that follow the schema [outlined here](#requirement).
164
164
165
165
See [Policy Requirements Examples](/policy/examples/requirements.md) for how this can be implemented.
@@ -704,6 +704,7 @@ You may also show which APIs, endpoints, and fields your agency is serving to pr
0 commit comments