You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json
+42-41
Original file line number
Diff line number
Diff line change
@@ -22101,14 +22101,14 @@
22101
22101
"type": "string"
22102
22102
},
22103
22103
"transferState": {
22104
-
"description": "Below are the allowed values for the enumeration - RECEIVED DFSP has received the transfer. - RESERVED DFSP has reserved the transfer. - COMMITTED DFSP has successfully performed the transfer. - ABORTED DFSP has aborted the transfer due a rejection or failure to perform the transfer.\n",
22104
+
"title": "TransferStateFromBackend",
22105
+
"type": "string",
22105
22106
"enum": [
22106
-
"RECEIVED",
22107
22107
"RESERVED",
22108
-
"COMMITTED",
22109
-
"ABORTED"
22108
+
"COMMITTED"
22110
22109
],
22111
-
"type": "string"
22110
+
"description": "Below are the allowed values for the enumeration.\n- RESERVED - Next ledger has reserved the transfer.\n- COMMITTED - Next ledger has successfully performed the transfer.\nNote: There is no ABORTED state, http error response with proper mojaloop error code should be used to abort / reject a transfer.",
22111
+
"example": "COMMITTED"
22112
22112
}
22113
22113
},
22114
22114
"required": [
@@ -29817,6 +29817,16 @@
29817
29817
"description": "Below are the allowed values for the enumeration AuthenticationType.\n- OTP - One-time password generated by the Payer FSP.\n- QRCODE - QR code used as One Time Password.\n- U2F - U2F is a new addition isolated to Thirdparty stream.",
29818
29818
"example": "OTP"
29819
29819
},
29820
+
"TransferStateFromBackend": {
29821
+
"title": "TransferStateFromBackend",
29822
+
"type": "string",
29823
+
"enum": [
29824
+
"RESERVED",
29825
+
"COMMITTED"
29826
+
],
29827
+
"description": "Below are the allowed values for the enumeration.\n- RESERVED - Next ledger has reserved the transfer.\n- COMMITTED - Next ledger has successfully performed the transfer.\nNote: There is no ABORTED state, http error response with proper mojaloop error code should be used to abort / reject a transfer.",
29828
+
"example": "COMMITTED"
29829
+
},
29820
29830
"TransfersIDPutResponse": {
29821
29831
"title": "TransfersIDPutResponse",
29822
29832
"type": "object",
@@ -37448,25 +37458,6 @@
37448
37458
}
37449
37459
]
37450
37460
},
37451
-
"conversionState": {
37452
-
"allOf": [
37453
-
{
37454
-
"title": "TransferState",
37455
-
"type": "string",
37456
-
"enum": [
37457
-
"RECEIVED",
37458
-
"RESERVED",
37459
-
"COMMITTED",
37460
-
"ABORTED"
37461
-
],
37462
-
"description": "Below are the allowed values for the enumeration.\n- RECEIVED - Next ledger has received the transfer.\n- RESERVED - Next ledger has reserved the transfer.\n- COMMITTED - Next ledger has successfully performed the transfer.\n- ABORTED - Next ledger has aborted the transfer due to a rejection or failure to perform the transfer.",
37463
-
"example": "RESERVED"
37464
-
},
37465
-
{
37466
-
"description": "The current status of the conversion request."
37467
-
}
37468
-
]
37469
-
},
37470
37461
"FxTransfersPostBackendResponse": {
37471
37462
"title": "FxTransfersPostBackendResponse",
37472
37463
"type": "object",
@@ -37506,23 +37497,14 @@
37506
37497
]
37507
37498
},
37508
37499
"conversionState": {
37509
-
"allOf": [
37510
-
{
37511
-
"title": "TransferState",
37512
-
"type": "string",
37513
-
"enum": [
37514
-
"RECEIVED",
37515
-
"RESERVED",
37516
-
"COMMITTED",
37517
-
"ABORTED"
37518
-
],
37519
-
"description": "Below are the allowed values for the enumeration.\n- RECEIVED - Next ledger has received the transfer.\n- RESERVED - Next ledger has reserved the transfer.\n- COMMITTED - Next ledger has successfully performed the transfer.\n- ABORTED - Next ledger has aborted the transfer due to a rejection or failure to perform the transfer.",
37520
-
"example": "RESERVED"
37521
-
},
37522
-
{
37523
-
"description": "The current status of the conversion request."
37524
-
}
37525
-
]
37500
+
"title": "TransferStateFromBackend",
37501
+
"type": "string",
37502
+
"enum": [
37503
+
"RESERVED",
37504
+
"COMMITTED"
37505
+
],
37506
+
"description": "Below are the allowed values for the enumeration.\n- RESERVED - Next ledger has reserved the transfer.\n- COMMITTED - Next ledger has successfully performed the transfer.\nNote: There is no ABORTED state, http error response with proper mojaloop error code should be used to abort / reject a transfer.",
37507
+
"example": "COMMITTED"
37526
37508
},
37527
37509
"extensionList": {
37528
37510
"title": "ExtensionList",
@@ -37569,6 +37551,25 @@
37569
37551
"conversionState"
37570
37552
]
37571
37553
},
37554
+
"conversionState": {
37555
+
"allOf": [
37556
+
{
37557
+
"title": "TransferState",
37558
+
"type": "string",
37559
+
"enum": [
37560
+
"RECEIVED",
37561
+
"RESERVED",
37562
+
"COMMITTED",
37563
+
"ABORTED"
37564
+
],
37565
+
"description": "Below are the allowed values for the enumeration.\n- RECEIVED - Next ledger has received the transfer.\n- RESERVED - Next ledger has reserved the transfer.\n- COMMITTED - Next ledger has successfully performed the transfer.\n- ABORTED - Next ledger has aborted the transfer due to a rejection or failure to perform the transfer.",
37566
+
"example": "RESERVED"
37567
+
},
37568
+
{
37569
+
"description": "The current status of the conversion request."
* @description Below are the allowed values for the enumeration - RECEIVED DFSP has received the transfer. - RESERVED DFSP has reserved the transfer. - COMMITTED DFSP has successfully performed the transfer. - ABORTED DFSP has aborted the transfer due a rejection or failure to perform the transfer.
0 commit comments