mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
allow whitespace and any printable characters, except digits
This commit is contained in:
parent
fcfea1e8fd
commit
9340d0368f
@ -22,6 +22,6 @@ allOf:
|
||||
cardHolder:
|
||||
description: Имя держателя карты
|
||||
type: string
|
||||
pattern: '^\D.+$'
|
||||
pattern: '^[[:alpha:][:space:][:punct:]]+$'
|
||||
minLength: 1
|
||||
maxLength: 100
|
||||
|
Loading…
Reference in New Issue
Block a user