You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would have expected the underlying swagger-php to automatically transform the generated schema to the correct notation zircote/swagger-php#1503. This does not seem to be the case when Symfony constraints are used.
For example when using #[Assert\GreaterThan(0)] on a model property with nelmio config:
I would have expected the underlying swagger-php to automatically transform the generated schema to the correct notation zircote/swagger-php#1503. This does not seem to be the case when Symfony constraints are used.
For example when using
#[Assert\GreaterThan(0)]
on a model property with nelmio config:An incorrect spec will be generated:
The text was updated successfully, but these errors were encountered: