swagger-to-flowtype
swagger-to-flowtype copied to clipboard
Swagger file version required ?
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 ?
Yes, 2.0 is the minimum version this library supports.
@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.
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.