Skip to content

Commit 4ed8b94

Browse files
authored
Updated geography_json type
1 parent a23c3af commit 4ed8b94

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
@@ -101,7 +101,7 @@ Placeholder -- link to schema to be added later.
101101
| `description` | String | Optional | Detailed description of geography |
102102
| `geography_type` | String | Optional | Type of geography, e.g. `municipal_boundary` or `council_district` or custom text. See [Geography Types](#geography-types). |
103103
| `geography_id` | UUID | Required | Unique ID of geography |
104-
| `geography_json` | UUID | Required | The GeoJSON that defines the geographical coordinates. |
104+
| `geography_json` | JSON | Required | The GeoJSON that defines the geographical coordinates. |
105105
| `effective_date` | [timestamp][ts] | Optional | The date at which a Geography is considered "live". Must be at or after `published_date`. |
106106
| `published_date` | [timestamp][ts] | Required | Time that the geography was published, i.e. made immutable |
107107
| `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`. |

0 commit comments

Comments
 (0)