Skip to content

Commit a23c3af

Browse files
authored
Fixed geography_json type
1 parent c23d2ce commit a23c3af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

policy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ An individual `Rule` object is defined by the following fields:
301301
| `name` | String | Required | Name of geography |
302302
| `description` | String | Optional | Detailed description of geography |
303303
| `geography_id` | UUID | Required | Unique ID of [Geography](/geography#general-information) |
304-
| `geography_json` | UUID | Required | The GeoJSON that defines the geographical coordinates.
304+
| `geography_json` | JSON | Required | The GeoJSON that defines the geographical coordinates.
305305
| `effective_date` | [timestamp][ts] | Optional | `start_date` for first published policy that uses this geo. Server should set this when policies are published. This may be used on the client to distinguish between “logical” geographies that have the same name. E.g. if a policy publishes a geography on 5/1/2020, and then another policy is published which references that same geography is published on 4/1/2020, the effective_date will be set to 4/1/2020.
306306
| `publish_date` | [timestamp][ts] | Required | Timestamp that the policy was published, i.e. made immutable |
307307
| `prev_geographies` | UUID[] | Optional | Unique IDs of prior [geographies](/geography#general-information) replaced by this one |

0 commit comments

Comments
 (0)