NelmioApiDocBundle/ModelDescriber
Christopher Davis 5f1645db40 Check min/max On Range Constraints Before Use
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.
2021-05-25 06:44:16 -05:00
..
Annotations Check min/max On Range Constraints Before Use 2021-05-25 06:44:16 -05:00
ApplyOpenApiDiscriminatorTrait.php Don't Use ref in Discriminator mapping 2021-02-08 15:39:14 -06:00
BazingaHateoasModelDescriber.php OpenApi 3 Support (#1623) 2020-05-28 13:19:11 +02:00
FallbackObjectModelDescriber.php OpenApi 3 Support (#1623) 2020-05-28 13:19:11 +02:00
FormModelDescriber.php Merge branch '3.x' 2020-12-10 22:28:55 +01:00
JMSModelDescriber.php Fix the tests broken by zircote/swagger-php 2020-09-27 22:20:04 +02:00
ModelDescriberInterface.php OpenApi 3 Support (#1623) 2020-05-28 13:19:11 +02:00
ObjectModelDescriber.php Fix CS 2021-02-01 09:50:15 -06:00