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
In order to continue the template with a swagger documentation. I propose to use an OpenApi v3 interface contract in json format in an api folder: swagger.json.
Yes kin openapi takes the request and validates all schema against the
openapi definition.
It was really usefull for standard validation and provides low code and
easy validation.
You can validate the input request and if an error was found, cancel the
request with appropriate error message.
Swagger Documentation for
clean-gin
The text was updated successfully, but these errors were encountered: