6 lines
82 B
YAML
6 lines
82 B
YAML
|
|
type: string
|
||
|
|
minLength: 3
|
||
|
|
maxLength: 25
|
||
|
|
pattern: ^[0-9A-Za-z_]+$
|
||
|
|
example: example
|