mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 05:43:32 +03:00
It's possible to set a count constraint with a min but no max, which would generate an OpenAPI Schema like... "property": { "type": "array", "minItems": 1, "maxItems": 0 } With this change the schema will only set `minItems` in that example. |
||
---|---|---|
.. | ||
Annotations | ||
ApplyOpenApiDiscriminatorTrait.php | ||
BazingaHateoasModelDescriber.php | ||
FallbackObjectModelDescriber.php | ||
FormModelDescriber.php | ||
JMSModelDescriber.php | ||
ModelDescriberInterface.php | ||
ObjectModelDescriber.php |