Skip to content

Commit 8f1c327

Browse files
authored
Added clarifying line for geography retire_date
1 parent 7319e24 commit 8f1c327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geography/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ See the [Endpoints](#endpoints) below for links to their specific JSON Schema do
9595
| `geography_json` | JSON | Required | The GeoJSON that defines the geographical coordinates. |
9696
| `effective_date` | [timestamp][ts] | Optional | The date at which a Geography is considered "live". Must be at or after `published_date`. |
9797
| `published_date` | [timestamp][ts] | Required | Time that the geography was published, i.e. made immutable |
98-
| `retire_date` | [timestamp][ts] | Optional | Time that the geography is slated to retire. Once the retire date is passed, new policies can no longer reference it and old policies referencing it should be updated. Retired geographies should continue to be returned in the geographies list. Must be after `effective_date`. |
98+
| `retire_date` | [timestamp][ts] | Optional | Time that the geography is slated to retire. Once the retire date is passed, new policies can no longer reference it and old policies referencing it should be updated. Retired geographies should continue to be returned in the geographies list. Must be after `effective_date`. Geographies referencing others with `prev_geographies` immediately replace the previous ones. |
9999
| `prev_geographies` | UUID[] | Optional | Unique IDs of prior geographies replaced by this one |
100100

101101
[Top][toc]

0 commit comments

Comments
 (0)