Class InputValidationIssue

java.lang.Object
io.github.belgif.rest.problem.api.InputValidationIssue

public class InputValidationIssue extends Object
Maps to InputValidationIssue in belgif/problem/v1/problem-v1.yaml.

Note that this model class intentionally does not include the "status" and "instance" properties. In problem-v1.yaml, InputValidationIssue technically inherits these properties from Problem, but they are not meant to be used for input validation issues. In the unlikely scenario where these properties would be needed, they can still be added/retrieved via the additionalProperties.

See Also: