Skip to content

Commit 1c165d7

Browse files
committed
bug: bean validation missing import with array and mandatory items
1 parent ff0130e commit 1c165d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

client/integration-tests/bean-validation/src/main/openapi/bean-validation-true.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,9 @@ components:
6464
size:
6565
type: number
6666
minimum: 1.0
67-
maximum: 10.0
67+
maximum: 10.0
68+
list:
69+
type: array
70+
items:
71+
type: string
72+
minLength: 1

0 commit comments

Comments
 (0)