mirror of
https://github.com/valitydev/swag-wallets.git
synced 2024-11-06 02:45:19 +00:00
Temporarily remove cyrillic patterns due to code generation bug (#14)
This commit is contained in:
parent
d8181b3a12
commit
dad201e3d9
@ -46,17 +46,20 @@ allOf:
|
||||
description: Фамилия гражданина
|
||||
type: string
|
||||
example: "Иванов"
|
||||
pattern: "^[А-Яа-я'-]{1,100}$"
|
||||
# pattern: "^[А-Яа-я'-]{1,100}$"
|
||||
maxLength: 100
|
||||
firstName:
|
||||
description: Имя гражданина
|
||||
type: string
|
||||
example: "Иван"
|
||||
pattern: "^[А-Яа-я'-]{1,100}$"
|
||||
# pattern: "^[А-Яа-я'-]{1,100}$"
|
||||
maxLength: 100
|
||||
patronymic:
|
||||
description: Отчество гражданина
|
||||
type: string
|
||||
example: "Иванович"
|
||||
pattern: "^[А-Яа-я'-]{1,100}$"
|
||||
# pattern: "^[А-Яа-я'-]{1,100}$"
|
||||
maxLength: 100
|
||||
birthDate:
|
||||
description: Дата рождения гражданина
|
||||
type: string
|
||||
@ -64,5 +67,6 @@ allOf:
|
||||
birthPlace:
|
||||
description: Место рождения гражданина
|
||||
type: string
|
||||
pattern: "^[ .0-9А-Яа-я'-]{1,100}$"
|
||||
# pattern: "^[ .0-9А-Яа-я'-]{1,100}$"
|
||||
maxLength: 100
|
||||
example: "дер. Упоровка"
|
||||
|
Loading…
Reference in New Issue
Block a user