Skip to content

Commit 7b4d318

Browse files
committed
fixed constraint
1 parent 125877b commit 7b4d318

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/wfc/schemas/auth.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ $defs:
136136
- "{$email}"
137137
minLength:
138138
description: "Minimum length of the generated string"
139-
type: number
139+
type: integer
140140
min: 0
141141
maxLength:
142142
description: "Maximum length of the generated string"
143-
type: number
143+
type: integer
144144
min: 0
145145
prefix:
146146
description: "Fixed prefix shared by all generated strings"

0 commit comments

Comments
 (0)