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 | O | Detailed description of geography |
262
+
|`geography_id`| UUID | R | Unique ID of geography |
263
+
| `geography_json` | UUID | R | The GeoJSON that defines the geographical coordinates.
264
+
| `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.
265
+
|`publish_date`|[timestamp][ts]| R | Timestamp that the policy was published, i.e. made immutable |
266
+
|`prev_geographies`| UUID[]| O | Unique IDs of prior geographies replaced by this one |
267
+
268
+
269
+
257
270
### Messages
258
271
259
272
Some Policies as established by the Agency may benefit from rider communication. This optional field contains a map of languages to messages, to be shown to the user.
@@ -295,19 +308,6 @@ If a vehicle is matched with a rule, then it _will not_ be considered in the sub
295
308
296
309
The internal mechanics of ordering are up to the Policy editing and hosting software.
|`description`| String | O | Detailed description of geography |
304
-
|`geography_id`| UUID | R | Unique ID of geography |
305
-
| `geography_json` | UUID | R | The GeoJSON that defines the geographical coordinates.
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 |
308
-
|`prev_geographies`| UUID[]| O | Unique IDs of prior geographies replaced by this one |
0 commit comments