icyleaf / swagger

Swagger contains a OpenAPI / Swagger universal documentation generator and HTTP server handler.
MIT License
41 stars 10 forks source link

Use OpenAPI schema for validation #8

Open j8r opened 4 years ago

j8r commented 4 years ago

The OpenAPI JSON schema can be used to complement compliance validation: https://github.com/OAI/OpenAPI-Specification/tree/master/schemas/v3.0

icyleaf commented 4 years ago

Thanks, this may cost me a lots time to be done. It could be append the todo list for now :smile: