Skip to content

Commit

Permalink
Pulling stops in rules until next release
Browse files Browse the repository at this point in the history
Looking to make a bigger, better solution, per the WG conversations.
  • Loading branch information
schnuerle authored Nov 24, 2020
1 parent 71e74fc commit 030f542
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ 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 030f542

Please sign in to comment.