aiohttp-swagger
aiohttp-swagger copied to clipboard
Data format from Jsonschema
Hello. For validation incoming data from client I use Jsonschema. Is there way to describe format of data from the Jsonschema?
This MR(https://github.com/cr0hn/aiohttp-swagger/pull/73) landed recently.. It provides parameter to specify data definitions. It should solve your problem. Hovewer you should be aware that jsonschema is not fully compatible with swagger data definition so there might be some issues