mirror of
https://github.com/valitydev/swag-wallets.git
synced 2024-11-06 10:55:21 +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: Фамилия гражданина
|
description: Фамилия гражданина
|
||||||
type: string
|
type: string
|
||||||
example: "Иванов"
|
example: "Иванов"
|
||||||
pattern: "^[А-Яа-я'-]{1,100}$"
|
# pattern: "^[А-Яа-я'-]{1,100}$"
|
||||||
|
maxLength: 100
|
||||||
firstName:
|
firstName:
|
||||||
description: Имя гражданина
|
description: Имя гражданина
|
||||||
type: string
|
type: string
|
||||||
example: "Иван"
|
example: "Иван"
|
||||||
pattern: "^[А-Яа-я'-]{1,100}$"
|
# pattern: "^[А-Яа-я'-]{1,100}$"
|
||||||
|
maxLength: 100
|
||||||
patronymic:
|
patronymic:
|
||||||
description: Отчество гражданина
|
description: Отчество гражданина
|
||||||
type: string
|
type: string
|
||||||
example: "Иванович"
|
example: "Иванович"
|
||||||
pattern: "^[А-Яа-я'-]{1,100}$"
|
# pattern: "^[А-Яа-я'-]{1,100}$"
|
||||||
|
maxLength: 100
|
||||||
birthDate:
|
birthDate:
|
||||||
description: Дата рождения гражданина
|
description: Дата рождения гражданина
|
||||||
type: string
|
type: string
|
||||||
@ -64,5 +67,6 @@ allOf:
|
|||||||
birthPlace:
|
birthPlace:
|
||||||
description: Место рождения гражданина
|
description: Место рождения гражданина
|
||||||
type: string
|
type: string
|
||||||
pattern: "^[ .0-9А-Яа-я'-]{1,100}$"
|
# pattern: "^[ .0-9А-Яа-я'-]{1,100}$"
|
||||||
|
maxLength: 100
|
||||||
example: "дер. Упоровка"
|
example: "дер. Упоровка"
|
||||||
|
Loading…
Reference in New Issue
Block a user