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

Swagger file version required ?

Open VincentCATILLON opened this issue 5 years ago • 3 comments

Hi,

I'd like to use your lib, but, is there any minimum version required for the Swagger file ? Mine is 1.1, and it seems that your lib is not compatible with this version (searching for definitions field)

Should we upgrade to another version ?

VincentCATILLON avatar Dec 10 '18 11:12 VincentCATILLON

Yes, 2.0 is the minimum version this library supports.

yayoc avatar Dec 28 '18 00:12 yayoc

@yayoc Ok thanks for your answer.

Please take a look at: https://github.com/yayoc/swagger-to-flowtype/pull/36 to help some other people searching for a minimum Flow version supported.

VincentCATILLON avatar Dec 28 '18 14:12 VincentCATILLON

Oh, I thought we talked about the minimum version of swagger.
The minimum version of flow-bin should be 0.48.0 which this library uses.

yayoc avatar Feb 02 '19 23:02 yayoc