aiohttp-swagger icon indicating copy to clipboard operation
aiohttp-swagger copied to clipboard

Data format from Jsonschema

Open hound672 opened this issue 6 years ago • 1 comments

Hello. For validation incoming data from client I use Jsonschema. Is there way to describe format of data from the Jsonschema?

hound672 avatar May 16 '19 10:05 hound672

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

Alexei-Kornienko avatar Jul 23 '19 12:07 Alexei-Kornienko