Open
Description
I know that it is possible to have default values in the JSON Schema, however, that is not always sufficient:
- When you "inherit" parts of schemas($ref) into another, you sometimes want to add or change defaults, especially when there are multiple choices.
- In the UI, there are certainly cases where the defaults are more dynamic.
I am thinking that perhaps this pushes it beyond "good to have" and into "commonly usable".
Or should this be better handled in some other way? Defaults is a little tricky when it comes to where they belong.