@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.
Files changed (41) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +50 -19
  3. package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +60 -29
  4. package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +177 -155
  5. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +39 -18
  6. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +68 -54
  7. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +6 -3
  8. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -1
  9. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +6 -3
  10. package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +287 -320
  11. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +49 -28
  12. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +68 -109
  13. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +6 -3
  14. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -1
  15. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +6 -3
  16. package/package.json +11 -11
  17. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
  18. package/sdk-scheme-adapter/v2_1_0/components/schemas/{ExtensionKey.yaml → ExtensionKey_v2_1_0.yaml} +1 -2
  19. package/sdk-scheme-adapter/v2_1_0/components/schemas/{ExtensionList.yaml → ExtensionList_v2_1_0.yaml} +1 -1
  20. package/sdk-scheme-adapter/v2_1_0/components/schemas/{Extension.yaml → Extension_v2_1_0.yaml} +2 -2
  21. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +1 -1
  22. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +1 -1
  23. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +1 -1
  24. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +1 -1
  25. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +1 -1
  26. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +1 -1
  27. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteRequest.yaml +1 -1
  28. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +1 -1
  29. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +2 -2
  30. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +2 -2
  31. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +1 -1
  32. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +1 -1
  33. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.yaml +1 -1
  34. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +1 -1
  35. package/sdk-scheme-adapter/v2_1_0/components/schemas/extensionListEmptiable.yaml +1 -1
  36. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.yaml +1 -1
  37. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +1 -1
  38. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransfer.yaml +1 -1
  39. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +1 -1
  40. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +1 -1
  41. package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +1 -1
@@ -6445,15 +6445,14 @@
6445
6445
  "extension": {
6446
6446
  "type": "array",
6447
6447
  "items": {
6448
- "title": "Extension",
6448
+ "title": "Extension_v2_1_0",
6449
6449
  "type": "object",
6450
6450
  "description": "Data model for the complex type Extension.",
6451
6451
  "properties": {
6452
6452
  "key": {
6453
- "title": "ExtensionKey",
6453
+ "title": "ExtensionKey_v2_1_0",
6454
6454
  "type": "string",
6455
6455
  "minLength": 1,
6456
- "maxLength": 32,
6457
6456
  "description": "Extension key."
6458
6457
  },
6459
6458
  "value": {
@@ -6532,15 +6531,14 @@
6532
6531
  "extension": {
6533
6532
  "type": "array",
6534
6533
  "items": {
6535
- "title": "Extension",
6534
+ "title": "Extension_v2_1_0",
6536
6535
  "type": "object",
6537
6536
  "description": "Data model for the complex type Extension.",
6538
6537
  "properties": {
6539
6538
  "key": {
6540
- "title": "ExtensionKey",
6539
+ "title": "ExtensionKey_v2_1_0",
6541
6540
  "type": "string",
6542
6541
  "minLength": 1,
6543
- "maxLength": 32,
6544
6542
  "description": "Extension key."
6545
6543
  },
6546
6544
  "value": {
@@ -6825,15 +6823,14 @@
6825
6823
  "extension": {
6826
6824
  "type": "array",
6827
6825
  "items": {
6828
- "title": "Extension",
6826
+ "title": "Extension_v2_1_0",
6829
6827
  "type": "object",
6830
6828
  "description": "Data model for the complex type Extension.",
6831
6829
  "properties": {
6832
6830
  "key": {
6833
- "title": "ExtensionKey",
6831
+ "title": "ExtensionKey_v2_1_0",
6834
6832
  "type": "string",
6835
6833
  "minLength": 1,
6836
- "maxLength": 32,
6837
6834
  "description": "Extension key."
6838
6835
  },
6839
6836
  "value": {
@@ -9166,15 +9163,14 @@
9166
9163
  "extension": {
9167
9164
  "type": "array",
9168
9165
  "items": {
9169
- "title": "Extension",
9166
+ "title": "Extension_v2_1_0",
9170
9167
  "type": "object",
9171
9168
  "description": "Data model for the complex type Extension.",
9172
9169
  "properties": {
9173
9170
  "key": {
9174
- "title": "ExtensionKey",
9171
+ "title": "ExtensionKey_v2_1_0",
9175
9172
  "type": "string",
9176
9173
  "minLength": 1,
9177
- "maxLength": 32,
9178
9174
  "description": "Extension key."
9179
9175
  },
9180
9176
  "value": {
@@ -9288,15 +9284,14 @@
9288
9284
  "extension": {
9289
9285
  "type": "array",
9290
9286
  "items": {
9291
- "title": "Extension",
9287
+ "title": "Extension_v2_1_0",
9292
9288
  "type": "object",
9293
9289
  "description": "Data model for the complex type Extension.",
9294
9290
  "properties": {
9295
9291
  "key": {
9296
- "title": "ExtensionKey",
9292
+ "title": "ExtensionKey_v2_1_0",
9297
9293
  "type": "string",
9298
9294
  "minLength": 1,
9299
- "maxLength": 32,
9300
9295
  "description": "Extension key."
9301
9296
  },
9302
9297
  "value": {
@@ -9635,15 +9630,14 @@
9635
9630
  "extension": {
9636
9631
  "type": "array",
9637
9632
  "items": {
9638
- "title": "Extension",
9633
+ "title": "Extension_v2_1_0",
9639
9634
  "type": "object",
9640
9635
  "description": "Data model for the complex type Extension.",
9641
9636
  "properties": {
9642
9637
  "key": {
9643
- "title": "ExtensionKey",
9638
+ "title": "ExtensionKey_v2_1_0",
9644
9639
  "type": "string",
9645
9640
  "minLength": 1,
9646
- "maxLength": 32,
9647
9641
  "description": "Extension key."
9648
9642
  },
9649
9643
  "value": {
@@ -10883,15 +10877,14 @@
10883
10877
  "extension": {
10884
10878
  "type": "array",
10885
10879
  "items": {
10886
- "title": "Extension",
10880
+ "title": "Extension_v2_1_0",
10887
10881
  "type": "object",
10888
10882
  "description": "Data model for the complex type Extension.",
10889
10883
  "properties": {
10890
10884
  "key": {
10891
- "title": "ExtensionKey",
10885
+ "title": "ExtensionKey_v2_1_0",
10892
10886
  "type": "string",
10893
10887
  "minLength": 1,
10894
- "maxLength": 32,
10895
10888
  "description": "Extension key."
10896
10889
  },
10897
10890
  "value": {
@@ -11780,15 +11773,14 @@
11780
11773
  "extension": {
11781
11774
  "type": "array",
11782
11775
  "items": {
11783
- "title": "Extension",
11776
+ "title": "Extension_v2_1_0",
11784
11777
  "type": "object",
11785
11778
  "description": "Data model for the complex type Extension.",
11786
11779
  "properties": {
11787
11780
  "key": {
11788
- "title": "ExtensionKey",
11781
+ "title": "ExtensionKey_v2_1_0",
11789
11782
  "type": "string",
11790
11783
  "minLength": 1,
11791
- "maxLength": 32,
11792
11784
  "description": "Extension key."
11793
11785
  },
11794
11786
  "value": {
@@ -12127,15 +12119,14 @@
12127
12119
  "extension": {
12128
12120
  "type": "array",
12129
12121
  "items": {
12130
- "title": "Extension",
12122
+ "title": "Extension_v2_1_0",
12131
12123
  "type": "object",
12132
12124
  "description": "Data model for the complex type Extension.",
12133
12125
  "properties": {
12134
12126
  "key": {
12135
- "title": "ExtensionKey",
12127
+ "title": "ExtensionKey_v2_1_0",
12136
12128
  "type": "string",
12137
12129
  "minLength": 1,
12138
- "maxLength": 32,
12139
12130
  "description": "Extension key."
12140
12131
  },
12141
12132
  "value": {
@@ -13375,15 +13366,14 @@
13375
13366
  "extension": {
13376
13367
  "type": "array",
13377
13368
  "items": {
13378
- "title": "Extension",
13369
+ "title": "Extension_v2_1_0",
13379
13370
  "type": "object",
13380
13371
  "description": "Data model for the complex type Extension.",
13381
13372
  "properties": {
13382
13373
  "key": {
13383
- "title": "ExtensionKey",
13374
+ "title": "ExtensionKey_v2_1_0",
13384
13375
  "type": "string",
13385
13376
  "minLength": 1,
13386
- "maxLength": 32,
13387
13377
  "description": "Extension key."
13388
13378
  },
13389
13379
  "value": {
@@ -14252,15 +14242,14 @@
14252
14242
  "extension": {
14253
14243
  "type": "array",
14254
14244
  "items": {
14255
- "title": "Extension",
14245
+ "title": "Extension_v2_1_0",
14256
14246
  "type": "object",
14257
14247
  "description": "Data model for the complex type Extension.",
14258
14248
  "properties": {
14259
14249
  "key": {
14260
- "title": "ExtensionKey",
14250
+ "title": "ExtensionKey_v2_1_0",
14261
14251
  "type": "string",
14262
14252
  "minLength": 1,
14263
- "maxLength": 32,
14264
14253
  "description": "Extension key."
14265
14254
  },
14266
14255
  "value": {
@@ -14600,15 +14589,14 @@
14600
14589
  "extension": {
14601
14590
  "type": "array",
14602
14591
  "items": {
14603
- "title": "Extension",
14592
+ "title": "Extension_v2_1_0",
14604
14593
  "type": "object",
14605
14594
  "description": "Data model for the complex type Extension.",
14606
14595
  "properties": {
14607
14596
  "key": {
14608
- "title": "ExtensionKey",
14597
+ "title": "ExtensionKey_v2_1_0",
14609
14598
  "type": "string",
14610
14599
  "minLength": 1,
14611
- "maxLength": 32,
14612
14600
  "description": "Extension key."
14613
14601
  },
14614
14602
  "value": {
@@ -14947,15 +14935,14 @@
14947
14935
  "extension": {
14948
14936
  "type": "array",
14949
14937
  "items": {
14950
- "title": "Extension",
14938
+ "title": "Extension_v2_1_0",
14951
14939
  "type": "object",
14952
14940
  "description": "Data model for the complex type Extension.",
14953
14941
  "properties": {
14954
14942
  "key": {
14955
- "title": "ExtensionKey",
14943
+ "title": "ExtensionKey_v2_1_0",
14956
14944
  "type": "string",
14957
14945
  "minLength": 1,
14958
- "maxLength": 32,
14959
14946
  "description": "Extension key."
14960
14947
  },
14961
14948
  "value": {
@@ -20316,15 +20303,14 @@
20316
20303
  "extension": {
20317
20304
  "type": "array",
20318
20305
  "items": {
20319
- "title": "Extension",
20306
+ "title": "Extension_v2_1_0",
20320
20307
  "type": "object",
20321
20308
  "description": "Data model for the complex type Extension.",
20322
20309
  "properties": {
20323
20310
  "key": {
20324
- "title": "ExtensionKey",
20311
+ "title": "ExtensionKey_v2_1_0",
20325
20312
  "type": "string",
20326
20313
  "minLength": 1,
20327
- "maxLength": 32,
20328
20314
  "description": "Extension key."
20329
20315
  },
20330
20316
  "value": {
@@ -20663,15 +20649,14 @@
20663
20649
  "extension": {
20664
20650
  "type": "array",
20665
20651
  "items": {
20666
- "title": "Extension",
20652
+ "title": "Extension_v2_1_0",
20667
20653
  "type": "object",
20668
20654
  "description": "Data model for the complex type Extension.",
20669
20655
  "properties": {
20670
20656
  "key": {
20671
- "title": "ExtensionKey",
20657
+ "title": "ExtensionKey_v2_1_0",
20672
20658
  "type": "string",
20673
20659
  "minLength": 1,
20674
- "maxLength": 32,
20675
20660
  "description": "Extension key."
20676
20661
  },
20677
20662
  "value": {
@@ -23133,11 +23118,10 @@
23133
23118
  "maxLength": 128,
23134
23119
  "description": "Either a sub-identifier of a PartyIdentifier, or a sub-type of the PartyIdType, normally a PersonalIdentifierType."
23135
23120
  },
23136
- "ExtensionKey": {
23137
- "title": "ExtensionKey",
23121
+ "ExtensionKey_v2_1_0": {
23122
+ "title": "ExtensionKey_v2_1_0",
23138
23123
  "type": "string",
23139
23124
  "minLength": 1,
23140
- "maxLength": 32,
23141
23125
  "description": "Extension key."
23142
23126
  },
23143
23127
  "ExtensionValue": {
@@ -23147,16 +23131,15 @@
23147
23131
  "maxLength": 128,
23148
23132
  "description": "Extension value."
23149
23133
  },
23150
- "Extension": {
23151
- "title": "Extension",
23134
+ "Extension_v2_1_0": {
23135
+ "title": "Extension_v2_1_0",
23152
23136
  "type": "object",
23153
23137
  "description": "Data model for the complex type Extension.",
23154
23138
  "properties": {
23155
23139
  "key": {
23156
- "title": "ExtensionKey",
23140
+ "title": "ExtensionKey_v2_1_0",
23157
23141
  "type": "string",
23158
23142
  "minLength": 1,
23159
- "maxLength": 32,
23160
23143
  "description": "Extension key."
23161
23144
  },
23162
23145
  "value": {
@@ -23172,7 +23155,7 @@
23172
23155
  "value"
23173
23156
  ]
23174
23157
  },
23175
- "ExtensionList": {
23158
+ "ExtensionList_v2_1_0": {
23176
23159
  "title": "ExtensionList",
23177
23160
  "type": "object",
23178
23161
  "description": "Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.",
@@ -23180,15 +23163,14 @@
23180
23163
  "extension": {
23181
23164
  "type": "array",
23182
23165
  "items": {
23183
- "title": "Extension",
23166
+ "title": "Extension_v2_1_0",
23184
23167
  "type": "object",
23185
23168
  "description": "Data model for the complex type Extension.",
23186
23169
  "properties": {
23187
23170
  "key": {
23188
- "title": "ExtensionKey",
23171
+ "title": "ExtensionKey_v2_1_0",
23189
23172
  "type": "string",
23190
23173
  "minLength": 1,
23191
- "maxLength": 32,
23192
23174
  "description": "Extension key."
23193
23175
  },
23194
23176
  "value": {
@@ -23263,15 +23245,14 @@
23263
23245
  "extension": {
23264
23246
  "type": "array",
23265
23247
  "items": {
23266
- "title": "Extension",
23248
+ "title": "Extension_v2_1_0",
23267
23249
  "type": "object",
23268
23250
  "description": "Data model for the complex type Extension.",
23269
23251
  "properties": {
23270
23252
  "key": {
23271
- "title": "ExtensionKey",
23253
+ "title": "ExtensionKey_v2_1_0",
23272
23254
  "type": "string",
23273
23255
  "minLength": 1,
23274
- "maxLength": 32,
23275
23256
  "description": "Extension key."
23276
23257
  },
23277
23258
  "value": {
@@ -23454,15 +23435,14 @@
23454
23435
  "extension": {
23455
23436
  "type": "array",
23456
23437
  "items": {
23457
- "title": "Extension",
23438
+ "title": "Extension_v2_1_0",
23458
23439
  "type": "object",
23459
23440
  "description": "Data model for the complex type Extension.",
23460
23441
  "properties": {
23461
23442
  "key": {
23462
- "title": "ExtensionKey",
23443
+ "title": "ExtensionKey_v2_1_0",
23463
23444
  "type": "string",
23464
23445
  "minLength": 1,
23465
- "maxLength": 32,
23466
23446
  "description": "Extension key."
23467
23447
  },
23468
23448
  "value": {
@@ -24051,15 +24031,14 @@
24051
24031
  "extension": {
24052
24032
  "type": "array",
24053
24033
  "items": {
24054
- "title": "Extension",
24034
+ "title": "Extension_v2_1_0",
24055
24035
  "type": "object",
24056
24036
  "description": "Data model for the complex type Extension.",
24057
24037
  "properties": {
24058
24038
  "key": {
24059
- "title": "ExtensionKey",
24039
+ "title": "ExtensionKey_v2_1_0",
24060
24040
  "type": "string",
24061
24041
  "minLength": 1,
24062
- "maxLength": 32,
24063
24042
  "description": "Extension key."
24064
24043
  },
24065
24044
  "value": {
@@ -24120,15 +24099,14 @@
24120
24099
  "extension": {
24121
24100
  "type": "array",
24122
24101
  "items": {
24123
- "title": "Extension",
24102
+ "title": "Extension_v2_1_0",
24124
24103
  "type": "object",
24125
24104
  "description": "Data model for the complex type Extension.",
24126
24105
  "properties": {
24127
24106
  "key": {
24128
- "title": "ExtensionKey",
24107
+ "title": "ExtensionKey_v2_1_0",
24129
24108
  "type": "string",
24130
24109
  "minLength": 1,
24131
- "maxLength": 32,
24132
24110
  "description": "Extension key."
24133
24111
  },
24134
24112
  "value": {
@@ -24199,15 +24177,14 @@
24199
24177
  "extension": {
24200
24178
  "type": "array",
24201
24179
  "items": {
24202
- "title": "Extension",
24180
+ "title": "Extension_v2_1_0",
24203
24181
  "type": "object",
24204
24182
  "description": "Data model for the complex type Extension.",
24205
24183
  "properties": {
24206
24184
  "key": {
24207
- "title": "ExtensionKey",
24185
+ "title": "ExtensionKey_v2_1_0",
24208
24186
  "type": "string",
24209
24187
  "minLength": 1,
24210
- "maxLength": 32,
24211
24188
  "description": "Extension key."
24212
24189
  },
24213
24190
  "value": {
@@ -25065,15 +25042,14 @@
25065
25042
  "extension": {
25066
25043
  "type": "array",
25067
25044
  "items": {
25068
- "title": "Extension",
25045
+ "title": "Extension_v2_1_0",
25069
25046
  "type": "object",
25070
25047
  "description": "Data model for the complex type Extension.",
25071
25048
  "properties": {
25072
25049
  "key": {
25073
- "title": "ExtensionKey",
25050
+ "title": "ExtensionKey_v2_1_0",
25074
25051
  "type": "string",
25075
25052
  "minLength": 1,
25076
- "maxLength": 32,
25077
25053
  "description": "Extension key."
25078
25054
  },
25079
25055
  "value": {
@@ -25136,15 +25112,14 @@
25136
25112
  "extension": {
25137
25113
  "type": "array",
25138
25114
  "items": {
25139
- "title": "Extension",
25115
+ "title": "Extension_v2_1_0",
25140
25116
  "type": "object",
25141
25117
  "description": "Data model for the complex type Extension.",
25142
25118
  "properties": {
25143
25119
  "key": {
25144
- "title": "ExtensionKey",
25120
+ "title": "ExtensionKey_v2_1_0",
25145
25121
  "type": "string",
25146
25122
  "minLength": 1,
25147
- "maxLength": 32,
25148
25123
  "description": "Extension key."
25149
25124
  },
25150
25125
  "value": {
@@ -25242,15 +25217,14 @@
25242
25217
  "extension": {
25243
25218
  "type": "array",
25244
25219
  "items": {
25245
- "title": "Extension",
25220
+ "title": "Extension_v2_1_0",
25246
25221
  "type": "object",
25247
25222
  "description": "Data model for the complex type Extension.",
25248
25223
  "properties": {
25249
25224
  "key": {
25250
- "title": "ExtensionKey",
25225
+ "title": "ExtensionKey_v2_1_0",
25251
25226
  "type": "string",
25252
25227
  "minLength": 1,
25253
- "maxLength": 32,
25254
25228
  "description": "Extension key."
25255
25229
  },
25256
25230
  "value": {
@@ -25314,15 +25288,14 @@
25314
25288
  "extension": {
25315
25289
  "type": "array",
25316
25290
  "items": {
25317
- "title": "Extension",
25291
+ "title": "Extension_v2_1_0",
25318
25292
  "type": "object",
25319
25293
  "description": "Data model for the complex type Extension.",
25320
25294
  "properties": {
25321
25295
  "key": {
25322
- "title": "ExtensionKey",
25296
+ "title": "ExtensionKey_v2_1_0",
25323
25297
  "type": "string",
25324
25298
  "minLength": 1,
25325
- "maxLength": 32,
25326
25299
  "description": "Extension key."
25327
25300
  },
25328
25301
  "value": {
@@ -25397,15 +25370,14 @@
25397
25370
  "extension": {
25398
25371
  "type": "array",
25399
25372
  "items": {
25400
- "title": "Extension",
25373
+ "title": "Extension_v2_1_0",
25401
25374
  "type": "object",
25402
25375
  "description": "Data model for the complex type Extension.",
25403
25376
  "properties": {
25404
25377
  "key": {
25405
- "title": "ExtensionKey",
25378
+ "title": "ExtensionKey_v2_1_0",
25406
25379
  "type": "string",
25407
25380
  "minLength": 1,
25408
- "maxLength": 32,
25409
25381
  "description": "Extension key."
25410
25382
  },
25411
25383
  "value": {
@@ -25521,15 +25493,14 @@
25521
25493
  "extension": {
25522
25494
  "type": "array",
25523
25495
  "items": {
25524
- "title": "Extension",
25496
+ "title": "Extension_v2_1_0",
25525
25497
  "type": "object",
25526
25498
  "description": "Data model for the complex type Extension.",
25527
25499
  "properties": {
25528
25500
  "key": {
25529
- "title": "ExtensionKey",
25501
+ "title": "ExtensionKey_v2_1_0",
25530
25502
  "type": "string",
25531
25503
  "minLength": 1,
25532
- "maxLength": 32,
25533
25504
  "description": "Extension key."
25534
25505
  },
25535
25506
  "value": {
@@ -26845,15 +26816,14 @@
26845
26816
  "extension": {
26846
26817
  "type": "array",
26847
26818
  "items": {
26848
- "title": "Extension",
26819
+ "title": "Extension_v2_1_0",
26849
26820
  "type": "object",
26850
26821
  "description": "Data model for the complex type Extension.",
26851
26822
  "properties": {
26852
26823
  "key": {
26853
- "title": "ExtensionKey",
26824
+ "title": "ExtensionKey_v2_1_0",
26854
26825
  "type": "string",
26855
26826
  "minLength": 1,
26856
- "maxLength": 32,
26857
26827
  "description": "Extension key."
26858
26828
  },
26859
26829
  "value": {
@@ -26916,15 +26886,14 @@
26916
26886
  "extension": {
26917
26887
  "type": "array",
26918
26888
  "items": {
26919
- "title": "Extension",
26889
+ "title": "Extension_v2_1_0",
26920
26890
  "type": "object",
26921
26891
  "description": "Data model for the complex type Extension.",
26922
26892
  "properties": {
26923
26893
  "key": {
26924
- "title": "ExtensionKey",
26894
+ "title": "ExtensionKey_v2_1_0",
26925
26895
  "type": "string",
26926
26896
  "minLength": 1,
26927
- "maxLength": 32,
26928
26897
  "description": "Extension key."
26929
26898
  },
26930
26899
  "value": {
@@ -26993,15 +26962,14 @@
26993
26962
  "extension": {
26994
26963
  "type": "array",
26995
26964
  "items": {
26996
- "title": "Extension",
26965
+ "title": "Extension_v2_1_0",
26997
26966
  "type": "object",
26998
26967
  "description": "Data model for the complex type Extension.",
26999
26968
  "properties": {
27000
26969
  "key": {
27001
- "title": "ExtensionKey",
26970
+ "title": "ExtensionKey_v2_1_0",
27002
26971
  "type": "string",
27003
26972
  "minLength": 1,
27004
- "maxLength": 32,
27005
26973
  "description": "Extension key."
27006
26974
  },
27007
26975
  "value": {
@@ -27076,15 +27044,14 @@
27076
27044
  "extension": {
27077
27045
  "type": "array",
27078
27046
  "items": {
27079
- "title": "Extension",
27047
+ "title": "Extension_v2_1_0",
27080
27048
  "type": "object",
27081
27049
  "description": "Data model for the complex type Extension.",
27082
27050
  "properties": {
27083
27051
  "key": {
27084
- "title": "ExtensionKey",
27052
+ "title": "ExtensionKey_v2_1_0",
27085
27053
  "type": "string",
27086
27054
  "minLength": 1,
27087
- "maxLength": 32,
27088
27055
  "description": "Extension key."
27089
27056
  },
27090
27057
  "value": {
@@ -27129,15 +27096,14 @@
27129
27096
  "extension": {
27130
27097
  "type": "array",
27131
27098
  "items": {
27132
- "title": "Extension",
27099
+ "title": "Extension_v2_1_0",
27133
27100
  "type": "object",
27134
27101
  "description": "Data model for the complex type Extension.",
27135
27102
  "properties": {
27136
27103
  "key": {
27137
- "title": "ExtensionKey",
27104
+ "title": "ExtensionKey_v2_1_0",
27138
27105
  "type": "string",
27139
27106
  "minLength": 1,
27140
- "maxLength": 32,
27141
27107
  "description": "Extension key."
27142
27108
  },
27143
27109
  "value": {
@@ -27170,15 +27136,14 @@
27170
27136
  "extension": {
27171
27137
  "type": "array",
27172
27138
  "items": {
27173
- "title": "Extension",
27139
+ "title": "Extension_v2_1_0",
27174
27140
  "type": "object",
27175
27141
  "description": "Data model for the complex type Extension.",
27176
27142
  "properties": {
27177
27143
  "key": {
27178
- "title": "ExtensionKey",
27144
+ "title": "ExtensionKey_v2_1_0",
27179
27145
  "type": "string",
27180
27146
  "minLength": 1,
27181
- "maxLength": 32,
27182
27147
  "description": "Extension key."
27183
27148
  },
27184
27149
  "value": {
@@ -27241,15 +27206,14 @@
27241
27206
  "extension": {
27242
27207
  "type": "array",
27243
27208
  "items": {
27244
- "title": "Extension",
27209
+ "title": "Extension_v2_1_0",
27245
27210
  "type": "object",
27246
27211
  "description": "Data model for the complex type Extension.",
27247
27212
  "properties": {
27248
27213
  "key": {
27249
- "title": "ExtensionKey",
27214
+ "title": "ExtensionKey_v2_1_0",
27250
27215
  "type": "string",
27251
27216
  "minLength": 1,
27252
- "maxLength": 32,
27253
27217
  "description": "Extension key."
27254
27218
  },
27255
27219
  "value": {
@@ -27657,15 +27621,14 @@
27657
27621
  "extension": {
27658
27622
  "type": "array",
27659
27623
  "items": {
27660
- "title": "Extension",
27624
+ "title": "Extension_v2_1_0",
27661
27625
  "type": "object",
27662
27626
  "description": "Data model for the complex type Extension.",
27663
27627
  "properties": {
27664
27628
  "key": {
27665
- "title": "ExtensionKey",
27629
+ "title": "ExtensionKey_v2_1_0",
27666
27630
  "type": "string",
27667
27631
  "minLength": 1,
27668
- "maxLength": 32,
27669
27632
  "description": "Extension key."
27670
27633
  },
27671
27634
  "value": {
@@ -28981,15 +28944,14 @@
28981
28944
  "extension": {
28982
28945
  "type": "array",
28983
28946
  "items": {
28984
- "title": "Extension",
28947
+ "title": "Extension_v2_1_0",
28985
28948
  "type": "object",
28986
28949
  "description": "Data model for the complex type Extension.",
28987
28950
  "properties": {
28988
28951
  "key": {
28989
- "title": "ExtensionKey",
28952
+ "title": "ExtensionKey_v2_1_0",
28990
28953
  "type": "string",
28991
28954
  "minLength": 1,
28992
- "maxLength": 32,
28993
28955
  "description": "Extension key."
28994
28956
  },
28995
28957
  "value": {
@@ -29052,15 +29014,14 @@
29052
29014
  "extension": {
29053
29015
  "type": "array",
29054
29016
  "items": {
29055
- "title": "Extension",
29017
+ "title": "Extension_v2_1_0",
29056
29018
  "type": "object",
29057
29019
  "description": "Data model for the complex type Extension.",
29058
29020
  "properties": {
29059
29021
  "key": {
29060
- "title": "ExtensionKey",
29022
+ "title": "ExtensionKey_v2_1_0",
29061
29023
  "type": "string",
29062
29024
  "minLength": 1,
29063
- "maxLength": 32,
29064
29025
  "description": "Extension key."
29065
29026
  },
29066
29027
  "value": {
@@ -29129,15 +29090,14 @@
29129
29090
  "extension": {
29130
29091
  "type": "array",
29131
29092
  "items": {
29132
- "title": "Extension",
29093
+ "title": "Extension_v2_1_0",
29133
29094
  "type": "object",
29134
29095
  "description": "Data model for the complex type Extension.",
29135
29096
  "properties": {
29136
29097
  "key": {
29137
- "title": "ExtensionKey",
29098
+ "title": "ExtensionKey_v2_1_0",
29138
29099
  "type": "string",
29139
29100
  "minLength": 1,
29140
- "maxLength": 32,
29141
29101
  "description": "Extension key."
29142
29102
  },
29143
29103
  "value": {
@@ -29212,15 +29172,14 @@
29212
29172
  "extension": {
29213
29173
  "type": "array",
29214
29174
  "items": {
29215
- "title": "Extension",
29175
+ "title": "Extension_v2_1_0",
29216
29176
  "type": "object",
29217
29177
  "description": "Data model for the complex type Extension.",
29218
29178
  "properties": {
29219
29179
  "key": {
29220
- "title": "ExtensionKey",
29180
+ "title": "ExtensionKey_v2_1_0",
29221
29181
  "type": "string",
29222
29182
  "minLength": 1,
29223
- "maxLength": 32,
29224
29183
  "description": "Extension key."
29225
29184
  },
29226
29185
  "value": {
@@ -29265,15 +29224,14 @@
29265
29224
  "extension": {
29266
29225
  "type": "array",
29267
29226
  "items": {
29268
- "title": "Extension",
29227
+ "title": "Extension_v2_1_0",
29269
29228
  "type": "object",
29270
29229
  "description": "Data model for the complex type Extension.",
29271
29230
  "properties": {
29272
29231
  "key": {
29273
- "title": "ExtensionKey",
29232
+ "title": "ExtensionKey_v2_1_0",
29274
29233
  "type": "string",
29275
29234
  "minLength": 1,
29276
- "maxLength": 32,
29277
29235
  "description": "Extension key."
29278
29236
  },
29279
29237
  "value": {
@@ -29306,15 +29264,14 @@
29306
29264
  "extension": {
29307
29265
  "type": "array",
29308
29266
  "items": {
29309
- "title": "Extension",
29267
+ "title": "Extension_v2_1_0",
29310
29268
  "type": "object",
29311
29269
  "description": "Data model for the complex type Extension.",
29312
29270
  "properties": {
29313
29271
  "key": {
29314
- "title": "ExtensionKey",
29272
+ "title": "ExtensionKey_v2_1_0",
29315
29273
  "type": "string",
29316
29274
  "minLength": 1,
29317
- "maxLength": 32,
29318
29275
  "description": "Extension key."
29319
29276
  },
29320
29277
  "value": {
@@ -29377,15 +29334,14 @@
29377
29334
  "extension": {
29378
29335
  "type": "array",
29379
29336
  "items": {
29380
- "title": "Extension",
29337
+ "title": "Extension_v2_1_0",
29381
29338
  "type": "object",
29382
29339
  "description": "Data model for the complex type Extension.",
29383
29340
  "properties": {
29384
29341
  "key": {
29385
- "title": "ExtensionKey",
29342
+ "title": "ExtensionKey_v2_1_0",
29386
29343
  "type": "string",
29387
29344
  "minLength": 1,
29388
- "maxLength": 32,
29389
29345
  "description": "Extension key."
29390
29346
  },
29391
29347
  "value": {
@@ -29431,15 +29387,14 @@
29431
29387
  "extension": {
29432
29388
  "type": "array",
29433
29389
  "items": {
29434
- "title": "Extension",
29390
+ "title": "Extension_v2_1_0",
29435
29391
  "type": "object",
29436
29392
  "description": "Data model for the complex type Extension.",
29437
29393
  "properties": {
29438
29394
  "key": {
29439
- "title": "ExtensionKey",
29395
+ "title": "ExtensionKey_v2_1_0",
29440
29396
  "type": "string",
29441
29397
  "minLength": 1,
29442
- "maxLength": 32,
29443
29398
  "description": "Extension key."
29444
29399
  },
29445
29400
  "value": {
@@ -29933,15 +29888,14 @@
29933
29888
  "extension": {
29934
29889
  "type": "array",
29935
29890
  "items": {
29936
- "title": "Extension",
29891
+ "title": "Extension_v2_1_0",
29937
29892
  "type": "object",
29938
29893
  "description": "Data model for the complex type Extension.",
29939
29894
  "properties": {
29940
29895
  "key": {
29941
- "title": "ExtensionKey",
29896
+ "title": "ExtensionKey_v2_1_0",
29942
29897
  "type": "string",
29943
29898
  "minLength": 1,
29944
- "maxLength": 32,
29945
29899
  "description": "Extension key."
29946
29900
  },
29947
29901
  "value": {
@@ -30219,15 +30173,14 @@
30219
30173
  "extension": {
30220
30174
  "type": "array",
30221
30175
  "items": {
30222
- "title": "Extension",
30176
+ "title": "Extension_v2_1_0",
30223
30177
  "type": "object",
30224
30178
  "description": "Data model for the complex type Extension.",
30225
30179
  "properties": {
30226
30180
  "key": {
30227
- "title": "ExtensionKey",
30181
+ "title": "ExtensionKey_v2_1_0",
30228
30182
  "type": "string",
30229
30183
  "minLength": 1,
30230
- "maxLength": 32,
30231
30184
  "description": "Extension key."
30232
30185
  },
30233
30186
  "value": {
@@ -31088,15 +31041,14 @@
31088
31041
  "extension": {
31089
31042
  "type": "array",
31090
31043
  "items": {
31091
- "title": "Extension",
31044
+ "title": "Extension_v2_1_0",
31092
31045
  "type": "object",
31093
31046
  "description": "Data model for the complex type Extension.",
31094
31047
  "properties": {
31095
31048
  "key": {
31096
- "title": "ExtensionKey",
31049
+ "title": "ExtensionKey_v2_1_0",
31097
31050
  "type": "string",
31098
31051
  "minLength": 1,
31099
- "maxLength": 32,
31100
31052
  "description": "Extension key."
31101
31053
  },
31102
31054
  "value": {
@@ -31371,15 +31323,14 @@
31371
31323
  "extension": {
31372
31324
  "type": "array",
31373
31325
  "items": {
31374
- "title": "Extension",
31326
+ "title": "Extension_v2_1_0",
31375
31327
  "type": "object",
31376
31328
  "description": "Data model for the complex type Extension.",
31377
31329
  "properties": {
31378
31330
  "key": {
31379
- "title": "ExtensionKey",
31331
+ "title": "ExtensionKey_v2_1_0",
31380
31332
  "type": "string",
31381
31333
  "minLength": 1,
31382
- "maxLength": 32,
31383
31334
  "description": "Extension key."
31384
31335
  },
31385
31336
  "value": {
@@ -31718,15 +31669,14 @@
31718
31669
  "extension": {
31719
31670
  "type": "array",
31720
31671
  "items": {
31721
- "title": "Extension",
31672
+ "title": "Extension_v2_1_0",
31722
31673
  "type": "object",
31723
31674
  "description": "Data model for the complex type Extension.",
31724
31675
  "properties": {
31725
31676
  "key": {
31726
- "title": "ExtensionKey",
31677
+ "title": "ExtensionKey_v2_1_0",
31727
31678
  "type": "string",
31728
31679
  "minLength": 1,
31729
- "maxLength": 32,
31730
31680
  "description": "Extension key."
31731
31681
  },
31732
31682
  "value": {
@@ -32966,15 +32916,14 @@
32966
32916
  "extension": {
32967
32917
  "type": "array",
32968
32918
  "items": {
32969
- "title": "Extension",
32919
+ "title": "Extension_v2_1_0",
32970
32920
  "type": "object",
32971
32921
  "description": "Data model for the complex type Extension.",
32972
32922
  "properties": {
32973
32923
  "key": {
32974
- "title": "ExtensionKey",
32924
+ "title": "ExtensionKey_v2_1_0",
32975
32925
  "type": "string",
32976
32926
  "minLength": 1,
32977
- "maxLength": 32,
32978
32927
  "description": "Extension key."
32979
32928
  },
32980
32929
  "value": {
@@ -33612,6 +33561,79 @@
33612
33561
  "chargeType"
33613
33562
  ]
33614
33563
  },
33564
+ "ExtensionKey": {
33565
+ "title": "ExtensionKey",
33566
+ "type": "string",
33567
+ "minLength": 1,
33568
+ "maxLength": 32,
33569
+ "description": "Extension key."
33570
+ },
33571
+ "Extension": {
33572
+ "title": "Extension",
33573
+ "type": "object",
33574
+ "description": "Data model for the complex type Extension.",
33575
+ "properties": {
33576
+ "key": {
33577
+ "title": "ExtensionKey",
33578
+ "type": "string",
33579
+ "minLength": 1,
33580
+ "maxLength": 32,
33581
+ "description": "Extension key."
33582
+ },
33583
+ "value": {
33584
+ "title": "ExtensionValue",
33585
+ "type": "string",
33586
+ "minLength": 1,
33587
+ "maxLength": 128,
33588
+ "description": "Extension value."
33589
+ }
33590
+ },
33591
+ "required": [
33592
+ "key",
33593
+ "value"
33594
+ ]
33595
+ },
33596
+ "ExtensionList": {
33597
+ "title": "ExtensionList",
33598
+ "type": "object",
33599
+ "description": "Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.",
33600
+ "properties": {
33601
+ "extension": {
33602
+ "type": "array",
33603
+ "items": {
33604
+ "title": "Extension",
33605
+ "type": "object",
33606
+ "description": "Data model for the complex type Extension.",
33607
+ "properties": {
33608
+ "key": {
33609
+ "title": "ExtensionKey",
33610
+ "type": "string",
33611
+ "minLength": 1,
33612
+ "maxLength": 32,
33613
+ "description": "Extension key."
33614
+ },
33615
+ "value": {
33616
+ "title": "ExtensionValue",
33617
+ "type": "string",
33618
+ "minLength": 1,
33619
+ "maxLength": 128,
33620
+ "description": "Extension value."
33621
+ }
33622
+ },
33623
+ "required": [
33624
+ "key",
33625
+ "value"
33626
+ ]
33627
+ },
33628
+ "minItems": 1,
33629
+ "maxItems": 16,
33630
+ "description": "Number of Extension elements."
33631
+ }
33632
+ },
33633
+ "required": [
33634
+ "extension"
33635
+ ]
33636
+ },
33615
33637
  "FxConversion": {
33616
33638
  "title": "FxConversion",
33617
33639
  "type": "object",