swag-payments/spec/definitions/ShopAccount.yaml
Andrew Mayorov 19713fc464 CAPI-125: Impose reasonable limits and enforce specs on model props (#62)
* 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
2017-05-12 17:23:24 +03:00

14 lines
200 B
YAML

type: object
required:
- guaranteeID
- settlementID
- currency
properties:
guaranteeID:
type: string
settlementID:
type: string
currency:
type: string
format: '^[A-Z]{3}$'