Skip to content

Commit 141fca1

Browse files
committed
Reformatting timestamp in geography schema
1 parent e589afc commit 141fca1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

policy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ The internal mechanics of ordering are up to the Policy editing and hosting soft
303303
| `description` | String | O | Detailed description of geography |
304304
| `geography_id` | UUID | R | Unique ID of geography |
305305
| `geography_json` | UUID | R | The GeoJSON that defines the geographical coordinates.
306-
| `effective_date` | timestamp | 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.
307-
| `publish_date` | timestamp | R | Timestamp that the policy was published, i.e. made immutable |
306+
| `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.
307+
| `publish_date` | [timestamp][ts] | R | Timestamp that the policy was published, i.e. made immutable |
308308
| `prev_geographies` | UUID[] | O | Unique IDs of prior geographies replaced by this one |
309309

310310

0 commit comments

Comments
 (0)