-
-
Notifications
You must be signed in to change notification settings - Fork 895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for generating property schema with Range restriction #4158
Add support for generating property schema with Range restriction #4158
Conversation
src/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRangeRestriction.php
Outdated
Show resolved
Hide resolved
However, this is a new feature. Could you target the |
previous similar PR's were merged as a bugfixes :/ |
81faeb0
to
4f20503
Compare
Yes, for reference: #4139 (comment). Could you add a CHANGELOG entry too? |
4f20503
to
e1d443c
Compare
Sure, added. |
e1d443c
to
906b385
Compare
906b385
to
ba3cd8d
Compare
src/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRangeRestriction.php
Outdated
Show resolved
Hide resolved
ba3cd8d
to
4aa39e1
Compare
4aa39e1
to
2d84672
Compare
Thank you again @norkunas. |
Add a
PropertySchemaRangeRestriction
to transform for integers and floats Range validation constraint intominimum
/maximum
JSON Schema restriction.