Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44226,7 +44226,7 @@ components:
example: b8a828b98dbf32d9fd1875cbace9640ceb8c82626716b4a64203fdc79bb46d26
type:
allOf:
- $ref: '#/components/schemas/TransferType'
- $ref: '#/components/schemas/TransferType1'
description: Defines whether or not this Transfer was sent or received by the user
usd:
type: number
Expand Down Expand Up @@ -56491,7 +56491,7 @@ components:
example: b8a828b98dbf32d9fd1875cbace9640ceb8c82626716b4a64203fdc79bb46d26
type:
allOf:
- $ref: '#/components/schemas/TransferType'
- $ref: '#/components/schemas/TransferType1'
description: Defines whether or not this Transfer was sent or received by the user
usd:
type: number
Expand Down Expand Up @@ -56895,7 +56895,7 @@ components:
type: array
items:
$ref: '#/components/schemas/RecipientEntry1'
TransferType:
TransferType1:
title: TransferType
type: string
enum:
Expand Down Expand Up @@ -63091,7 +63091,7 @@ components:
example: b8a828b98dbf32d9fd1875cbace9640ceb8c82626716b4a64203fdc79bb46d26
type:
allOf:
- $ref: '#/components/schemas/TransferType'
- $ref: '#/components/schemas/TransferType1'
description: Defines whether or not this Transfer was sent or received by the user
usd:
type: number
Expand Down