Skip to content

Commit e1dd234

Browse files
committed
Fixed spelling error
1 parent ac1f604 commit e1dd234

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

policy/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Policies will be returned in order of effective date (see schema below), with pa
149149

150150
### Geographies
151151

152-
**Deprecated:** see the new [Geography API](/geography#transition-from-policy) to understand the transistion away from this endpoint, and how to support both in MDS 1.x.0 releases.
152+
**Deprecated:** see the new [Geography API](/geography#transition-from-policy) to understand the transition away from this endpoint, and how to support both in MDS 1.x.0 releases.
153153

154154
**Endpoint**: `/geographies/{id}`
155155
**Method**: `GET`
@@ -337,7 +337,7 @@ An individual `Rule` object is defined by the following fields:
337337

338338
### Geography
339339

340-
**Deprecated:** see the new [Geography API](/geography#transition-from-policy) to understand the transistion away from this endpoint, and how to support both in a MDS 1.x.0 release.
340+
**Deprecated:** see the new [Geography API](/geography#transition-from-policy) to understand the transition away from this endpoint, and how to support both in a MDS 1.x.0 release.
341341

342342
| Name | Type | Required / Optional | Description |
343343
| ---------------- | --------- | --- | ----------------------------------------------------------------------------------- |
@@ -489,7 +489,7 @@ An agency's program [Requirements](#requirements) endpoint contains a number of
489489
// other data specs per the "Requirement Data Specs" section
490490
]
491491
},
492-
// other MDS versions per the "Requriement MDS Version" section
492+
// other MDS versions per the "Requirement MDS Version" section
493493
}
494494
}
495495
```
@@ -711,7 +711,7 @@ You may also show which APIs, endpoints, and fields your agency is serving to pr
711711
- All fields marked 'Required' in MDS are still included by default and should not be enumerated in `required_fields`. They are not affected by the Requirements endpoint, unless explicitly listed in `disallowed_fields`.
712712
- Fields in MDS marked 'Required if available' are still returned if available, and are not affected by the Requirements endpoint, unless explicitly listed in `disallowed_fields`.
713713
- If a 'Required' or 'Required if available' or 'Optional' field in MDS is listed in `disallowed_fields`, those fields should not be returned by the provider in the endpoint. The field (and therefore its value) must be completely removed from the response. If used, [schema](/schema) validation may fail on missing required fields.
714-
- To reference fields that are lower in a heirarchy, use [dot separated notation](https://docs.oracle.com/en/database/oracle/oracle-database/18/adjsn/simple-dot-notation-access-to-json-data.html#GUID-7249417B-A337-4854-8040-192D5CEFD576), where a dot between field names represents one nested level deeper into the data structure. E.g. 'gps.heading' or 'features.properties.rules.vehicle_type_id'.
714+
- To reference fields that are lower in a hierarchy, use [dot separated notation](https://docs.oracle.com/en/database/oracle/oracle-database/18/adjsn/simple-dot-notation-access-to-json-data.html#GUID-7249417B-A337-4854-8040-192D5CEFD576), where a dot between field names represents one nested level deeper into the data structure. E.g. 'gps.heading' or 'features.properties.rules.vehicle_type_id'.
715715
- To require [Geography Driven Events](/general-information.md#geography-driven-events), simply include the `event_geographies` field for either the Agency or Provider API `api_name`. Per how GDEs work, `event_location` will then not be returned, and the `changed_geographies` vehicle state `event_type` will be used.
716716

717717
[Top][toc]

0 commit comments

Comments
 (0)