@mojaloop/api-snippets 17.2.0-snapshot.2 → 17.2.0
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-outbound-v2_0_0-openapi3-snippets.yaml +105 -2
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +1233 -905
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +57 -2
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.d.ts +457 -160
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js +4 -0
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/types.d.ts +4 -0
- package/package.json +9 -9
- package/sdk-scheme-adapter/v2_0_0/components/schemas/AuthenticationInfo.yaml +11 -0
- package/sdk-scheme-adapter/v2_0_0/components/schemas/AuthenticationValue.yaml +44 -0
- package/sdk-scheme-adapter/v2_0_0/components/schemas/AuthorizationIDPutResponse.yaml +10 -0
- package/sdk-scheme-adapter/v2_0_0/components/schemas/AuthorizationResponseType.yaml +12 -0
- package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayTransferResponse.yaml +25 -2
@@ -10665,6 +10665,199 @@ export declare namespace Schemas {
|
|
10665
10665
|
};
|
10666
10666
|
};
|
10667
10667
|
};
|
10668
|
+
const AuthenticationValue: {
|
10669
|
+
title: string;
|
10670
|
+
anyOf: ({
|
10671
|
+
title: string;
|
10672
|
+
type: string;
|
10673
|
+
pattern: string;
|
10674
|
+
description: string;
|
10675
|
+
minLength?: undefined;
|
10676
|
+
maxLength?: undefined;
|
10677
|
+
properties?: undefined;
|
10678
|
+
required?: undefined;
|
10679
|
+
} | {
|
10680
|
+
title: string;
|
10681
|
+
type: string;
|
10682
|
+
minLength: number;
|
10683
|
+
maxLength: number;
|
10684
|
+
description: string;
|
10685
|
+
pattern?: undefined;
|
10686
|
+
properties?: undefined;
|
10687
|
+
required?: undefined;
|
10688
|
+
} | {
|
10689
|
+
title: string;
|
10690
|
+
type: string;
|
10691
|
+
description: string;
|
10692
|
+
properties: {
|
10693
|
+
pinValue: {
|
10694
|
+
type: string;
|
10695
|
+
pattern: string;
|
10696
|
+
minLength: number;
|
10697
|
+
maxLength: number;
|
10698
|
+
description: string;
|
10699
|
+
};
|
10700
|
+
counter: {
|
10701
|
+
title: string;
|
10702
|
+
type: string;
|
10703
|
+
pattern: string;
|
10704
|
+
description: string;
|
10705
|
+
};
|
10706
|
+
};
|
10707
|
+
required: string[];
|
10708
|
+
pattern?: undefined;
|
10709
|
+
minLength?: undefined;
|
10710
|
+
maxLength?: undefined;
|
10711
|
+
})[];
|
10712
|
+
pattern: string;
|
10713
|
+
description: string;
|
10714
|
+
};
|
10715
|
+
const AuthenticationInfo: {
|
10716
|
+
title: string;
|
10717
|
+
type: string;
|
10718
|
+
description: string;
|
10719
|
+
properties: {
|
10720
|
+
authentication: {
|
10721
|
+
title: string;
|
10722
|
+
type: string;
|
10723
|
+
enum: string[];
|
10724
|
+
description: string;
|
10725
|
+
example: string;
|
10726
|
+
};
|
10727
|
+
authenticationValue: {
|
10728
|
+
title: string;
|
10729
|
+
anyOf: ({
|
10730
|
+
title: string;
|
10731
|
+
type: string;
|
10732
|
+
pattern: string;
|
10733
|
+
description: string;
|
10734
|
+
minLength?: undefined;
|
10735
|
+
maxLength?: undefined;
|
10736
|
+
properties?: undefined;
|
10737
|
+
required?: undefined;
|
10738
|
+
} | {
|
10739
|
+
title: string;
|
10740
|
+
type: string;
|
10741
|
+
minLength: number;
|
10742
|
+
maxLength: number;
|
10743
|
+
description: string;
|
10744
|
+
pattern?: undefined;
|
10745
|
+
properties?: undefined;
|
10746
|
+
required?: undefined;
|
10747
|
+
} | {
|
10748
|
+
title: string;
|
10749
|
+
type: string;
|
10750
|
+
description: string;
|
10751
|
+
properties: {
|
10752
|
+
pinValue: {
|
10753
|
+
type: string;
|
10754
|
+
pattern: string;
|
10755
|
+
minLength: number;
|
10756
|
+
maxLength: number;
|
10757
|
+
description: string;
|
10758
|
+
};
|
10759
|
+
counter: {
|
10760
|
+
title: string;
|
10761
|
+
type: string;
|
10762
|
+
pattern: string;
|
10763
|
+
description: string;
|
10764
|
+
};
|
10765
|
+
};
|
10766
|
+
required: string[];
|
10767
|
+
pattern?: undefined;
|
10768
|
+
minLength?: undefined;
|
10769
|
+
maxLength?: undefined;
|
10770
|
+
})[];
|
10771
|
+
pattern: string;
|
10772
|
+
description: string;
|
10773
|
+
};
|
10774
|
+
};
|
10775
|
+
required: string[];
|
10776
|
+
};
|
10777
|
+
const AuthorizationResponseType: {
|
10778
|
+
title: string;
|
10779
|
+
type: string;
|
10780
|
+
enum: string[];
|
10781
|
+
description: string;
|
10782
|
+
example: string;
|
10783
|
+
};
|
10784
|
+
const AuthorizationIDPutResponse: {
|
10785
|
+
title: string;
|
10786
|
+
type: string;
|
10787
|
+
description: string;
|
10788
|
+
properties: {
|
10789
|
+
authenticationInfo: {
|
10790
|
+
title: string;
|
10791
|
+
type: string;
|
10792
|
+
description: string;
|
10793
|
+
properties: {
|
10794
|
+
authentication: {
|
10795
|
+
title: string;
|
10796
|
+
type: string;
|
10797
|
+
enum: string[];
|
10798
|
+
description: string;
|
10799
|
+
example: string;
|
10800
|
+
};
|
10801
|
+
authenticationValue: {
|
10802
|
+
title: string;
|
10803
|
+
anyOf: ({
|
10804
|
+
title: string;
|
10805
|
+
type: string;
|
10806
|
+
pattern: string;
|
10807
|
+
description: string;
|
10808
|
+
minLength?: undefined;
|
10809
|
+
maxLength?: undefined;
|
10810
|
+
properties?: undefined;
|
10811
|
+
required?: undefined;
|
10812
|
+
} | {
|
10813
|
+
title: string;
|
10814
|
+
type: string;
|
10815
|
+
minLength: number;
|
10816
|
+
maxLength: number;
|
10817
|
+
description: string;
|
10818
|
+
pattern?: undefined;
|
10819
|
+
properties?: undefined;
|
10820
|
+
required?: undefined;
|
10821
|
+
} | {
|
10822
|
+
title: string;
|
10823
|
+
type: string;
|
10824
|
+
description: string;
|
10825
|
+
properties: {
|
10826
|
+
pinValue: {
|
10827
|
+
type: string;
|
10828
|
+
pattern: string;
|
10829
|
+
minLength: number;
|
10830
|
+
maxLength: number;
|
10831
|
+
description: string;
|
10832
|
+
};
|
10833
|
+
counter: {
|
10834
|
+
title: string;
|
10835
|
+
type: string;
|
10836
|
+
pattern: string;
|
10837
|
+
description: string;
|
10838
|
+
};
|
10839
|
+
};
|
10840
|
+
required: string[];
|
10841
|
+
pattern?: undefined;
|
10842
|
+
minLength?: undefined;
|
10843
|
+
maxLength?: undefined;
|
10844
|
+
})[];
|
10845
|
+
pattern: string;
|
10846
|
+
description: string;
|
10847
|
+
};
|
10848
|
+
};
|
10849
|
+
required: string[];
|
10850
|
+
};
|
10851
|
+
responseType: {
|
10852
|
+
title: string;
|
10853
|
+
type: string;
|
10854
|
+
enum: string[];
|
10855
|
+
description: string;
|
10856
|
+
example: string;
|
10857
|
+
};
|
10858
|
+
};
|
10859
|
+
required: string[];
|
10860
|
+
};
|
10668
10861
|
const requestToPayTransferResponse: {
|
10669
10862
|
type: string;
|
10670
10863
|
required: string[];
|
@@ -10963,255 +11156,359 @@ export declare namespace Schemas {
|
|
10963
11156
|
example: string;
|
10964
11157
|
};
|
10965
11158
|
quoteResponse: {
|
10966
|
-
title: string;
|
10967
11159
|
type: string;
|
10968
|
-
|
11160
|
+
required: string[];
|
10969
11161
|
properties: {
|
10970
|
-
|
11162
|
+
body: {
|
10971
11163
|
title: string;
|
10972
11164
|
type: string;
|
10973
11165
|
description: string;
|
10974
11166
|
properties: {
|
10975
|
-
|
11167
|
+
transferAmount: {
|
10976
11168
|
title: string;
|
10977
|
-
description: string;
|
10978
11169
|
type: string;
|
10979
|
-
|
10980
|
-
|
10981
|
-
|
11170
|
+
description: string;
|
11171
|
+
properties: {
|
11172
|
+
currency: {
|
11173
|
+
title: string;
|
11174
|
+
description: string;
|
11175
|
+
type: string;
|
11176
|
+
minLength: number;
|
11177
|
+
maxLength: number;
|
11178
|
+
enum: string[];
|
11179
|
+
};
|
11180
|
+
amount: {
|
11181
|
+
title: string;
|
11182
|
+
type: string;
|
11183
|
+
pattern: string;
|
11184
|
+
description: string;
|
11185
|
+
example: string;
|
11186
|
+
};
|
11187
|
+
};
|
11188
|
+
required: string[];
|
10982
11189
|
};
|
10983
|
-
|
11190
|
+
payeeReceiveAmount: {
|
10984
11191
|
title: string;
|
10985
11192
|
type: string;
|
10986
|
-
pattern: string;
|
10987
11193
|
description: string;
|
10988
|
-
|
11194
|
+
properties: {
|
11195
|
+
currency: {
|
11196
|
+
title: string;
|
11197
|
+
description: string;
|
11198
|
+
type: string;
|
11199
|
+
minLength: number;
|
11200
|
+
maxLength: number;
|
11201
|
+
enum: string[];
|
11202
|
+
};
|
11203
|
+
amount: {
|
11204
|
+
title: string;
|
11205
|
+
type: string;
|
11206
|
+
pattern: string;
|
11207
|
+
description: string;
|
11208
|
+
example: string;
|
11209
|
+
};
|
11210
|
+
};
|
11211
|
+
required: string[];
|
10989
11212
|
};
|
10990
|
-
|
10991
|
-
required: string[];
|
10992
|
-
};
|
10993
|
-
payeeReceiveAmount: {
|
10994
|
-
title: string;
|
10995
|
-
type: string;
|
10996
|
-
description: string;
|
10997
|
-
properties: {
|
10998
|
-
currency: {
|
11213
|
+
payeeFspFee: {
|
10999
11214
|
title: string;
|
11215
|
+
type: string;
|
11000
11216
|
description: string;
|
11217
|
+
properties: {
|
11218
|
+
currency: {
|
11219
|
+
title: string;
|
11220
|
+
description: string;
|
11221
|
+
type: string;
|
11222
|
+
minLength: number;
|
11223
|
+
maxLength: number;
|
11224
|
+
enum: string[];
|
11225
|
+
};
|
11226
|
+
amount: {
|
11227
|
+
title: string;
|
11228
|
+
type: string;
|
11229
|
+
pattern: string;
|
11230
|
+
description: string;
|
11231
|
+
example: string;
|
11232
|
+
};
|
11233
|
+
};
|
11234
|
+
required: string[];
|
11235
|
+
};
|
11236
|
+
payeeFspCommission: {
|
11237
|
+
title: string;
|
11001
11238
|
type: string;
|
11002
|
-
|
11003
|
-
|
11004
|
-
|
11239
|
+
description: string;
|
11240
|
+
properties: {
|
11241
|
+
currency: {
|
11242
|
+
title: string;
|
11243
|
+
description: string;
|
11244
|
+
type: string;
|
11245
|
+
minLength: number;
|
11246
|
+
maxLength: number;
|
11247
|
+
enum: string[];
|
11248
|
+
};
|
11249
|
+
amount: {
|
11250
|
+
title: string;
|
11251
|
+
type: string;
|
11252
|
+
pattern: string;
|
11253
|
+
description: string;
|
11254
|
+
example: string;
|
11255
|
+
};
|
11256
|
+
};
|
11257
|
+
required: string[];
|
11005
11258
|
};
|
11006
|
-
|
11259
|
+
expiration: {
|
11007
11260
|
title: string;
|
11008
11261
|
type: string;
|
11009
11262
|
pattern: string;
|
11010
11263
|
description: string;
|
11011
11264
|
example: string;
|
11012
11265
|
};
|
11013
|
-
|
11014
|
-
required: string[];
|
11015
|
-
};
|
11016
|
-
payeeFspFee: {
|
11017
|
-
title: string;
|
11018
|
-
type: string;
|
11019
|
-
description: string;
|
11020
|
-
properties: {
|
11021
|
-
currency: {
|
11266
|
+
geoCode: {
|
11022
11267
|
title: string;
|
11023
|
-
description: string;
|
11024
11268
|
type: string;
|
11025
|
-
minLength: number;
|
11026
|
-
maxLength: number;
|
11027
|
-
enum: string[];
|
11028
|
-
};
|
11029
|
-
amount: {
|
11030
|
-
title: string;
|
11031
|
-
type: string;
|
11032
|
-
pattern: string;
|
11033
11269
|
description: string;
|
11034
|
-
|
11270
|
+
properties: {
|
11271
|
+
latitude: {
|
11272
|
+
title: string;
|
11273
|
+
type: string;
|
11274
|
+
pattern: string;
|
11275
|
+
description: string;
|
11276
|
+
example: string;
|
11277
|
+
};
|
11278
|
+
longitude: {
|
11279
|
+
title: string;
|
11280
|
+
type: string;
|
11281
|
+
pattern: string;
|
11282
|
+
description: string;
|
11283
|
+
example: string;
|
11284
|
+
};
|
11285
|
+
};
|
11286
|
+
required: string[];
|
11035
11287
|
};
|
11036
|
-
|
11037
|
-
required: string[];
|
11038
|
-
};
|
11039
|
-
payeeFspCommission: {
|
11040
|
-
title: string;
|
11041
|
-
type: string;
|
11042
|
-
description: string;
|
11043
|
-
properties: {
|
11044
|
-
currency: {
|
11288
|
+
ilpPacket: {
|
11045
11289
|
title: string;
|
11046
|
-
description: string;
|
11047
11290
|
type: string;
|
11291
|
+
pattern: string;
|
11048
11292
|
minLength: number;
|
11049
11293
|
maxLength: number;
|
11050
|
-
enum: string[];
|
11051
|
-
};
|
11052
|
-
amount: {
|
11053
|
-
title: string;
|
11054
|
-
type: string;
|
11055
|
-
pattern: string;
|
11056
11294
|
description: string;
|
11057
11295
|
example: string;
|
11058
11296
|
};
|
11059
|
-
|
11060
|
-
required: string[];
|
11061
|
-
};
|
11062
|
-
expiration: {
|
11063
|
-
title: string;
|
11064
|
-
type: string;
|
11065
|
-
pattern: string;
|
11066
|
-
description: string;
|
11067
|
-
example: string;
|
11068
|
-
};
|
11069
|
-
geoCode: {
|
11070
|
-
title: string;
|
11071
|
-
type: string;
|
11072
|
-
description: string;
|
11073
|
-
properties: {
|
11074
|
-
latitude: {
|
11297
|
+
condition: {
|
11075
11298
|
title: string;
|
11076
11299
|
type: string;
|
11077
11300
|
pattern: string;
|
11301
|
+
maxLength: number;
|
11078
11302
|
description: string;
|
11079
|
-
example: string;
|
11080
11303
|
};
|
11081
|
-
|
11304
|
+
extensionList: {
|
11082
11305
|
title: string;
|
11083
11306
|
type: string;
|
11084
|
-
pattern: string;
|
11085
11307
|
description: string;
|
11086
|
-
|
11308
|
+
properties: {
|
11309
|
+
extension: {
|
11310
|
+
type: string;
|
11311
|
+
items: {
|
11312
|
+
title: string;
|
11313
|
+
type: string;
|
11314
|
+
description: string;
|
11315
|
+
properties: {
|
11316
|
+
key: {
|
11317
|
+
title: string;
|
11318
|
+
type: string;
|
11319
|
+
minLength: number;
|
11320
|
+
maxLength: number;
|
11321
|
+
description: string;
|
11322
|
+
};
|
11323
|
+
value: {
|
11324
|
+
title: string;
|
11325
|
+
type: string;
|
11326
|
+
minLength: number;
|
11327
|
+
maxLength: number;
|
11328
|
+
description: string;
|
11329
|
+
};
|
11330
|
+
};
|
11331
|
+
required: string[];
|
11332
|
+
};
|
11333
|
+
minItems: number;
|
11334
|
+
maxItems: number;
|
11335
|
+
description: string;
|
11336
|
+
};
|
11337
|
+
};
|
11338
|
+
required: string[];
|
11087
11339
|
};
|
11088
11340
|
};
|
11089
11341
|
required: string[];
|
11090
11342
|
};
|
11091
|
-
|
11092
|
-
title: string;
|
11093
|
-
type: string;
|
11094
|
-
pattern: string;
|
11095
|
-
minLength: number;
|
11096
|
-
maxLength: number;
|
11097
|
-
description: string;
|
11098
|
-
example: string;
|
11099
|
-
};
|
11100
|
-
condition: {
|
11101
|
-
title: string;
|
11343
|
+
headers: {
|
11102
11344
|
type: string;
|
11103
|
-
pattern: string;
|
11104
|
-
maxLength: number;
|
11105
|
-
description: string;
|
11106
11345
|
};
|
11107
|
-
|
11346
|
+
};
|
11347
|
+
};
|
11348
|
+
quoteResponseSource: {
|
11349
|
+
type: string;
|
11350
|
+
description: string;
|
11351
|
+
};
|
11352
|
+
authorizationResponse: {
|
11353
|
+
type: string;
|
11354
|
+
required: string[];
|
11355
|
+
properties: {
|
11356
|
+
body: {
|
11108
11357
|
title: string;
|
11109
11358
|
type: string;
|
11110
11359
|
description: string;
|
11111
11360
|
properties: {
|
11112
|
-
|
11361
|
+
authenticationInfo: {
|
11362
|
+
title: string;
|
11113
11363
|
type: string;
|
11114
|
-
|
11115
|
-
|
11116
|
-
|
11117
|
-
|
11118
|
-
|
11119
|
-
|
11364
|
+
description: string;
|
11365
|
+
properties: {
|
11366
|
+
authentication: {
|
11367
|
+
title: string;
|
11368
|
+
type: string;
|
11369
|
+
enum: string[];
|
11370
|
+
description: string;
|
11371
|
+
example: string;
|
11372
|
+
};
|
11373
|
+
authenticationValue: {
|
11374
|
+
title: string;
|
11375
|
+
anyOf: ({
|
11120
11376
|
title: string;
|
11121
11377
|
type: string;
|
11122
|
-
|
11123
|
-
maxLength: number;
|
11378
|
+
pattern: string;
|
11124
11379
|
description: string;
|
11125
|
-
|
11126
|
-
|
11380
|
+
minLength?: undefined;
|
11381
|
+
maxLength?: undefined;
|
11382
|
+
properties?: undefined;
|
11383
|
+
required?: undefined;
|
11384
|
+
} | {
|
11127
11385
|
title: string;
|
11128
11386
|
type: string;
|
11129
11387
|
minLength: number;
|
11130
11388
|
maxLength: number;
|
11131
11389
|
description: string;
|
11132
|
-
|
11390
|
+
pattern?: undefined;
|
11391
|
+
properties?: undefined;
|
11392
|
+
required?: undefined;
|
11393
|
+
} | {
|
11394
|
+
title: string;
|
11395
|
+
type: string;
|
11396
|
+
description: string;
|
11397
|
+
properties: {
|
11398
|
+
pinValue: {
|
11399
|
+
type: string;
|
11400
|
+
pattern: string;
|
11401
|
+
minLength: number;
|
11402
|
+
maxLength: number;
|
11403
|
+
description: string;
|
11404
|
+
};
|
11405
|
+
counter: {
|
11406
|
+
title: string;
|
11407
|
+
type: string;
|
11408
|
+
pattern: string;
|
11409
|
+
description: string;
|
11410
|
+
};
|
11411
|
+
};
|
11412
|
+
required: string[];
|
11413
|
+
pattern?: undefined;
|
11414
|
+
minLength?: undefined;
|
11415
|
+
maxLength?: undefined;
|
11416
|
+
})[];
|
11417
|
+
pattern: string;
|
11418
|
+
description: string;
|
11133
11419
|
};
|
11134
|
-
required: string[];
|
11135
11420
|
};
|
11136
|
-
|
11137
|
-
|
11421
|
+
required: string[];
|
11422
|
+
};
|
11423
|
+
responseType: {
|
11424
|
+
title: string;
|
11425
|
+
type: string;
|
11426
|
+
enum: string[];
|
11138
11427
|
description: string;
|
11428
|
+
example: string;
|
11139
11429
|
};
|
11140
11430
|
};
|
11141
11431
|
required: string[];
|
11142
11432
|
};
|
11433
|
+
headers: {
|
11434
|
+
type: string;
|
11435
|
+
};
|
11143
11436
|
};
|
11144
|
-
required: string[];
|
11145
|
-
};
|
11146
|
-
quoteResponseSource: {
|
11147
|
-
type: string;
|
11148
|
-
description: string;
|
11149
11437
|
};
|
11150
11438
|
fulfil: {
|
11151
|
-
title: string;
|
11152
11439
|
type: string;
|
11153
|
-
|
11440
|
+
required: string[];
|
11154
11441
|
properties: {
|
11155
|
-
|
11156
|
-
title: string;
|
11157
|
-
type: string;
|
11158
|
-
pattern: string;
|
11159
|
-
maxLength: number;
|
11160
|
-
description: string;
|
11161
|
-
example: string;
|
11162
|
-
};
|
11163
|
-
completedTimestamp: {
|
11164
|
-
title: string;
|
11165
|
-
type: string;
|
11166
|
-
pattern: string;
|
11167
|
-
description: string;
|
11168
|
-
example: string;
|
11169
|
-
};
|
11170
|
-
transferState: {
|
11171
|
-
title: string;
|
11172
|
-
type: string;
|
11173
|
-
enum: string[];
|
11174
|
-
description: string;
|
11175
|
-
example: string;
|
11176
|
-
};
|
11177
|
-
extensionList: {
|
11442
|
+
body: {
|
11178
11443
|
title: string;
|
11179
11444
|
type: string;
|
11180
11445
|
description: string;
|
11181
11446
|
properties: {
|
11182
|
-
|
11447
|
+
fulfilment: {
|
11448
|
+
title: string;
|
11183
11449
|
type: string;
|
11184
|
-
|
11185
|
-
|
11186
|
-
|
11187
|
-
|
11188
|
-
|
11189
|
-
|
11190
|
-
|
11191
|
-
|
11192
|
-
|
11193
|
-
|
11194
|
-
|
11195
|
-
|
11196
|
-
|
11450
|
+
pattern: string;
|
11451
|
+
maxLength: number;
|
11452
|
+
description: string;
|
11453
|
+
example: string;
|
11454
|
+
};
|
11455
|
+
completedTimestamp: {
|
11456
|
+
title: string;
|
11457
|
+
type: string;
|
11458
|
+
pattern: string;
|
11459
|
+
description: string;
|
11460
|
+
example: string;
|
11461
|
+
};
|
11462
|
+
transferState: {
|
11463
|
+
title: string;
|
11464
|
+
type: string;
|
11465
|
+
enum: string[];
|
11466
|
+
description: string;
|
11467
|
+
example: string;
|
11468
|
+
};
|
11469
|
+
extensionList: {
|
11470
|
+
title: string;
|
11471
|
+
type: string;
|
11472
|
+
description: string;
|
11473
|
+
properties: {
|
11474
|
+
extension: {
|
11475
|
+
type: string;
|
11476
|
+
items: {
|
11197
11477
|
title: string;
|
11198
11478
|
type: string;
|
11199
|
-
minLength: number;
|
11200
|
-
maxLength: number;
|
11201
11479
|
description: string;
|
11480
|
+
properties: {
|
11481
|
+
key: {
|
11482
|
+
title: string;
|
11483
|
+
type: string;
|
11484
|
+
minLength: number;
|
11485
|
+
maxLength: number;
|
11486
|
+
description: string;
|
11487
|
+
};
|
11488
|
+
value: {
|
11489
|
+
title: string;
|
11490
|
+
type: string;
|
11491
|
+
minLength: number;
|
11492
|
+
maxLength: number;
|
11493
|
+
description: string;
|
11494
|
+
};
|
11495
|
+
};
|
11496
|
+
required: string[];
|
11202
11497
|
};
|
11498
|
+
minItems: number;
|
11499
|
+
maxItems: number;
|
11500
|
+
description: string;
|
11203
11501
|
};
|
11204
|
-
required: string[];
|
11205
11502
|
};
|
11206
|
-
|
11207
|
-
maxItems: number;
|
11208
|
-
description: string;
|
11503
|
+
required: string[];
|
11209
11504
|
};
|
11210
11505
|
};
|
11211
11506
|
required: string[];
|
11212
11507
|
};
|
11508
|
+
headers: {
|
11509
|
+
type: string;
|
11510
|
+
};
|
11213
11511
|
};
|
11214
|
-
required: string[];
|
11215
11512
|
};
|
11216
11513
|
lastError: {
|
11217
11514
|
type: string;
|