We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems we can have if then conditions in JSON schemas. Could be useful for release mode !
if
then
https://json-schema.org/understanding-json-schema/reference/conditionals#ifthenelse
Testing and investigation can be done here: https://tour.json-schema.org/
The text was updated successfully, but these errors were encountered:
https://tour.json-schema.org/content/05-Conditional-Validation/01-Ensuring-Conditional-Property-Presence
Sorry, something went wrong.
https://tour.json-schema.org/content/05-Conditional-Validation/02-Ensuring-Mutual-Dependency
feat(schema): add conditions and Go validation following JSON schema - …
ba50179
…fixes #66 Signed-off-by: kilianpaquier <[email protected]>
kilianpaquier
No branches or pull requests
It seems we can have
if
then
conditions in JSON schemas. Could be useful for release mode !https://json-schema.org/understanding-json-schema/reference/conditionals#ifthenelse
Testing and investigation can be done here: https://tour.json-schema.org/
The text was updated successfully, but these errors were encountered: