mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
19713fc464
* CAPI-125: Impose reasonable limits and enforce specs on model props * CAPI-125: Accomodate for ipv6-mapped ipv4 addresses * CAPI-125: Fix standard id * CAPI-125: Refine phone number format
15 lines
475 B
YAML
15 lines
475 B
YAML
description: Контактные данные плательщика
|
||
type: object
|
||
properties:
|
||
email:
|
||
description: Адрес электронной почты
|
||
type: string
|
||
format: email
|
||
maxLength: 100
|
||
phoneNumber:
|
||
description: |
|
||
Номер мобильного телефона с международным префиксом согласно
|
||
[E.164](https://en.wikipedia.org/wiki/E.164).
|
||
type: string
|
||
format: '^\+\d{4,15}$'
|