mirror of
https://github.com/valitydev/swag-wallets.git
synced 2024-11-06 02:45:19 +00:00
TD-250 - FIX: Remove discriminator (#32)
This commit is contained in:
parent
cb238d324c
commit
cd7e9ca92c
@ -1,2 +0,0 @@
|
||||
allOf:
|
||||
- $ref: '#/definitions/CryptoWallet'
|
@ -1,2 +0,0 @@
|
||||
allOf:
|
||||
- $ref: '#/definitions/CryptoWallet'
|
@ -1,6 +1,5 @@
|
||||
description: Данные криптовалютного кошелька
|
||||
type: object
|
||||
discriminator: currency
|
||||
required:
|
||||
- id
|
||||
- currency
|
||||
|
@ -1,2 +0,0 @@
|
||||
allOf:
|
||||
- $ref: '#/definitions/CryptoWallet'
|
@ -1,2 +0,0 @@
|
||||
allOf:
|
||||
- $ref: '#/definitions/CryptoWallet'
|
@ -1,9 +0,0 @@
|
||||
allOf:
|
||||
- $ref: '#/definitions/CryptoWallet'
|
||||
- type: object
|
||||
properties:
|
||||
tag:
|
||||
description: Уникальный идентификатор учетной записи Ripple (XRP)
|
||||
type: string
|
||||
pattern: '^[0-9]{9}$'
|
||||
example: '191919191'
|
Loading…
Reference in New Issue
Block a user