mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
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 } ``` |
||
---|---|---|
.. | ||
Command | ||
DependencyInjection | ||
Describer | ||
Functional | ||
Model | ||
ModelDescriber | ||
RouteDescriber | ||
Routing | ||
SwaggerPhp | ||
ApiDocGeneratorTest.php |