mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-03-29 11:49:53 +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. |
||
---|---|---|
.. | ||
Annotations | ||
ApplyOpenApiDiscriminatorTrait.php | ||
BazingaHateoasModelDescriber.php | ||
FallbackObjectModelDescriber.php | ||
FormModelDescriber.php | ||
JMSModelDescriber.php | ||
ModelDescriberInterface.php | ||
ObjectModelDescriber.php |