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
|`description`| String |[Optional](./general-information.md#optional-fields]| Detailed description of geography |
93
-
|`geography_type`| String |[Optional](./general-information.md#optional-fields]| Type of geography, e.g. `municipal_boundary` or `council_district` or custom text. See [Geography Type](#geography-type). |
92
+
|`description`| String |[Optional](../general-information.md#optional-fields)| Detailed description of geography |
93
+
|`geography_type`| String |[Optional](../general-information.md#optional-fields)| Type of geography, e.g. `municipal_boundary` or `council_district` or custom text. See [Geography Type](#geography-type). |
94
94
|`geography_id`| UUID | Required | Unique ID of geography |
95
95
|`geography_json`| JSON | Required | The GeoJSON that defines the geographical coordinates. |
96
-
|`effective_date`|[timestamp][ts]|[Optional](./general-information.md#optional-fields]| The date at which a Geography is considered "live". Must be at or after `published_date`. |
96
+
|`effective_date`|[timestamp][ts]|[Optional](../general-information.md#optional-fields)| 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](./general-information.md#optional-fields]| 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
-
|`prev_geographies`| UUID[]|[Optional](./general-information.md#optional-fields]| Unique IDs of prior geographies replaced by this one |
98
+
|`retire_date`|[timestamp][ts]|[Optional](../general-information.md#optional-fields)| 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
+
|`prev_geographies`| UUID[]|[Optional](../general-information.md#optional-fields)| Unique IDs of prior geographies replaced by this one |
0 commit comments