encode / apistar

The Web API toolkit. 🛠
https://docs.apistar.com
BSD 3-Clause "New" or "Revised" License
5.57k stars 411 forks source link

Input validation #646

Open pistacchio opened 5 years ago

pistacchio commented 5 years ago

Hi, I just found out about apistar. I don't know if this is the right tool for me. It seems that it will allow me to validate some openapi json / yml which is useful if you're building some tool, but I can validate it here https://editor.swagger.io and once defined the schema, it's not something that is going to change very often or dynamically.

I'm looking for the ability to validate a json (typically from a request to the server) against an openapi specification. Can spostar do this?

Thanks.