Spring Boot - API Documentation
Consider this model property annotated with
What will this annotation do in the generated API documentation?
@Schema:@Schema(description = "User's age", minimum = "0", maximum = "120")
private int age;
What will this annotation do in the generated API documentation?
