Skip to content

Commit 209c9de

Browse files
committed
minor fixes
1 parent 14c4a32 commit 209c9de

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

policy/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,13 @@ An individual `Rule` object is defined by the following fields:
234234

235235
| Name | Type | Required / Optional | Description |
236236
| ---------------- | --------- | --- | ----------------------------------------------------------------------------------- |
237-
| `name` | String | R | Name of geography |
238-
| `description` | String | O | Detailed description of geography |
239-
| `geography_id` | UUID | R | Unique ID of geography |
240-
| `geography_json` | UUID | R | The GeoJSON that defines the geographical coordinates.
241-
| `effective_date` | [timestamp][ts] | O | `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.
242-
| `publish_date` | [timestamp][ts] | R | Timestamp that the policy was published, i.e. made immutable |
243-
| `prev_geographies` | UUID[] | O | Unique IDs of prior geographies replaced by this one |
237+
| `name` | String | Required | Name of geography |
238+
| `description` | String | Optional | Detailed description of geography |
239+
| `geography_id` | UUID | Required | Unique ID of geography |
240+
| `geography_json` | UUID | Required | The GeoJSON that defines the geographical coordinates.
241+
| `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.
242+
| `publish_date` | [timestamp][ts] | Required | Timestamp that the policy was published, i.e. made immutable |
243+
| `prev_geographies` | UUID[] | Optional | Unique IDs of prior geographies replaced by this one |
244244

245245

246246
### Messages

0 commit comments

Comments
 (0)