-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
new ruleNew rule to be addedNew rule to be addedstatus: Needs triageApplied to all new issuesApplied to all new issues
Description
Describe the problem
With the adoption of cars_allowed, we need to update the schema and add a validation rule for the enum.
Describe the new validation rule
| Related spec language | Rationale for rule | Notice name to update or add | Pseudologic | Notice table columns | Severity | Notice description |
|---|---|---|---|---|---|---|
| trips. cars_allowed | The value for cars_allowed is either empty, 0 or 1 or 2 | unexpected_enum_value | If trips. cars_allowed exists and is not empty or in [0,1,2]:Trigger | csvRowNumber, fieldName, fieldValue, filename | ERROR | An enum has an unexpected value. |
Sample GTFS datasets
No response
Severity
ERROR
Additional context
No response
derhuerst
Metadata
Metadata
Assignees
Labels
new ruleNew rule to be addedNew rule to be addedstatus: Needs triageApplied to all new issuesApplied to all new issues