We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have reported an issue where I was redirected to post it here Working with Spring Doc version 1.4.4 found issue with @JsonUnwrapped
Code to reproduce
@Getter @Setter @AllArgsConstructor @NoArgsConstructor @Builder public class Base @NotBlank private String id; @Valid @JsonUnwrapped private UnwrappedObject unwrappedObject @Getter @Setter @Builder @NoArgsConstructor @AllArgsConstructor public class UnwrappedObject @Schema(required = true) @NotBlank(message = "Property cannot be blank") private String property;
In generate documentation, id is marked as required whereas property is not
The text was updated successfully, but these errors were encountered:
see also #3879, fixed in #3880
Sorry, something went wrong.
No branches or pull requests
I have reported an issue where I was redirected to post it here
Working with Spring Doc version 1.4.4 found issue with @JsonUnwrapped
Code to reproduce
In generate documentation, id is marked as required whereas property is not
The text was updated successfully, but these errors were encountered: