RXNT / react-jsonschema-form-conditionals

react-jsonschema-form-conditionals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support JSON Schema native engine

mavarazy opened this issue · comments

According to https://spacetelescope.github.io/understanding-json-schema/reference/object.html, there is already a sort of conditional mechanism inside plain schema definition, but it's not supported by mozilla project.
We can add this support naturally.

It's supported by original schema validation, but it's not supported by visualisation layer in mozilla form

I was wrong mozilla does support native validation, there is no need to do anything here