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: geography/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ See the [Endpoints](#endpoints) below for links to their specific JSON Schema do
95
95
|`geography_json`| JSON | Required | The GeoJSON that defines the geographical coordinates. |
96
96
|`effective_date`|[timestamp][ts]| Optional | The date at which a Geography is considered "live". Must be at or after `published_date`. |
97
97
|`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. |
99
99
|`prev_geographies`| UUID[]| Optional | Unique IDs of prior geographies replaced by this one |
0 commit comments