You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would be a total game-changer for me: the project I'm working on has a huge amount of shared 'components', referenced across all local JSON schemas validating user input, and adding the default values across these local JSON schemas is simply not doable.
The text was updated successfully, but these errors were encountered:
More of a feature request than an issue: I followed the JSON Schema Walkers guide about applying defaults, and expected default values to be also computed when the related schema node is a reference, instead of 'inline' schema nodes as per PropertiesValidator#getDefaultNode(Map.Entry<String, JsonSchema>)
Example:
schema.json
Code:
Output:
Having instead as output
would be a total game-changer for me: the project I'm working on has a huge amount of shared 'components', referenced across all local JSON schemas validating user input, and adding the default values across these local JSON schemas is simply not doable.
The text was updated successfully, but these errors were encountered: