apiaryio / fury-adapter-swagger

Swagger 2.0 parser adapter for Fury.js
MIT License
11 stars 12 forks source link

Add support for primitive request body types #213

Closed kylef closed 6 years ago

kylef commented 6 years ago

Adds support for primitive request body types as per https://swagger.io/docs/specification/2-0/describing-request-body/. The 3 primitive types, string number and boolean are supported.

kylef commented 6 years ago

I have to update and release swagger-zoo too so the CI passes. Let's settle review here first and then I'll go make the PR for it.