Skip to content
Open
Show file tree
Hide file tree
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
16 changes: 9 additions & 7 deletions mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
type: object
description: Additional information about the counterparty, if available and relevant to the transaction and platform. Only applicable for transactions to/from UMA addresses.
additionalProperties: true
example:
FULL_NAME: John Sender
BIRTH_DATE: '1985-06-15'
NATIONALITY: DE
8 changes: 1 addition & 7 deletions openapi/components/schemas/transactions/Transaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,7 @@ properties:
description: Optional memo or description for the payment
example: 'Payment for invoice #1234'
counterpartyInformation:
type: object
description: Additional information about the counterparty, if available and relevant to the transaction and platform. Only applicable for transactions to/from UMA addresses.
additionalProperties: true
example:
FULL_NAME: John Sender
BIRTH_DATE: '1985-06-15'
NATIONALITY: DE
$ref: ./CounterpartyInformation.yaml
discriminator:
propertyName: type
mapping:
Expand Down