-
-
Notifications
You must be signed in to change notification settings - Fork 867
fix(#2462): MapRequestPayload #2467
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
base: 5.x
Are you sure you want to change the base?
Conversation
"$ref": "#/components/schemas/EntityWithNullableSchemaSet" | ||
"$ref": "#/components/schemas/Article81" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's no longer possible to overwrite the generated schema when using the JsonContent
/XmlContent
class from swagger-php
"propertyInDefaultGroup": { | ||
"type": "integer", | ||
"maximum": 100, | ||
"minimum": 1 | ||
}, | ||
"propertyArray": { | ||
"type": "array", | ||
"items": { | ||
"type": "string" | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Validation groups aren't being taken into account
This PR has been marked as stale because it has not had any activity for 60 days. Remove stale label or comment to prevent this from being closed in 60 days. |
Description
Please include a summary of the changes and the related issue.
Fixes #2462
What type of PR is this? (check all applicable)
Checklist
docs/
)CHANGELOG.md
)