mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-01 21:06:15 +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. |
||
---|---|---|
.. | ||
AnnotationsReader.php | ||
OpenApiAnnotationsReader.php | ||
PropertyPhpDocReader.php | ||
SymfonyConstraintAnnotationReader.php |