Closed jskov-jyskebank-dk closed 6 months ago
Missing import for List:
public class ValidationProblemDetails implements Serializable { public static final String JSON_PROPERTY_ERRORS = "errors"; @JsonProperty(JSON_PROPERTY_ERRORS) private Map<String, List<String>> errors;
Comes from:
ValidationProblemDetails: type: object properties: errors: type: object additionalProperties: type: array items: type: string type: type: string nullable: true title: type: string nullable: true status: type: integer format: int32 nullable: true detail: type: string nullable: true instance: type: string nullable: true additionalProperties: {}
(Per)
611 introduced a regression:
Missing import for List:
Comes from:
(Per)