mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 17:45:24 +00:00
10 lines
230 B
YAML
10 lines
230 B
YAML
discriminator: mobileCommerceDetailsType
|
|
required:
|
|
- phoneNumber
|
|
properties:
|
|
phoneNumber:
|
|
description: Номер мобильного телефона
|
|
type: string
|
|
pattern: '^\d{4,15}$'
|
|
example: '79114360102'
|