jsonforms icon indicating copy to clipboard operation
jsonforms copied to clipboard

Support 'dependentRequired'

Open sdirix opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

'dependentRequired' is a feature of JSON Schema 2019-09.

We should support it.

Describe the solution you'd like

Could be handled in util getInvalidProperty:

case 'dependentRequired':
  return error.params.missingProperty

Add unit tests and an example

Framework

Core

RendererSet

No response

Additional context

No response

sdirix avatar Apr 23 '24 10:04 sdirix