We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The signaling system list should be considered as dynamic information loaded from "extension".
Editoast validates the supported_signaling_systems using an enum which is not valid.
supported_signaling_systems
enum
Vec<String>
feature
osrd_schemas
The text was updated successfully, but these errors were encountered:
anisometropie
SarahBellaha
Successfully merging a pull request may close this issue.
Description
The signaling system list should be considered as dynamic information loaded from "extension".
Editoast validates the
supported_signaling_systems
using anenum
which is not valid.What should be done?
Vec<String>
feature
unused field:osrd_schemas
The text was updated successfully, but these errors were encountered: