Closed peschmae closed 7 months ago
will try to review this week.
Just saw the linting errors, and will look into them.
Should I squash my commits and force push, or is it fine to have mutliple commits, and the will be squashed when merged?
you can have multiple commits and then squash them before merging.
Any change to get a review on this? Compared to #901 this is a smaller change and would allow to integrate the conversion from openapi to json schema, in a separate tool if the other PR wouldn't be merged.
Ammended whitespace cleanup into latest commit, and force pushed
This pull requests, exposes the attributes for the named
#@schema/validations
to the openApi schema, where a direct mapping is possible.The PR includes tests for all those validations.
Fixes #897