mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +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. |
||
---|---|---|
.. | ||
Command | ||
DependencyInjection | ||
Describer | ||
Functional | ||
Model | ||
ModelDescriber | ||
RouteDescriber | ||
Routing | ||
SwaggerPhp | ||
ApiDocGeneratorTest.php |