swag-payments/spec/definitions/CryptoWallet.yaml
Andrey Fadeev fe901b32ec
Fix typo
2019-12-13 13:50:07 +03:00

14 lines
325 B
YAML

type: object
allOf:
- $ref: '#/definitions/PaymentMethod'
- type: object
required:
- cryptoCurrencies
properties:
cryptoCurrencies:
description: Список криптовалют
type: array
items:
x-rebillyMerge:
- $ref: '#/definitions/CryptoCurrency'