-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
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
Store & use meta-schemas #28
Comments
This was referenced May 21, 2020
Merged
It would be helpful to have better schema validation error messages. |
Stranger6667
added a commit
that referenced
this issue
Jan 29, 2021
Stranger6667
added a commit
that referenced
this issue
Jan 29, 2021
Stranger6667
added a commit
that referenced
this issue
Jan 29, 2021
Stranger6667
added a commit
that referenced
this issue
Jan 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we'll validate the input schemas for conformance to the respective specs, then:
Regarding the implementation details - it can be done via
lazy_static!
so the schema is not re-compiled. In the perfect scenario I'd like to have it done via code-generation (like described here - #46)The text was updated successfully, but these errors were encountered: