@mojaloop/api-snippets 17.7.8 → 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.
Files changed (44) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +146 -146
  3. package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +50 -19
  4. package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +60 -29
  5. package/fspiop/v2_0/openapi3/openapi.yaml +7 -7
  6. package/lib/fspiop/v2_0/openapi.d.ts +158 -158
  7. package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +177 -155
  8. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +39 -18
  9. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +68 -54
  10. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +6 -3
  11. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -1
  12. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +6 -3
  13. package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +287 -320
  14. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +49 -28
  15. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +68 -109
  16. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +6 -3
  17. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -1
  18. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +6 -3
  19. package/package.json +11 -11
  20. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
  21. package/sdk-scheme-adapter/v2_1_0/components/schemas/{ExtensionKey.yaml → ExtensionKey_v2_1_0.yaml} +1 -2
  22. package/sdk-scheme-adapter/v2_1_0/components/schemas/{ExtensionList.yaml → ExtensionList_v2_1_0.yaml} +1 -1
  23. package/sdk-scheme-adapter/v2_1_0/components/schemas/{Extension.yaml → Extension_v2_1_0.yaml} +2 -2
  24. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +1 -1
  25. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +1 -1
  26. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +1 -1
  27. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +1 -1
  28. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +1 -1
  29. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +1 -1
  30. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteRequest.yaml +1 -1
  31. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +1 -1
  32. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +2 -2
  33. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +2 -2
  34. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +1 -1
  35. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +1 -1
  36. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.yaml +1 -1
  37. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +1 -1
  38. package/sdk-scheme-adapter/v2_1_0/components/schemas/extensionListEmptiable.yaml +1 -1
  39. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.yaml +1 -1
  40. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +1 -1
  41. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransfer.yaml +1 -1
  42. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +1 -1
  43. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +1 -1
  44. package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,19 @@
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
+
9
+ ### [17.7.9](https://github.com/mojaloop/api-snippets/compare/v17.7.8...v17.7.9) (2025-01-23)
10
+
11
+
12
+ ### Maintenance
13
+
14
+ * audit ([daa2960](https://github.com/mojaloop/api-snippets/commit/daa2960f1ee9f67d46e3f0e32ba9828ce7fd6f94))
15
+ * reorder endpoints ([e0ea485](https://github.com/mojaloop/api-snippets/commit/e0ea485827ba9843f43f05f99b2ec421d9b822ed))
16
+
2
17
  ### [17.7.8](https://github.com/mojaloop/api-snippets/compare/v17.7.7...v17.7.8) (2024-12-16)
3
18
 
4
19
  ### [17.7.7](https://github.com/mojaloop/api-snippets/compare/v17.7.6...v17.7.7) (2024-12-13)
@@ -34,6 +34,152 @@ servers:
34
34
  - https
35
35
  default: https
36
36
  paths:
37
+ /participants:
38
+ post:
39
+ description: >-
40
+ The HTTP request `POST /participants` is used to create information in
41
+ the server regarding the provided list of identities. This request
42
+ should be used for bulk creation of FSP information for more than one
43
+ Party. The optional currency parameter should indicate that each
44
+ provided Party supports the currency.
45
+ summary: Create bulk participant information
46
+ tags:
47
+ - participants
48
+ operationId: Participants1
49
+ parameters:
50
+ - $ref: "#/components/parameters/Accept"
51
+ - $ref: "#/components/parameters/Content-Length"
52
+ - $ref: "#/components/parameters/Content-Type"
53
+ - $ref: "#/components/parameters/Date"
54
+ - $ref: "#/components/parameters/X-Forwarded-For"
55
+ - $ref: "#/components/parameters/FSPIOP-Source"
56
+ - $ref: "#/components/parameters/FSPIOP-Destination"
57
+ - $ref: "#/components/parameters/FSPIOP-Encryption"
58
+ - $ref: "#/components/parameters/FSPIOP-Signature"
59
+ - $ref: "#/components/parameters/FSPIOP-URI"
60
+ - $ref: "#/components/parameters/FSPIOP-HTTP-Method"
61
+ requestBody:
62
+ description: Participant information to be created.
63
+ required: true
64
+ content:
65
+ application/json:
66
+ schema:
67
+ $ref: "#/components/schemas/ParticipantsPostRequest"
68
+ responses:
69
+ "202":
70
+ $ref: "#/components/responses/202"
71
+ "400":
72
+ $ref: "#/components/responses/400"
73
+ "401":
74
+ $ref: "#/components/responses/401"
75
+ "403":
76
+ $ref: "#/components/responses/403"
77
+ "404":
78
+ $ref: "#/components/responses/404"
79
+ "405":
80
+ $ref: "#/components/responses/405"
81
+ "406":
82
+ $ref: "#/components/responses/406"
83
+ "501":
84
+ $ref: "#/components/responses/501"
85
+ "503":
86
+ $ref: "#/components/responses/503"
87
+ /participants/{ID}:
88
+ put:
89
+ description: >-
90
+ The callback `PUT /participants/{ID}` is used to inform the client of
91
+ the result of the creation of the provided list of identities.
92
+ summary: Return bulk participant information
93
+ tags:
94
+ - participants
95
+ operationId: putParticipantsByID
96
+ parameters:
97
+ - $ref: "#/components/parameters/ID"
98
+ - $ref: "#/components/parameters/Content-Length"
99
+ - $ref: "#/components/parameters/Content-Type"
100
+ - $ref: "#/components/parameters/Date"
101
+ - $ref: "#/components/parameters/X-Forwarded-For"
102
+ - $ref: "#/components/parameters/FSPIOP-Source"
103
+ - $ref: "#/components/parameters/FSPIOP-Destination"
104
+ - $ref: "#/components/parameters/FSPIOP-Encryption"
105
+ - $ref: "#/components/parameters/FSPIOP-Signature"
106
+ - $ref: "#/components/parameters/FSPIOP-URI"
107
+ - $ref: "#/components/parameters/FSPIOP-HTTP-Method"
108
+ requestBody:
109
+ description: Participant information returned.
110
+ required: true
111
+ content:
112
+ application/json:
113
+ schema:
114
+ $ref: "#/components/schemas/ParticipantsIDPutResponse"
115
+ responses:
116
+ "200":
117
+ $ref: "#/components/responses/200"
118
+ "400":
119
+ $ref: "#/components/responses/400"
120
+ "401":
121
+ $ref: "#/components/responses/401"
122
+ "403":
123
+ $ref: "#/components/responses/403"
124
+ "404":
125
+ $ref: "#/components/responses/404"
126
+ "405":
127
+ $ref: "#/components/responses/405"
128
+ "406":
129
+ $ref: "#/components/responses/406"
130
+ "501":
131
+ $ref: "#/components/responses/501"
132
+ "503":
133
+ $ref: "#/components/responses/503"
134
+ /participants/{ID}/error:
135
+ put:
136
+ description: >-
137
+ If there is an error during FSP information creation in the server, the
138
+ error callback `PUT /participants/{ID}/error` is used. The `{ID}` in the
139
+ URI should contain the requestId that was used for the creation of the
140
+ participant information.
141
+ summary: Return bulk participant information error
142
+ tags:
143
+ - participants
144
+ operationId: ParticipantsByIDAndError
145
+ parameters:
146
+ - $ref: "#/components/parameters/ID"
147
+ - $ref: "#/components/parameters/Content-Length"
148
+ - $ref: "#/components/parameters/Content-Type"
149
+ - $ref: "#/components/parameters/Date"
150
+ - $ref: "#/components/parameters/X-Forwarded-For"
151
+ - $ref: "#/components/parameters/FSPIOP-Source"
152
+ - $ref: "#/components/parameters/FSPIOP-Destination"
153
+ - $ref: "#/components/parameters/FSPIOP-Encryption"
154
+ - $ref: "#/components/parameters/FSPIOP-Signature"
155
+ - $ref: "#/components/parameters/FSPIOP-URI"
156
+ - $ref: "#/components/parameters/FSPIOP-HTTP-Method"
157
+ requestBody:
158
+ description: Details of the error returned.
159
+ required: true
160
+ content:
161
+ application/json:
162
+ schema:
163
+ $ref: "#/components/schemas/ErrorInformationObject"
164
+ responses:
165
+ "200":
166
+ $ref: "#/components/responses/200"
167
+ "400":
168
+ $ref: "#/components/responses/400"
169
+ "401":
170
+ $ref: "#/components/responses/401"
171
+ "403":
172
+ $ref: "#/components/responses/403"
173
+ "404":
174
+ $ref: "#/components/responses/404"
175
+ "405":
176
+ $ref: "#/components/responses/405"
177
+ "406":
178
+ $ref: "#/components/responses/406"
179
+ "501":
180
+ $ref: "#/components/responses/501"
181
+ "503":
182
+ $ref: "#/components/responses/503"
37
183
  /participants/{Type}/{ID}:
38
184
  parameters:
39
185
  - $ref: "#/components/parameters/Type"
@@ -474,152 +620,6 @@ paths:
474
620
  $ref: "#/components/responses/501"
475
621
  "503":
476
622
  $ref: "#/components/responses/503"
477
- /participants:
478
- post:
479
- description: >-
480
- The HTTP request `POST /participants` is used to create information in
481
- the server regarding the provided list of identities. This request
482
- should be used for bulk creation of FSP information for more than one
483
- Party. The optional currency parameter should indicate that each
484
- provided Party supports the currency.
485
- summary: Create bulk participant information
486
- tags:
487
- - participants
488
- operationId: Participants1
489
- parameters:
490
- - $ref: "#/components/parameters/Accept"
491
- - $ref: "#/components/parameters/Content-Length"
492
- - $ref: "#/components/parameters/Content-Type"
493
- - $ref: "#/components/parameters/Date"
494
- - $ref: "#/components/parameters/X-Forwarded-For"
495
- - $ref: "#/components/parameters/FSPIOP-Source"
496
- - $ref: "#/components/parameters/FSPIOP-Destination"
497
- - $ref: "#/components/parameters/FSPIOP-Encryption"
498
- - $ref: "#/components/parameters/FSPIOP-Signature"
499
- - $ref: "#/components/parameters/FSPIOP-URI"
500
- - $ref: "#/components/parameters/FSPIOP-HTTP-Method"
501
- requestBody:
502
- description: Participant information to be created.
503
- required: true
504
- content:
505
- application/json:
506
- schema:
507
- $ref: "#/components/schemas/ParticipantsPostRequest"
508
- responses:
509
- "202":
510
- $ref: "#/components/responses/202"
511
- "400":
512
- $ref: "#/components/responses/400"
513
- "401":
514
- $ref: "#/components/responses/401"
515
- "403":
516
- $ref: "#/components/responses/403"
517
- "404":
518
- $ref: "#/components/responses/404"
519
- "405":
520
- $ref: "#/components/responses/405"
521
- "406":
522
- $ref: "#/components/responses/406"
523
- "501":
524
- $ref: "#/components/responses/501"
525
- "503":
526
- $ref: "#/components/responses/503"
527
- /participants/{ID}:
528
- put:
529
- description: >-
530
- The callback `PUT /participants/{ID}` is used to inform the client of
531
- the result of the creation of the provided list of identities.
532
- summary: Return bulk participant information
533
- tags:
534
- - participants
535
- operationId: putParticipantsByID
536
- parameters:
537
- - $ref: "#/components/parameters/ID"
538
- - $ref: "#/components/parameters/Content-Length"
539
- - $ref: "#/components/parameters/Content-Type"
540
- - $ref: "#/components/parameters/Date"
541
- - $ref: "#/components/parameters/X-Forwarded-For"
542
- - $ref: "#/components/parameters/FSPIOP-Source"
543
- - $ref: "#/components/parameters/FSPIOP-Destination"
544
- - $ref: "#/components/parameters/FSPIOP-Encryption"
545
- - $ref: "#/components/parameters/FSPIOP-Signature"
546
- - $ref: "#/components/parameters/FSPIOP-URI"
547
- - $ref: "#/components/parameters/FSPIOP-HTTP-Method"
548
- requestBody:
549
- description: Participant information returned.
550
- required: true
551
- content:
552
- application/json:
553
- schema:
554
- $ref: "#/components/schemas/ParticipantsIDPutResponse"
555
- responses:
556
- "200":
557
- $ref: "#/components/responses/200"
558
- "400":
559
- $ref: "#/components/responses/400"
560
- "401":
561
- $ref: "#/components/responses/401"
562
- "403":
563
- $ref: "#/components/responses/403"
564
- "404":
565
- $ref: "#/components/responses/404"
566
- "405":
567
- $ref: "#/components/responses/405"
568
- "406":
569
- $ref: "#/components/responses/406"
570
- "501":
571
- $ref: "#/components/responses/501"
572
- "503":
573
- $ref: "#/components/responses/503"
574
- /participants/{ID}/error:
575
- put:
576
- description: >-
577
- If there is an error during FSP information creation in the server, the
578
- error callback `PUT /participants/{ID}/error` is used. The `{ID}` in the
579
- URI should contain the requestId that was used for the creation of the
580
- participant information.
581
- summary: Return bulk participant information error
582
- tags:
583
- - participants
584
- operationId: ParticipantsByIDAndError
585
- parameters:
586
- - $ref: "#/components/parameters/ID"
587
- - $ref: "#/components/parameters/Content-Length"
588
- - $ref: "#/components/parameters/Content-Type"
589
- - $ref: "#/components/parameters/Date"
590
- - $ref: "#/components/parameters/X-Forwarded-For"
591
- - $ref: "#/components/parameters/FSPIOP-Source"
592
- - $ref: "#/components/parameters/FSPIOP-Destination"
593
- - $ref: "#/components/parameters/FSPIOP-Encryption"
594
- - $ref: "#/components/parameters/FSPIOP-Signature"
595
- - $ref: "#/components/parameters/FSPIOP-URI"
596
- - $ref: "#/components/parameters/FSPIOP-HTTP-Method"
597
- requestBody:
598
- description: Details of the error returned.
599
- required: true
600
- content:
601
- application/json:
602
- schema:
603
- $ref: "#/components/schemas/ErrorInformationObject"
604
- responses:
605
- "200":
606
- $ref: "#/components/responses/200"
607
- "400":
608
- $ref: "#/components/responses/400"
609
- "401":
610
- $ref: "#/components/responses/401"
611
- "403":
612
- $ref: "#/components/responses/403"
613
- "404":
614
- $ref: "#/components/responses/404"
615
- "405":
616
- $ref: "#/components/responses/405"
617
- "406":
618
- $ref: "#/components/responses/406"
619
- "501":
620
- $ref: "#/components/responses/501"
621
- "503":
622
- $ref: "#/components/responses/503"
623
623
  /parties/{Type}/{ID}:
624
624
  parameters:
625
625
  - $ref: "#/components/parameters/Type"
@@ -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
- ExtensionKey:
1915
- title: ExtensionKey
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
- Extension:
1927
- title: Extension
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/ExtensionKey'
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
- ExtensionList:
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/Extension'
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/ExtensionList'
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/ExtensionList'
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/ExtensionList'
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/ExtensionList'
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/ExtensionList'
2230
+ $ref: '#/components/schemas/ExtensionList_v2_1_0'
2232
2231
  transferExtensions:
2233
- $ref: '#/components/schemas/ExtensionList'
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/ExtensionList'
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/ExtensionList'
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/ExtensionList'
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/ExtensionList'
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/ExtensionList'
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