Skip to content
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

Support 'dependentRequired' #2325

Open
sdirix opened this issue Apr 23, 2024 · 0 comments
Open

Support 'dependentRequired' #2325

sdirix opened this issue Apr 23, 2024 · 0 comments
Milestone

Comments

@sdirix
Copy link
Member

sdirix commented Apr 23, 2024

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 sdirix added this to the 3.x milestone Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant