{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DerivedTransactionsLinks",
"title": "DerivedTransactionsLinks",
"type": "object",
"properties": {
"transactions": {
"type": "string",
"description": "Link of the transaction API service that corresponds to the value derivation.
Applicable containers: creditCard, bank, investment
",
"readOnly": true
}
}
}