swag-payments/spec/definitions/MobileCommerceDetails.yaml

9 lines
226 B
YAML
Raw Normal View History

2019-08-14 12:31:42 +00:00
required:
- phoneNumber
properties:
phoneNumber:
2019-08-20 15:41:03 +00:00
description: Маскированый номер мобильного телефона
2019-08-14 12:31:42 +00:00
type: string
2019-08-20 15:41:03 +00:00
pattern: '^\+\d\*{1,10}\d{2,4}$'
example: '+7******0102'