Skip to content

Commit

Permalink
bug: bean validation missing import with array and mandatory items
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Jan 31, 2025
1 parent a930f6d commit dd7b909
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,9 @@ components:
size:
type: number
minimum: 1.0
maximum: 10.0
maximum: 10.0
list:
type: array
items:
type: string
minLength: 1

0 comments on commit dd7b909

Please sign in to comment.