-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add support for if/then/else from JSON Schema Draft 7 #885
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
Comments
I think we should feel free to use it if we can come up with a good UX for it. |
9 tasks
qrg
added a commit
to houkiboshi-fabric/schema
that referenced
this issue
Dec 14, 2018
* react-jsonschema-form doesn't support draft-07 yet * see.) "Add support for if/then/else from JSON Schema Draft 7" * rjsf-team/react-jsonschema-form#885 * VSCode still validates if/then/else correctly * not sure why..
qrg
added a commit
to houkiboshi-fabric/schema
that referenced
this issue
Dec 14, 2018
* react-jsonschema-form doesn't support draft-07 yet * see.) "Add support for if/then/else from JSON Schema Draft 7" * rjsf-team/react-jsonschema-form/issues/885 * VSCode still validates if/then/else correctly * not sure why..
1 task
Hey any update on this? |
closing as duplicate of #850 |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recently learned about draft 7 and it's support for if/then/else which seems much easier to reason with than schema dependencies and oneOf (which we added support for not too long ago).
Should there be any concerns about pulling in draft 7 keywords? Does/Can rjsf even use ajv in draft 7 mode? Even if it doesn't/can't (yet) is there any concern about adding support for if/then/else?
Thank you.
The text was updated successfully, but these errors were encountered: