-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Description
Describe the problem
The vote to adopt cemv_support will start soon. If it is adopted, the schema needs to be updated. The field is an optional Enum so only unexpected_enum_value is to be added for both cemv_support fields in agency.txt and routes.txt.
Describe the new validation rule
| Related spec language | Rationale for rule | Notice name to update or add | Pseudologic | Notice table columns | Severity | Notice description |
|---|---|---|---|---|---|---|
| agency.cemv_support | The value for cemv_support is either 0 or 1 or 2 | unexpected_enum_value | If agency.cemv_support exists and is not in [0,1,2]:Trigger | csvRowNumber, fieldName, fieldValue, filename | ERROR | An enum has an unexpected value. |
| route.cemv_support | The value for cemv_support is either 0 or 1 or 2 | unexpected_enum_value | If agency.cemv_support exists and is not 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
new ruleNew rule to be addedNew rule to be added