pyeve / eve-swagger

Swagger extension for Eve-powered RESTful APIs
http://python-eve.org
Other
154 stars 43 forks source link

Swagger definition for floats #13

Closed stratosgear closed 8 years ago

stratosgear commented 8 years ago

Isn't the proper way to define floats as:

    type: number
    format: float

rather than:

    type: float

in the swagger docs?

I get validation errors on the generation swagger api in my tests.

nicolaiarocci commented 8 years ago

Yes, that's correct.