@mojaloop/api-snippets 17.7.9 → 17.7.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +50 -19
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +60 -29
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +177 -155
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +39 -18
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +68 -54
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +6 -3
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +6 -3
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +287 -320
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +49 -28
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +68 -109
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +6 -3
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +6 -3
- package/package.json +11 -11
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{ExtensionKey.yaml → ExtensionKey_v2_1_0.yaml} +1 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{ExtensionList.yaml → ExtensionList_v2_1_0.yaml} +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{Extension.yaml → Extension_v2_1_0.yaml} +2 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +2 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +2 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/extensionListEmptiable.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransfer.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,4 +1,11 @@
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
2
|
+
### [17.7.10](https://github.com/mojaloop/api-snippets/compare/v17.7.9...v17.7.10) (2025-01-31)
|
3
|
+
|
4
|
+
|
5
|
+
### Bug Fixes
|
6
|
+
|
7
|
+
* **csi-1156:** remove character length limit for ExtensionKey in sdk outbound spec ([#190](https://github.com/mojaloop/api-snippets/issues/190)) ([6c1dc95](https://github.com/mojaloop/api-snippets/commit/6c1dc95f860f62e8246c1d2280497c704669c81f))
|
8
|
+
|
2
9
|
### [17.7.9](https://github.com/mojaloop/api-snippets/compare/v17.7.8...v17.7.9) (2025-01-23)
|
3
10
|
|
4
11
|
|
@@ -1911,11 +1911,10 @@ components:
|
|
1911
1911
|
minLength: 1
|
1912
1912
|
maxLength: 128
|
1913
1913
|
description: Either a sub-identifier of a PartyIdentifier, or a sub-type of the PartyIdType, normally a PersonalIdentifierType.
|
1914
|
-
|
1915
|
-
title:
|
1914
|
+
ExtensionKey_v2_1_0:
|
1915
|
+
title: ExtensionKey_v2_1_0
|
1916
1916
|
type: string
|
1917
1917
|
minLength: 1
|
1918
|
-
maxLength: 32
|
1919
1918
|
description: Extension key.
|
1920
1919
|
ExtensionValue:
|
1921
1920
|
title: ExtensionValue
|
@@ -1923,19 +1922,19 @@ components:
|
|
1923
1922
|
minLength: 1
|
1924
1923
|
maxLength: 128
|
1925
1924
|
description: Extension value.
|
1926
|
-
|
1927
|
-
title:
|
1925
|
+
Extension_v2_1_0:
|
1926
|
+
title: Extension_v2_1_0
|
1928
1927
|
type: object
|
1929
1928
|
description: Data model for the complex type Extension.
|
1930
1929
|
properties:
|
1931
1930
|
key:
|
1932
|
-
$ref: '#/components/schemas/
|
1931
|
+
$ref: '#/components/schemas/ExtensionKey_v2_1_0'
|
1933
1932
|
value:
|
1934
1933
|
$ref: '#/components/schemas/ExtensionValue'
|
1935
1934
|
required:
|
1936
1935
|
- key
|
1937
1936
|
- value
|
1938
|
-
|
1937
|
+
ExtensionList_v2_1_0:
|
1939
1938
|
title: ExtensionList
|
1940
1939
|
type: object
|
1941
1940
|
description: Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.
|
@@ -1943,7 +1942,7 @@ components:
|
|
1943
1942
|
extension:
|
1944
1943
|
type: array
|
1945
1944
|
items:
|
1946
|
-
$ref: '#/components/schemas/
|
1945
|
+
$ref: '#/components/schemas/Extension_v2_1_0'
|
1947
1946
|
minItems: 1
|
1948
1947
|
maxItems: 16
|
1949
1948
|
description: Number of Extension elements.
|
@@ -1963,7 +1962,7 @@ components:
|
|
1963
1962
|
fspId:
|
1964
1963
|
$ref: '#/components/schemas/FspId'
|
1965
1964
|
extensionList:
|
1966
|
-
$ref: '#/components/schemas/
|
1965
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1967
1966
|
required:
|
1968
1967
|
- partyIdType
|
1969
1968
|
- partyIdentifier
|
@@ -2107,7 +2106,7 @@ components:
|
|
2107
2106
|
errorDescription:
|
2108
2107
|
$ref: '#/components/schemas/ErrorDescription'
|
2109
2108
|
extensionList:
|
2110
|
-
$ref: '#/components/schemas/
|
2109
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2111
2110
|
required:
|
2112
2111
|
- errorCode
|
2113
2112
|
- errorDescription
|
@@ -2145,7 +2144,7 @@ components:
|
|
2145
2144
|
condition:
|
2146
2145
|
$ref: '#/components/schemas/IlpCondition'
|
2147
2146
|
extensionList:
|
2148
|
-
$ref: '#/components/schemas/
|
2147
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2149
2148
|
lastError:
|
2150
2149
|
$ref: '#/components/schemas/quoteError'
|
2151
2150
|
required:
|
@@ -2191,7 +2190,7 @@ components:
|
|
2191
2190
|
fulfilment:
|
2192
2191
|
$ref: '#/components/schemas/IlpFulfilment'
|
2193
2192
|
extensionList:
|
2194
|
-
$ref: '#/components/schemas/
|
2193
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2195
2194
|
transferState:
|
2196
2195
|
$ref: '#/components/schemas/TransferState'
|
2197
2196
|
lastError:
|
@@ -2228,9 +2227,9 @@ components:
|
|
2228
2227
|
fulfil:
|
2229
2228
|
$ref: '#/components/schemas/individualTransferResult'
|
2230
2229
|
quoteExtensions:
|
2231
|
-
$ref: '#/components/schemas/
|
2230
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2232
2231
|
transferExtensions:
|
2233
|
-
$ref: '#/components/schemas/
|
2232
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2234
2233
|
lastError:
|
2235
2234
|
$ref: '#/components/schemas/transferError'
|
2236
2235
|
bulkTransactionResponse:
|
@@ -2258,7 +2257,7 @@ components:
|
|
2258
2257
|
items:
|
2259
2258
|
$ref: '#/components/schemas/bulkTransactionIndividualTransferResult'
|
2260
2259
|
extensions:
|
2261
|
-
$ref: '#/components/schemas/
|
2260
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2262
2261
|
CurrencyConverter:
|
2263
2262
|
title: CurrencyConverter
|
2264
2263
|
type: string
|
@@ -2307,7 +2306,7 @@ components:
|
|
2307
2306
|
transferState:
|
2308
2307
|
$ref: '#/components/schemas/TransferState'
|
2309
2308
|
extensionList:
|
2310
|
-
$ref: '#/components/schemas/
|
2309
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2311
2310
|
required:
|
2312
2311
|
- transferState
|
2313
2312
|
TransfersPostRequest:
|
@@ -2330,7 +2329,7 @@ components:
|
|
2330
2329
|
expiration:
|
2331
2330
|
$ref: '#/components/schemas/DateTime'
|
2332
2331
|
extensionList:
|
2333
|
-
$ref: '#/components/schemas/
|
2332
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2334
2333
|
required:
|
2335
2334
|
- transferId
|
2336
2335
|
- payeeFsp
|
@@ -2361,7 +2360,7 @@ components:
|
|
2361
2360
|
condition:
|
2362
2361
|
$ref: '#/components/schemas/IlpCondition'
|
2363
2362
|
extensionList:
|
2364
|
-
$ref: '#/components/schemas/
|
2363
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2365
2364
|
required:
|
2366
2365
|
- transferAmount
|
2367
2366
|
- expiration
|
@@ -2493,7 +2492,7 @@ components:
|
|
2493
2492
|
expiration:
|
2494
2493
|
$ref: '#/components/schemas/DateTime'
|
2495
2494
|
extensionList:
|
2496
|
-
$ref: '#/components/schemas/
|
2495
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2497
2496
|
required:
|
2498
2497
|
- quoteId
|
2499
2498
|
- transactionId
|
@@ -2533,6 +2532,38 @@ components:
|
|
2533
2532
|
- description: The amount of the charge which is being levied, expressed in the target currency.
|
2534
2533
|
required:
|
2535
2534
|
- chargeType
|
2535
|
+
ExtensionKey:
|
2536
|
+
title: ExtensionKey
|
2537
|
+
type: string
|
2538
|
+
minLength: 1
|
2539
|
+
maxLength: 32
|
2540
|
+
description: Extension key.
|
2541
|
+
Extension:
|
2542
|
+
title: Extension
|
2543
|
+
type: object
|
2544
|
+
description: Data model for the complex type Extension.
|
2545
|
+
properties:
|
2546
|
+
key:
|
2547
|
+
$ref: '#/components/schemas/ExtensionKey'
|
2548
|
+
value:
|
2549
|
+
$ref: '#/components/schemas/ExtensionValue'
|
2550
|
+
required:
|
2551
|
+
- key
|
2552
|
+
- value
|
2553
|
+
ExtensionList:
|
2554
|
+
title: ExtensionList
|
2555
|
+
type: object
|
2556
|
+
description: Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.
|
2557
|
+
properties:
|
2558
|
+
extension:
|
2559
|
+
type: array
|
2560
|
+
items:
|
2561
|
+
$ref: '#/components/schemas/Extension'
|
2562
|
+
minItems: 1
|
2563
|
+
maxItems: 16
|
2564
|
+
description: Number of Extension elements.
|
2565
|
+
required:
|
2566
|
+
- extension
|
2536
2567
|
FxConversion:
|
2537
2568
|
title: FxConversion
|
2538
2569
|
type: object
|
@@ -809,11 +809,10 @@ components:
|
|
809
809
|
minLength: 1
|
810
810
|
maxLength: 128
|
811
811
|
description: Error description string.
|
812
|
-
|
813
|
-
title:
|
812
|
+
ExtensionKey_v2_1_0:
|
813
|
+
title: ExtensionKey_v2_1_0
|
814
814
|
type: string
|
815
815
|
minLength: 1
|
816
|
-
maxLength: 32
|
817
816
|
description: Extension key.
|
818
817
|
ExtensionValue:
|
819
818
|
title: ExtensionValue
|
@@ -821,19 +820,19 @@ components:
|
|
821
820
|
minLength: 1
|
822
821
|
maxLength: 128
|
823
822
|
description: Extension value.
|
824
|
-
|
825
|
-
title:
|
823
|
+
Extension_v2_1_0:
|
824
|
+
title: Extension_v2_1_0
|
826
825
|
type: object
|
827
826
|
description: Data model for the complex type Extension.
|
828
827
|
properties:
|
829
828
|
key:
|
830
|
-
$ref: '#/components/schemas/
|
829
|
+
$ref: '#/components/schemas/ExtensionKey_v2_1_0'
|
831
830
|
value:
|
832
831
|
$ref: '#/components/schemas/ExtensionValue'
|
833
832
|
required:
|
834
833
|
- key
|
835
834
|
- value
|
836
|
-
|
835
|
+
ExtensionList_v2_1_0:
|
837
836
|
title: ExtensionList
|
838
837
|
type: object
|
839
838
|
description: Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.
|
@@ -841,7 +840,7 @@ components:
|
|
841
840
|
extension:
|
842
841
|
type: array
|
843
842
|
items:
|
844
|
-
$ref: '#/components/schemas/
|
843
|
+
$ref: '#/components/schemas/Extension_v2_1_0'
|
845
844
|
minItems: 1
|
846
845
|
maxItems: 16
|
847
846
|
description: Number of Extension elements.
|
@@ -857,7 +856,7 @@ components:
|
|
857
856
|
errorDescription:
|
858
857
|
$ref: '#/components/schemas/ErrorDescription'
|
859
858
|
extensionList:
|
860
|
-
$ref: '#/components/schemas/
|
859
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
861
860
|
required:
|
862
861
|
- errorCode
|
863
862
|
- errorDescription
|
@@ -1011,7 +1010,7 @@ components:
|
|
1011
1010
|
extensionListEmptiable:
|
1012
1011
|
type: array
|
1013
1012
|
items:
|
1014
|
-
$ref: '#/components/schemas/
|
1013
|
+
$ref: '#/components/schemas/Extension_v2_1_0'
|
1015
1014
|
minItems: 0
|
1016
1015
|
maxItems: 16
|
1017
1016
|
transferParty:
|
@@ -1111,7 +1110,7 @@ components:
|
|
1111
1110
|
note:
|
1112
1111
|
$ref: '#/components/schemas/Note'
|
1113
1112
|
extensions:
|
1114
|
-
$ref: '#/components/schemas/
|
1113
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1115
1114
|
required:
|
1116
1115
|
- quoteId
|
1117
1116
|
- to
|
@@ -1141,7 +1140,7 @@ components:
|
|
1141
1140
|
items:
|
1142
1141
|
$ref: '#/components/schemas/individualQuote'
|
1143
1142
|
extensions:
|
1144
|
-
$ref: '#/components/schemas/
|
1143
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1145
1144
|
DateTime:
|
1146
1145
|
title: DateTime
|
1147
1146
|
type: string
|
@@ -1232,7 +1231,7 @@ components:
|
|
1232
1231
|
condition:
|
1233
1232
|
$ref: '#/components/schemas/IlpCondition'
|
1234
1233
|
extensionList:
|
1235
|
-
$ref: '#/components/schemas/
|
1234
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1236
1235
|
lastError:
|
1237
1236
|
$ref: '#/components/schemas/quoteError'
|
1238
1237
|
required:
|
@@ -1253,7 +1252,7 @@ components:
|
|
1253
1252
|
expiration:
|
1254
1253
|
$ref: '#/components/schemas/DateTime'
|
1255
1254
|
extensionList:
|
1256
|
-
$ref: '#/components/schemas/
|
1255
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1257
1256
|
currentState:
|
1258
1257
|
$ref: '#/components/schemas/bulkTransferStatus'
|
1259
1258
|
individualQuoteResults:
|
@@ -1367,7 +1366,7 @@ components:
|
|
1367
1366
|
fspId:
|
1368
1367
|
$ref: '#/components/schemas/FspId'
|
1369
1368
|
extensionList:
|
1370
|
-
$ref: '#/components/schemas/
|
1369
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1371
1370
|
required:
|
1372
1371
|
- partyIdType
|
1373
1372
|
- partyIdentifier
|
@@ -1443,9 +1442,9 @@ components:
|
|
1443
1442
|
note:
|
1444
1443
|
$ref: '#/components/schemas/Note'
|
1445
1444
|
quoteExtensions:
|
1446
|
-
$ref: '#/components/schemas/
|
1445
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1447
1446
|
transferExtensions:
|
1448
|
-
$ref: '#/components/schemas/
|
1447
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1449
1448
|
lastError:
|
1450
1449
|
$ref: '#/components/schemas/transferError'
|
1451
1450
|
required:
|
@@ -1479,7 +1478,7 @@ components:
|
|
1479
1478
|
items:
|
1480
1479
|
$ref: '#/components/schemas/bulkTransactionIndividualTransfer'
|
1481
1480
|
extensions:
|
1482
|
-
$ref: '#/components/schemas/
|
1481
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1483
1482
|
TransferState:
|
1484
1483
|
title: TransferState
|
1485
1484
|
type: string
|
@@ -1512,7 +1511,7 @@ components:
|
|
1512
1511
|
fulfilment:
|
1513
1512
|
$ref: '#/components/schemas/IlpFulfilment'
|
1514
1513
|
extensionList:
|
1515
|
-
$ref: '#/components/schemas/
|
1514
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1516
1515
|
transferState:
|
1517
1516
|
$ref: '#/components/schemas/TransferState'
|
1518
1517
|
lastError:
|
@@ -1536,7 +1535,7 @@ components:
|
|
1536
1535
|
completedTimestamp:
|
1537
1536
|
$ref: '#/components/schemas/DateTime'
|
1538
1537
|
extensionList:
|
1539
|
-
$ref: '#/components/schemas/
|
1538
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1540
1539
|
currentState:
|
1541
1540
|
$ref: '#/components/schemas/bulkTransferStatus'
|
1542
1541
|
individualTransferResults:
|
@@ -1667,7 +1666,7 @@ components:
|
|
1667
1666
|
note:
|
1668
1667
|
$ref: '#/components/schemas/Note'
|
1669
1668
|
extensions:
|
1670
|
-
$ref: '#/components/schemas/
|
1669
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1671
1670
|
required:
|
1672
1671
|
- transferId
|
1673
1672
|
- to
|
@@ -1702,7 +1701,7 @@ components:
|
|
1702
1701
|
items:
|
1703
1702
|
$ref: '#/components/schemas/individualTransfer'
|
1704
1703
|
extensions:
|
1705
|
-
$ref: '#/components/schemas/
|
1704
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1706
1705
|
individualTransferFulfilment:
|
1707
1706
|
type: object
|
1708
1707
|
description: A Mojaloop API transfer fulfilment for individual transfers in a bulk transfer
|
@@ -1710,7 +1709,7 @@ components:
|
|
1710
1709
|
fulfilment:
|
1711
1710
|
$ref: '#/components/schemas/IlpFulfilment'
|
1712
1711
|
extensionList:
|
1713
|
-
$ref: '#/components/schemas/
|
1712
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1714
1713
|
bulkTransferStatusResponse:
|
1715
1714
|
type: object
|
1716
1715
|
required:
|
@@ -1887,7 +1886,7 @@ components:
|
|
1887
1886
|
expiration:
|
1888
1887
|
$ref: '#/components/schemas/DateTime'
|
1889
1888
|
extensionList:
|
1890
|
-
$ref: '#/components/schemas/
|
1889
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1891
1890
|
required:
|
1892
1891
|
- quoteId
|
1893
1892
|
- transactionId
|
@@ -1938,7 +1937,7 @@ components:
|
|
1938
1937
|
condition:
|
1939
1938
|
$ref: '#/components/schemas/IlpCondition'
|
1940
1939
|
extensionList:
|
1941
|
-
$ref: '#/components/schemas/
|
1940
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
1942
1941
|
required:
|
1943
1942
|
- transferAmount
|
1944
1943
|
- expiration
|
@@ -2047,7 +2046,7 @@ components:
|
|
2047
2046
|
transactionRequestState:
|
2048
2047
|
$ref: '#/components/schemas/TransactionRequestState'
|
2049
2048
|
extensionList:
|
2050
|
-
$ref: '#/components/schemas/
|
2049
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2051
2050
|
required:
|
2052
2051
|
- transactionRequestState
|
2053
2052
|
headers:
|
@@ -2121,7 +2120,7 @@ components:
|
|
2121
2120
|
condition:
|
2122
2121
|
$ref: '#/components/schemas/IlpCondition'
|
2123
2122
|
extensionList:
|
2124
|
-
$ref: '#/components/schemas/
|
2123
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2125
2124
|
required:
|
2126
2125
|
- transferAmount
|
2127
2126
|
- expiration
|
@@ -2158,6 +2157,38 @@ components:
|
|
2158
2157
|
- description: The amount of the charge which is being levied, expressed in the target currency.
|
2159
2158
|
required:
|
2160
2159
|
- chargeType
|
2160
|
+
ExtensionKey:
|
2161
|
+
title: ExtensionKey
|
2162
|
+
type: string
|
2163
|
+
minLength: 1
|
2164
|
+
maxLength: 32
|
2165
|
+
description: Extension key.
|
2166
|
+
Extension:
|
2167
|
+
title: Extension
|
2168
|
+
type: object
|
2169
|
+
description: Data model for the complex type Extension.
|
2170
|
+
properties:
|
2171
|
+
key:
|
2172
|
+
$ref: '#/components/schemas/ExtensionKey'
|
2173
|
+
value:
|
2174
|
+
$ref: '#/components/schemas/ExtensionValue'
|
2175
|
+
required:
|
2176
|
+
- key
|
2177
|
+
- value
|
2178
|
+
ExtensionList:
|
2179
|
+
title: ExtensionList
|
2180
|
+
type: object
|
2181
|
+
description: Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.
|
2182
|
+
properties:
|
2183
|
+
extension:
|
2184
|
+
type: array
|
2185
|
+
items:
|
2186
|
+
$ref: '#/components/schemas/Extension'
|
2187
|
+
minItems: 1
|
2188
|
+
maxItems: 16
|
2189
|
+
description: Number of Extension elements.
|
2190
|
+
required:
|
2191
|
+
- extension
|
2161
2192
|
FxConversion:
|
2162
2193
|
title: FxConversion
|
2163
2194
|
type: object
|
@@ -2244,7 +2275,7 @@ components:
|
|
2244
2275
|
transferState:
|
2245
2276
|
$ref: '#/components/schemas/TransferState'
|
2246
2277
|
extensionList:
|
2247
|
-
$ref: '#/components/schemas/
|
2278
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2248
2279
|
required:
|
2249
2280
|
- transferState
|
2250
2281
|
transferResponse:
|
@@ -2565,7 +2596,7 @@ components:
|
|
2565
2596
|
expiration:
|
2566
2597
|
$ref: '#/components/schemas/DateTime'
|
2567
2598
|
extensionList:
|
2568
|
-
$ref: '#/components/schemas/
|
2599
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2569
2600
|
required:
|
2570
2601
|
- transferId
|
2571
2602
|
- payeeFsp
|