mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Previously it was possible to set only one of the min or max values and get a schema like: "property": { "type": "integer", "minimum": 1, "maximum": 0 } Also possible that `Range` would be used with {min,max}PropertyPath and you'd get a schema with both minimum and max set to zero. With the checks in place, that's no longer the case. |
||
---|---|---|
.. | ||
Command | ||
DependencyInjection | ||
Describer | ||
Functional | ||
Model | ||
ModelDescriber | ||
RouteDescriber | ||
Routing | ||
SwaggerPhp | ||
ApiDocGeneratorTest.php |