jbockle / au-jsonschema-form

Create functional UI forms using json schema
https://aujsf.jbockle.dev
MIT License
8 stars 0 forks source link

support 'dependentRequired' #3

Open jbockle opened 4 years ago

jbockle commented 4 years ago

'dependentRequired' specifies if a property is present, another property should be required

see https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.6.5.4