-
|
I want retrieve a public class User {
@Schema(description = "Unique ID of the user", example = "101")
private Long id;
@Schema(description = "Full name of the user", example = "Alice Johnson")
private String name;
} |
Beta Was this translation helpful? Give feedback.
Answered by
Jaraxxuss
Jan 14, 2026
Replies: 1 comment 4 replies
-
|
It is unclear what you are asking for/about. Please add further details regarding what you are after |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Mattias-Sehlstedt Oh, actually i managed to find it,
Schema is even better, dont need to use dummy example values
https://github.com/victools/jsonschema-generator