TD-250 - FIX: Remove discriminator (#32)

This commit is contained in:
Артем 2022-05-25 21:19:37 +03:00 committed by GitHub
parent cb238d324c
commit cd7e9ca92c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 18 deletions

View File

@ -1,2 +0,0 @@
allOf:
- $ref: '#/definitions/CryptoWallet'

View File

@ -1,2 +0,0 @@
allOf:
- $ref: '#/definitions/CryptoWallet'

View File

@ -1,6 +1,5 @@
description: Данные криптовалютного кошелька
type: object
discriminator: currency
required:
- id
- currency

View File

@ -1,2 +0,0 @@
allOf:
- $ref: '#/definitions/CryptoWallet'

View File

@ -1,2 +0,0 @@
allOf:
- $ref: '#/definitions/CryptoWallet'

View File

@ -1,9 +0,0 @@
allOf:
- $ref: '#/definitions/CryptoWallet'
- type: object
properties:
tag:
description: Уникальный идентификатор учетной записи Ripple (XRP)
type: string
pattern: '^[0-9]{9}$'
example: '191919191'