mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
530311c489
Sometimes folks will set a `min` length without a max, for instance and the generated open api schema would previously have been nonsense: ``` "property": { "type":"string", "maxLength":0, "minLength":1 } ```