-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathswagger.yaml
More file actions
672 lines (669 loc) · 15.5 KB
/
Copy pathswagger.yaml
File metadata and controls
672 lines (669 loc) · 15.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
swagger: '2.0'
host: test-ml-api-adapter.mojaloop.live
basePath: /
schemes:
- http
info:
title: ml api adapter API Documentation
version: '1.1'
tags: []
paths:
/endpointcache:
delete:
description: The HTTP request DELETE /endpointcache is used to reset the endpoint cache by performing an stopCache and initializeCache the Admin API.
summary: Endpoint Cache
tags:
- cache
operationId: EndpointCache
parameters:
- type: string
format: date
name: date
in: header
required: true
responses:
default:
schema:
type: string
description: Successful
/health:
get:
summary: Status of adapter
operationId: getHealth
tags:
- health
responses:
default:
schema:
type: string
description: Successful
/metrics:
get:
summary: Prometheus metrics endpoint
operationId: getMetrics
tags:
- metrics
responses:
default:
schema:
type: string
description: Successful
/bulkTransfers/{id}:
get:
summary: Get a bulk transfer by Id
operationId: getBulkTransfersId
parameters:
- type: string
pattern: 'application\/vnd.interoperability[.]'
name: accept
in: header
required: false
- type: string
pattern: 'application\/vnd.interoperability[.]'
name: content-type
in: header
required: true
- type: string
format: date
name: date
in: header
required: true
- type: string
name: x-forwarded-for
in: header
required: false
- type: string
name: fspiop-source
in: header
required: true
- type: string
name: fspiop-destination
in: header
required: false
- type: string
name: fspiop-encryption
in: header
required: false
- type: string
name: fspiop-signature
in: header
required: false
- type: string
name: fspiop-uri
in: header
required: false
- type: string
name: fspiop-http-method
in: header
required: false
- type: string
description: path
x-format:
guid: true
name: id
in: path
required: true
tags:
- bulk-transfers
- sampled
responses:
default:
schema:
type: string
description: Successful
put:
summary: BulkTransfersByIDPut
operationId: BulkTransfersByIDPut
parameters:
- type: string
pattern: 'application\/vnd.interoperability[.]'
name: content-type
in: header
required: true
- type: string
format: date
name: date
in: header
required: true
- type: string
name: x-forwarded-for
in: header
required: false
- type: string
name: fspiop-source
in: header
required: true
- type: string
name: fspiop-destination
in: header
required: false
- type: string
name: fspiop-encryption
in: header
required: false
- type: string
name: fspiop-signature
in: header
required: false
- type: string
name: fspiop-uri
in: header
required: false
- type: string
name: fspiop-http-method
in: header
required: false
- type: string
description: path
name: id
in: path
required: true
- in: body
name: body
schema:
$ref: '#/definitions/BulkTransfersIDPutResponse'
tags:
- bulkTransfers
responses:
default:
schema:
type: string
description: The callback PUT /bulkTransfers/<ID> is used to inform the client of a requested or created bulk transfer. The <ID> in the URI should contain the bulkTransferId that was used for the creation of the bulk transfer (POST /bulkTransfers), or the <ID> that was used in the GET /bulkTransfers/<ID>.
/bulkTransfers:
post:
summary: Transfer API.
operationId: postBulkTransfers
parameters:
- type: string
pattern: 'application\/vnd.interoperability[.]'
name: accept
in: header
required: false
- type: string
pattern: 'application\/vnd.interoperability[.]'
name: content-type
in: header
required: true
- type: number
maximum: 5242880
name: content-length
in: header
- type: string
format: date
name: date
in: header
required: true
- type: string
name: x-forwarded-for
in: header
required: false
- type: string
name: fspiop-source
in: header
required: true
- type: string
name: fspiop-destination
in: header
required: false
- type: string
name: fspiop-encryption
in: header
required: false
- type: string
name: fspiop-signature
in: header
required: false
- type: string
name: fspiop-uri
in: header
required: false
- type: string
name: fspiop-http-method
in: header
required: false
- in: body
name: body
schema:
$ref: '#/definitions/BulkTransfersPostRequest'
tags:
- bulk-transfers
responses:
default:
schema:
type: string
description: Successful
/bulkTransfers/{id}/error:
put:
summary: BulkTransfersErrorByIDPut
operationId: BulkTransfersErrorByIDPut
parameters:
- type: string
pattern: 'application\/vnd.interoperability[.]'
name: content-type
in: header
required: true
- type: string
format: date
name: date
in: header
required: true
- type: string
name: x-forwarded-for
in: header
required: false
- type: string
name: fspiop-source
in: header
required: true
- type: string
name: fspiop-destination
in: header
required: false
- type: string
name: fspiop-encryption
in: header
required: false
- type: string
name: fspiop-signature
in: header
required: false
- type: string
name: fspiop-uri
in: header
required: false
- type: string
name: fspiop-http-method
in: header
required: false
- type: string
description: path
name: id
in: path
required: true
- in: body
name: body
required: true
schema:
$ref: '#/definitions/Error'
tags:
- bulkTransfersError
responses:
default:
schema:
type: string
description: If the server is unable to find or create a bulk transfer, or another processing error occurs, the error callback PUT /bulkTransfers/<ID>/error is used. The <id> in the URI should contain the bulkTransferId that was used for the creation request of the bulk transfer (POST /bulkTransfers), or the <ID> that was used in the GET /bulkTransfers/<ID>.
definitions:
Amount:
type: object
description: Amount of the transfer
properties:
currency:
$ref: '#/definitions/Currency'
amount:
type: string
description: Amount of the transfer
pattern: '^([0]|([1-9][0-9]{0,17}))([.][0-9]{0,3}[1-9])?$'
required:
- currency
- amount
Currency:
title: Currency
description: The currency codes defined in ISO 4217 as three-letter alphabetic codes are used as the standard naming representation for currencies.
type: string
minLength: 3
maxLength: 3
enum:
- AED
- AFN
- ALL
- AMD
- ANG
- AOA
- ARS
- AUD
- AWG
- AZN
- BAM
- BBD
- BDT
- BGN
- BHD
- BIF
- BMD
- BND
- BOB
- BRL
- BSD
- BTN
- BWP
- BYN
- BZD
- CAD
- CDF
- CHF
- CLP
- CNY
- COP
- CRC
- CUC
- CUP
- CVE
- CZK
- DJF
- DKK
- DOP
- DZD
- EGP
- ERN
- ETB
- EUR
- FJD
- FKP
- GBP
- GEL
- GGP
- GHS
- GIP
- GMD
- GNF
- GTQ
- GYD
- HKD
- HNL
- HRK
- HTG
- HUF
- IDR
- ILS
- IMP
- INR
- IQD
- IRR
- ISK
- JEP
- JMD
- JOD
- JPY
- KES
- KGS
- KHR
- KMF
- KPW
- KRW
- KWD
- KYD
- KZT
- LAK
- LBP
- LKR
- LRD
- LSL
- LYD
- MAD
- MDL
- MGA
- MKD
- MMK
- MNT
- MOP
- MRO
- MUR
- MVR
- MWK
- MXN
- MYR
- MZN
- NAD
- NGN
- NIO
- NOK
- NPR
- NZD
- OMR
- PAB
- PEN
- PGK
- PHP
- PKR
- PLN
- PYG
- QAR
- RON
- RSD
- RUB
- RWF
- SAR
- SBD
- SCR
- SDG
- SEK
- SGD
- SHP
- SLL
- SOS
- SPL
- SRD
- STD
- SVC
- SYP
- SZL
- THB
- TJS
- TMT
- TND
- TOP
- TRY
- TTD
- TVD
- TWD
- TZS
- UAH
- UGX
- USD
- UYU
- UZS
- VEF
- VND
- VUV
- WST
- XAF
- XCD
- XDR
- XOF
- XPF
- XTS
- XXX
- YER
- ZAR
- ZMW
- ZWD
ExtensionModel:
type: object
properties:
key:
type: string
description: Key
minLength: 1
maxLength: 32
value:
type: string
description: Value
minLength: 1
maxLength: 128
required:
- key
- value
Extension:
type: array
description: extension
minItems: 1
maxItems: 16
items:
$ref: '#/definitions/ExtensionModel'
ExtensionList:
type: object
description: Extension list
properties:
extension:
$ref: '#/definitions/Extension'
required:
- extension
IndividualTransfer:
type: object
properties:
transferId:
type: string
description: Id of transfer
x-format:
guid: true
transferAmount:
$ref: '#/definitions/Amount'
ilpPacket:
type: string
description: ilp packet
minLength: 1
maxLength: 32768
pattern: '^[A-Za-z0-9-_]+[=]{0,2}$'
condition:
type: string
description: Condition of transfer
maxLength: 48
pattern: '^[A-Za-z0-9-_]{43}$'
x-convert:
trim: true
extensionList:
type: object
description: Extension list
properties:
extension:
type: array
description: extension
minItems: 1
maxItems: 16
items:
type: object
properties:
key:
type: string
description: Key
minLength: 1
maxLength: 32
value:
type: string
description: Value
minLength: 1
maxLength: 128
required:
- key
- value
required:
- extension
required:
- transferId
- transferAmount
- ilpPacket
- condition
IndividualTransferResult:
title: IndividualTransferResult
type: object
description: Data model for the complex type IndividualTransferResult.
properties:
transferId:
type: string
description: Identifies messages related to the same /transfers sequence.
fulfilment:
type: string
description: Fulfilment of the condition specified with the transaction. Note - Either fulfilment or errorInformation should be set, not both.
errorInformation:
$ref: '#/definitions/ErrorInformation'
description: If transfer is REJECTED, error information may be provided. Note - Either fulfilment or errorInformation should be set, not both.
extensionList:
$ref: '#/definitions/ExtensionList'
description: Optional extension, specific to deployment.
required:
- transferId
ErrorInformation:
type: object
description: Error information
properties:
errorDescription:
type: string
errorCode:
type: string
pattern: '^[0-9]{4}'
extensionList:
$ref: '#/definitions/ExtensionList'
required:
- errorDescription
- errorCode
Error:
type: object
properties:
errorInformation:
$ref: '#/definitions/ErrorInformation'
required:
- errorInformation
BulkTransfersPostRequest:
type: object
properties:
bulkTransferId:
type: string
description: Id of bulk transfers
x-format:
guid: true
bulkQuoteId:
type: string
description: Id of bulk quote
x-format:
guid: true
payeeFsp:
type: string
description: Financial Service Provider of Payee
minLength: 1
maxLength: 32
payerFsp:
type: string
description: Financial Service Provider of Payer
minLength: 1
maxLength: 32
extensionList:
$ref: '#/definitions/ExtensionList'
expiration:
type: string
description: When the transfer expires
pattern: >-
^(?:[1-9]\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]|1\d|2[0-8])|(?:0[13-9]|1[0-2])-(?:29|30)|(?:0[13578]|1[02])-31)|(?:[1-9]\d(?:0[48]|[2468][048]|[13579][26])|(?:[2468][048]|[13579][26])00)-02-29)T(?:[01]\d|2[0-3]):[0-5]\d:[0-5]\d(?:(\.\d{3}))(?:Z|[+-][01]\d:[0-5]\d)$
individualTransfers:
type: array
description: individual transfers list
minItems: 1
items:
$ref: '#/definitions/IndividualTransfer'
required:
- bulkTransferId
- bulkQuoteId
- payerFsp
- payeeFsp
- individualTransfers
- expiration
BulkTransfersIDPutResponse:
type: object
properties:
completedTimestamp:
type: string
description: Time and date when the bulk transaction was completed.
individualTransferResults:
type: array
minItems: 1
maxItems: 1000
items:
$ref: '#/definitions/IndividualTransferResult'
description: List of IndividualTransferResult elements.
bulkTransferState:
type: string
description: The state of the bulk transfer.
extensionList:
$ref: '#/definitions/ExtensionList'
description: Optional extension, specific to deployment.
required:
- bulkTransferState