Spring Boot - API Documentation
In this code snippet:
The example value does not appear in the generated API docs. What is the most probable reason?
@Schema(description = "User's email", example = "user@example.com")
private String email;
The example value does not appear in the generated API docs. What is the most probable reason?
