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
Some Json files include the "defnitions" element.
In Json schema '2020-12' it has been deprecated to "$defs".
VS Code validator, at least, is complaining about that.
@mbaudis should I edit the json version directly or should the source generator from YAML?
(I haven't spotted the place on it)
The text was updated successfully, but these errors were encountered:
@jrambla I'll do. The "some" adds up since it's not only the definitions: but also the references to them e.g. #/definitions/ResultsetInstance ... I'll change & make a PR for review.
Re editing: Yes, YAML version and then local use of `bin/vamlerRunner.sh' which I wrote for locally performed schema conversion. It uses a function to keep the json parameters in order; when editing by hand this might lead to changed files which git wants to update then (purely due to changed order).
Some Json files include the "defnitions" element.
In Json schema '2020-12' it has been deprecated to "$defs".
VS Code validator, at least, is complaining about that.
@mbaudis should I edit the json version directly or should the source generator from YAML?
(I haven't spotted the place on it)
The text was updated successfully, but these errors were encountered: