Skip to content

Commit

Permalink
Add Stop field to Policy Rule
Browse files Browse the repository at this point in the history
  • Loading branch information
schnuerle authored Nov 19, 2020
1 parent 3b35ea6 commit 71e74fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ An individual `Rule` object is defined by the following fields:
| `days` | day[] | Optional | Days `["sun", "mon", "tue", "wed", "thu", "fri", "sat"]` when the rule is in effect (default all) |
| `messages` | `{ String:String }` | Optional | Message to rider user, if desired, in various languages, keyed by language tag (see [Messages](#messages)) |
| `value_url` | URL | Optional | URL to an API endpoint that can provide dynamic information for the measured value (see [Value URL](#value-url)) |
| `stops` | UUID[] | Optional | List of [Stop](/general-information.md#stops) UUIDs that this Rule applies to. If this field is used then the `geographies` field must be used to identify the locations. |

[Top][toc]

Expand Down

0 comments on commit 71e74fc

Please sign in to comment.