API schema
kissgyorgy opened this issue · 1 comments
kissgyorgy commented
Probably swagger but look for alternatives:
- redoc
- RAML
- swagger
- OpenAPI
csernazs commented
Do it with marshmallow and you will get a python client as free. 😉
Last time I checked swagger and json schema had limitations in terms of type of scalars. Basically as long as you can describe it with a regexp you are good. Also oneOf and anyOf didn't work with swagger a year ago.