We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
additionalProperties
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
assuming Values is nested schema of additionalProperties.
Values
this prevents mappings like
map: types: - type: Values => java.util.Map<java.lang.String, {package-name}.model.Value>> - type: MultiValues => java.util.Map<java.lang.String, java.util.List<{package-name}.model.Value>>>
The text was updated successfully, but these errors were encountered:
#24, integration test
5dc9536
#24, find nested schemas of additionalProperties
511bf30
#24, run integration test
5b01a45
3f831fd
(cherry picked from commit 5dc9536)
b8d2f33
(cherry picked from commit 511bf30)
f7dea95
(cherry picked from commit 5b01a45)
No branches or pull requests
assuming
Values
is nested schema ofadditionalProperties
.this prevents mappings like
The text was updated successfully, but these errors were encountered: