@mojaloop/api-snippets 17.6.1 → 17.7.0-snapshot.1
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/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +5 -7
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +13 -13
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +2 -2
- package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +5 -6
- package/lib/fspiop/v2_0/json-schemas.json +78 -78
- package/lib/fspiop/v2_0/openapi.d.ts +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +123 -123
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +6 -6
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +144 -144
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +1 -1
- package/package.json +6 -6
- package/sdk-bulk.yaml +5 -9
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +11 -11
- package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +5 -6
- package/thirdparty/v1_0/openapi3/thirdparty-dfsp-api.yaml +11 -8
- package/thirdparty/v1_0/openapi3/thirdparty-pisp-api.yaml +11 -8
@@ -405,8 +405,8 @@
|
|
405
405
|
"type": "string"
|
406
406
|
},
|
407
407
|
"quoteId": {
|
408
|
-
"description": "A Mojaloop API quote identifier (UUID).",
|
409
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
408
|
+
"description": "A Mojaloop API quote identifier (UUID/ULID).",
|
409
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
410
410
|
"type": "string"
|
411
411
|
},
|
412
412
|
"subScenario": {
|
@@ -693,7 +693,7 @@
|
|
693
693
|
},
|
694
694
|
"transactionId": {
|
695
695
|
"description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
|
696
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
696
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
697
697
|
"type": "string"
|
698
698
|
},
|
699
699
|
"transactionType": {
|
@@ -735,8 +735,8 @@
|
|
735
735
|
}
|
736
736
|
},
|
737
737
|
"quoteId": {
|
738
|
-
"description": "A Mojaloop API quote identifier (UUID).",
|
739
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
738
|
+
"description": "A Mojaloop API quote identifier (UUID/ULID).",
|
739
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
740
740
|
"type": "string"
|
741
741
|
}
|
742
742
|
},
|
@@ -1275,8 +1275,8 @@
|
|
1275
1275
|
"type": "string"
|
1276
1276
|
},
|
1277
1277
|
"quoteId": {
|
1278
|
-
"description": "A Mojaloop API quote identifier (UUID).",
|
1279
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
1278
|
+
"description": "A Mojaloop API quote identifier (UUID/ULID).",
|
1279
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
1280
1280
|
"type": "string"
|
1281
1281
|
},
|
1282
1282
|
"transferAmount": {
|
@@ -2133,8 +2133,8 @@
|
|
2133
2133
|
"type": "string"
|
2134
2134
|
},
|
2135
2135
|
"transferId": {
|
2136
|
-
"description": "A Mojaloop API transfer identifier (UUID).",
|
2137
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
2136
|
+
"description": "A Mojaloop API transfer identifier (UUID/ULID).",
|
2137
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
2138
2138
|
"type": "string"
|
2139
2139
|
}
|
2140
2140
|
},
|
@@ -2182,8 +2182,8 @@
|
|
2182
2182
|
"type": "array"
|
2183
2183
|
},
|
2184
2184
|
"transferId": {
|
2185
|
-
"description": "A Mojaloop API transfer identifier (UUID).",
|
2186
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
2185
|
+
"description": "A Mojaloop API transfer identifier (UUID/ULID).",
|
2186
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
2187
2187
|
"type": "string"
|
2188
2188
|
}
|
2189
2189
|
},
|
@@ -2409,16 +2409,16 @@
|
|
2409
2409
|
"type": "string"
|
2410
2410
|
},
|
2411
2411
|
"bulkQuoteId": {
|
2412
|
-
"description": "A Mojaloop API bulk quote identifier (UUID).",
|
2413
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
2412
|
+
"description": "A Mojaloop API bulk quote identifier (UUID/ULID).",
|
2413
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
2414
2414
|
"type": "string"
|
2415
2415
|
},
|
2416
2416
|
"bulkQuoteRequest": {
|
2417
2417
|
"description": "A request for a bulk quote.",
|
2418
2418
|
"properties": {
|
2419
2419
|
"bulkQuoteId": {
|
2420
|
-
"description": "A Mojaloop API bulk quote identifier (UUID).",
|
2421
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
2420
|
+
"description": "A Mojaloop API bulk quote identifier (UUID/ULID).",
|
2421
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
2422
2422
|
"type": "string"
|
2423
2423
|
},
|
2424
2424
|
"expiration": {
|
@@ -3105,8 +3105,8 @@
|
|
3105
3105
|
"type": "string"
|
3106
3106
|
},
|
3107
3107
|
"quoteId": {
|
3108
|
-
"description": "A Mojaloop API quote identifier (UUID).",
|
3109
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
3108
|
+
"description": "A Mojaloop API quote identifier (UUID/ULID).",
|
3109
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
3110
3110
|
"type": "string"
|
3111
3111
|
},
|
3112
3112
|
"subScenario": {
|
@@ -3393,7 +3393,7 @@
|
|
3393
3393
|
},
|
3394
3394
|
"transactionId": {
|
3395
3395
|
"description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
|
3396
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
3396
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
3397
3397
|
"type": "string"
|
3398
3398
|
},
|
3399
3399
|
"transactionType": {
|
@@ -3434,8 +3434,8 @@
|
|
3434
3434
|
"description": "A response to a request for a bulk quote.",
|
3435
3435
|
"properties": {
|
3436
3436
|
"bulkQuoteId": {
|
3437
|
-
"description": "A Mojaloop API bulk quote identifier (UUID).",
|
3438
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
3437
|
+
"description": "A Mojaloop API bulk quote identifier (UUID/ULID).",
|
3438
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
3439
3439
|
"type": "string"
|
3440
3440
|
},
|
3441
3441
|
"expiration": {
|
@@ -3976,8 +3976,8 @@
|
|
3976
3976
|
"type": "string"
|
3977
3977
|
},
|
3978
3978
|
"quoteId": {
|
3979
|
-
"description": "A Mojaloop API quote identifier (UUID).",
|
3980
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
3979
|
+
"description": "A Mojaloop API quote identifier (UUID/ULID).",
|
3980
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
3981
3981
|
"type": "string"
|
3982
3982
|
},
|
3983
3983
|
"transferAmount": {
|
@@ -4178,8 +4178,8 @@
|
|
4178
4178
|
}
|
4179
4179
|
},
|
4180
4180
|
"quoteId": {
|
4181
|
-
"description": "A Mojaloop API quote identifier (UUID).",
|
4182
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
4181
|
+
"description": "A Mojaloop API quote identifier (UUID/ULID).",
|
4182
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
4183
4183
|
"type": "string"
|
4184
4184
|
}
|
4185
4185
|
},
|
@@ -4203,8 +4203,8 @@
|
|
4203
4203
|
"type": "object"
|
4204
4204
|
},
|
4205
4205
|
"bulkTransferId": {
|
4206
|
-
"description": "A Mojaloop API transfer identifier (UUID).",
|
4207
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
4206
|
+
"description": "A Mojaloop API transfer identifier (UUID/ULID).",
|
4207
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
4208
4208
|
"type": "string"
|
4209
4209
|
},
|
4210
4210
|
"bulkTransferRequest": {
|
@@ -4213,8 +4213,8 @@
|
|
4213
4213
|
"description": "A response to a request for a bulk quote.",
|
4214
4214
|
"properties": {
|
4215
4215
|
"bulkQuoteId": {
|
4216
|
-
"description": "A Mojaloop API bulk quote identifier (UUID).",
|
4217
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
4216
|
+
"description": "A Mojaloop API bulk quote identifier (UUID/ULID).",
|
4217
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
4218
4218
|
"type": "string"
|
4219
4219
|
},
|
4220
4220
|
"expiration": {
|
@@ -4755,8 +4755,8 @@
|
|
4755
4755
|
"type": "string"
|
4756
4756
|
},
|
4757
4757
|
"quoteId": {
|
4758
|
-
"description": "A Mojaloop API quote identifier (UUID).",
|
4759
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
4758
|
+
"description": "A Mojaloop API quote identifier (UUID/ULID).",
|
4759
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
4760
4760
|
"type": "string"
|
4761
4761
|
},
|
4762
4762
|
"transferAmount": {
|
@@ -4957,8 +4957,8 @@
|
|
4957
4957
|
}
|
4958
4958
|
},
|
4959
4959
|
"quoteId": {
|
4960
|
-
"description": "A Mojaloop API quote identifier (UUID).",
|
4961
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
4960
|
+
"description": "A Mojaloop API quote identifier (UUID/ULID).",
|
4961
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
4962
4962
|
"type": "string"
|
4963
4963
|
}
|
4964
4964
|
},
|
@@ -4982,8 +4982,8 @@
|
|
4982
4982
|
"type": "object"
|
4983
4983
|
},
|
4984
4984
|
"bulkTransferId": {
|
4985
|
-
"description": "A Mojaloop API transfer identifier (UUID).",
|
4986
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
4985
|
+
"description": "A Mojaloop API transfer identifier (UUID/ULID).",
|
4986
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
4987
4987
|
"type": "string"
|
4988
4988
|
},
|
4989
4989
|
"from": {
|
@@ -5935,8 +5935,8 @@
|
|
5935
5935
|
"type": "string"
|
5936
5936
|
},
|
5937
5937
|
"transferId": {
|
5938
|
-
"description": "A Mojaloop API transfer identifier (UUID).",
|
5939
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
5938
|
+
"description": "A Mojaloop API transfer identifier (UUID/ULID).",
|
5939
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
5940
5940
|
"type": "string"
|
5941
5941
|
}
|
5942
5942
|
},
|
@@ -5961,8 +5961,8 @@
|
|
5961
5961
|
"bulkTransferResponse": {
|
5962
5962
|
"properties": {
|
5963
5963
|
"bulkTransferId": {
|
5964
|
-
"description": "A Mojaloop API transfer identifier (UUID).",
|
5965
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
5964
|
+
"description": "A Mojaloop API transfer identifier (UUID/ULID).",
|
5965
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
5966
5966
|
"type": "string"
|
5967
5967
|
},
|
5968
5968
|
"homeTransactionId": {
|
@@ -6007,8 +6007,8 @@
|
|
6007
6007
|
"type": "array"
|
6008
6008
|
},
|
6009
6009
|
"transferId": {
|
6010
|
-
"description": "A Mojaloop API transfer identifier (UUID).",
|
6011
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
6010
|
+
"description": "A Mojaloop API transfer identifier (UUID/ULID).",
|
6011
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
6012
6012
|
"type": "string"
|
6013
6013
|
}
|
6014
6014
|
},
|
@@ -6554,8 +6554,8 @@
|
|
6554
6554
|
"type": "object"
|
6555
6555
|
},
|
6556
6556
|
"transferId": {
|
6557
|
-
"description": "A Mojaloop API transfer identifier (UUID).",
|
6558
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
6557
|
+
"description": "A Mojaloop API transfer identifier (UUID/ULID).",
|
6558
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
6559
6559
|
"type": "string"
|
6560
6560
|
}
|
6561
6561
|
},
|
@@ -7494,13 +7494,13 @@
|
|
7494
7494
|
]
|
7495
7495
|
},
|
7496
7496
|
"quoteId": {
|
7497
|
-
"description": "A Mojaloop API quote identifier (UUID).",
|
7498
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
7497
|
+
"description": "A Mojaloop API quote identifier (UUID/ULID).",
|
7498
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
7499
7499
|
"type": "string"
|
7500
7500
|
},
|
7501
7501
|
"transactionId": {
|
7502
7502
|
"description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
|
7503
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
7503
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
7504
7504
|
"type": "string"
|
7505
7505
|
},
|
7506
7506
|
"transactionType": {
|
@@ -7617,8 +7617,8 @@
|
|
7617
7617
|
"type": "string"
|
7618
7618
|
},
|
7619
7619
|
"quoteId": {
|
7620
|
-
"description": "A Mojaloop API quote identifier (UUID).",
|
7621
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
7620
|
+
"description": "A Mojaloop API quote identifier (UUID/ULID).",
|
7621
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
7622
7622
|
"type": "string"
|
7623
7623
|
},
|
7624
7624
|
"quoteRequest": {
|
@@ -8328,8 +8328,8 @@
|
|
8328
8328
|
"type": "string"
|
8329
8329
|
},
|
8330
8330
|
"quoteId": {
|
8331
|
-
"description": "A Mojaloop API quote identifier (UUID).",
|
8332
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
8331
|
+
"description": "A Mojaloop API quote identifier (UUID/ULID).",
|
8332
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
8333
8333
|
"type": "string"
|
8334
8334
|
},
|
8335
8335
|
"subScenario": {
|
@@ -8616,7 +8616,7 @@
|
|
8616
8616
|
},
|
8617
8617
|
"transactionId": {
|
8618
8618
|
"description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
|
8619
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
8619
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
8620
8620
|
"type": "string"
|
8621
8621
|
},
|
8622
8622
|
"transactionType": {
|
@@ -8628,8 +8628,8 @@
|
|
8628
8628
|
"type": "string"
|
8629
8629
|
},
|
8630
8630
|
"transactionRequestId": {
|
8631
|
-
"description": "A Mojaloop API transaction request identifier (UUID).",
|
8632
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
8631
|
+
"description": "A Mojaloop API transaction request identifier (UUID/ULID).",
|
8632
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
8633
8633
|
"type": "string"
|
8634
8634
|
},
|
8635
8635
|
"converter": {
|
@@ -9651,13 +9651,13 @@
|
|
9651
9651
|
"type": "string"
|
9652
9652
|
},
|
9653
9653
|
"quoteId": {
|
9654
|
-
"description": "A Mojaloop API quote identifier (UUID).",
|
9655
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
9654
|
+
"description": "A Mojaloop API quote identifier (UUID/ULID).",
|
9655
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
9656
9656
|
"type": "string"
|
9657
9657
|
},
|
9658
9658
|
"transactionId": {
|
9659
9659
|
"description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
|
9660
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
9660
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
9661
9661
|
"type": "string"
|
9662
9662
|
},
|
9663
9663
|
"transferAmount": {
|
@@ -9857,7 +9857,7 @@
|
|
9857
9857
|
},
|
9858
9858
|
"transactionId": {
|
9859
9859
|
"description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
|
9860
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
9860
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
9861
9861
|
"type": "string"
|
9862
9862
|
},
|
9863
9863
|
"transactionRequest": {
|
@@ -10636,8 +10636,8 @@
|
|
10636
10636
|
"type": "object"
|
10637
10637
|
},
|
10638
10638
|
"transactionRequestId": {
|
10639
|
-
"description": "A Mojaloop API transaction request identifier (UUID).",
|
10640
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
10639
|
+
"description": "A Mojaloop API transaction request identifier (UUID/ULID).",
|
10640
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
10641
10641
|
"type": "string"
|
10642
10642
|
},
|
10643
10643
|
"transactionType": {
|
@@ -10680,8 +10680,8 @@
|
|
10680
10680
|
"type": "object"
|
10681
10681
|
},
|
10682
10682
|
"transactionRequestId": {
|
10683
|
-
"description": "A Mojaloop API transaction request identifier (UUID).",
|
10684
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
10683
|
+
"description": "A Mojaloop API transaction request identifier (UUID/ULID).",
|
10684
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
10685
10685
|
"type": "string"
|
10686
10686
|
},
|
10687
10687
|
"transactionRequestResponse": {
|
@@ -10693,7 +10693,7 @@
|
|
10693
10693
|
},
|
10694
10694
|
"transactionId": {
|
10695
10695
|
"description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
|
10696
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
10696
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
10697
10697
|
"type": "string"
|
10698
10698
|
},
|
10699
10699
|
"transactionRequestState": {
|
@@ -11583,8 +11583,8 @@
|
|
11583
11583
|
"type": "object"
|
11584
11584
|
},
|
11585
11585
|
"transferId": {
|
11586
|
-
"description": "A Mojaloop API transfer identifier (UUID).",
|
11587
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
11586
|
+
"description": "A Mojaloop API transfer identifier (UUID/ULID).",
|
11587
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
11588
11588
|
"type": "string"
|
11589
11589
|
},
|
11590
11590
|
"transferParty": {
|
@@ -13210,13 +13210,13 @@
|
|
13210
13210
|
]
|
13211
13211
|
},
|
13212
13212
|
"quoteId": {
|
13213
|
-
"description": "A Mojaloop API quote identifier (UUID).",
|
13214
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
13213
|
+
"description": "A Mojaloop API quote identifier (UUID/ULID).",
|
13214
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
13215
13215
|
"type": "string"
|
13216
13216
|
},
|
13217
13217
|
"transactionId": {
|
13218
13218
|
"description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
|
13219
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
13219
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
13220
13220
|
"type": "string"
|
13221
13221
|
},
|
13222
13222
|
"transactionType": {
|
@@ -13854,13 +13854,13 @@
|
|
13854
13854
|
"type": "string"
|
13855
13855
|
},
|
13856
13856
|
"quoteId": {
|
13857
|
-
"description": "A Mojaloop API quote identifier (UUID).",
|
13858
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
13857
|
+
"description": "A Mojaloop API quote identifier (UUID/ULID).",
|
13858
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
13859
13859
|
"type": "string"
|
13860
13860
|
},
|
13861
13861
|
"transactionId": {
|
13862
13862
|
"description": "ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.",
|
13863
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
13863
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
13864
13864
|
"type": "string"
|
13865
13865
|
},
|
13866
13866
|
"transferAmount": {
|
@@ -14358,13 +14358,13 @@
|
|
14358
14358
|
"type": "string"
|
14359
14359
|
},
|
14360
14360
|
"transferId": {
|
14361
|
-
"description": "A Mojaloop API transfer identifier (UUID).",
|
14362
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
14361
|
+
"description": "A Mojaloop API transfer identifier (UUID/ULID).",
|
14362
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
14363
14363
|
"type": "string"
|
14364
14364
|
},
|
14365
14365
|
"transactionRequestId": {
|
14366
|
-
"description": "A Mojaloop API transaction request identifier (UUID).",
|
14367
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
14366
|
+
"description": "A Mojaloop API transaction request identifier (UUID/ULID).",
|
14367
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
14368
14368
|
"type": "string"
|
14369
14369
|
}
|
14370
14370
|
},
|
@@ -14487,8 +14487,8 @@
|
|
14487
14487
|
"CorrelationId": {
|
14488
14488
|
"title": "CorrelationId",
|
14489
14489
|
"type": "string",
|
14490
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
14491
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
14490
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
14491
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
14492
14492
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
14493
14493
|
},
|
14494
14494
|
"bulkTransactionStatus": {
|
@@ -16502,8 +16502,8 @@
|
|
16502
16502
|
"quoteId": {
|
16503
16503
|
"title": "CorrelationId",
|
16504
16504
|
"type": "string",
|
16505
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
16506
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
16505
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
16506
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
16507
16507
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
16508
16508
|
},
|
16509
16509
|
"transferAmount": {
|
@@ -17548,8 +17548,8 @@
|
|
17548
17548
|
"transferId": {
|
17549
17549
|
"title": "CorrelationId",
|
17550
17550
|
"type": "string",
|
17551
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
17552
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
17551
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
17552
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
17553
17553
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
17554
17554
|
},
|
17555
17555
|
"fulfilment": {
|
@@ -17705,8 +17705,8 @@
|
|
17705
17705
|
"transferId": {
|
17706
17706
|
"title": "CorrelationId",
|
17707
17707
|
"type": "string",
|
17708
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
17709
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
17708
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
17709
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
17710
17710
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
17711
17711
|
},
|
17712
17712
|
"homeTransactionId": {
|
@@ -17716,8 +17716,8 @@
|
|
17716
17716
|
"transactionId": {
|
17717
17717
|
"title": "CorrelationId",
|
17718
17718
|
"type": "string",
|
17719
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
17720
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
17719
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
17720
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
17721
17721
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
17722
17722
|
},
|
17723
17723
|
"to": {
|
@@ -18272,8 +18272,8 @@
|
|
18272
18272
|
"quoteId": {
|
18273
18273
|
"title": "CorrelationId",
|
18274
18274
|
"type": "string",
|
18275
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
18276
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
18275
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
18276
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
18277
18277
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
18278
18278
|
},
|
18279
18279
|
"quoteResponse": {
|
@@ -18282,8 +18282,8 @@
|
|
18282
18282
|
"quoteId": {
|
18283
18283
|
"title": "CorrelationId",
|
18284
18284
|
"type": "string",
|
18285
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
18286
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
18285
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
18286
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
18287
18287
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
18288
18288
|
},
|
18289
18289
|
"transferAmount": {
|
@@ -19227,8 +19227,8 @@
|
|
19227
19227
|
"transferId": {
|
19228
19228
|
"title": "CorrelationId",
|
19229
19229
|
"type": "string",
|
19230
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
19231
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
19230
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
19231
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
19232
19232
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
19233
19233
|
},
|
19234
19234
|
"fulfilment": {
|
@@ -19557,8 +19557,8 @@
|
|
19557
19557
|
"bulkTransactionId": {
|
19558
19558
|
"title": "CorrelationId",
|
19559
19559
|
"type": "string",
|
19560
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
19561
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
19560
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
19561
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
19562
19562
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
19563
19563
|
},
|
19564
19564
|
"currentState": {
|
@@ -19841,8 +19841,8 @@
|
|
19841
19841
|
"transferId": {
|
19842
19842
|
"title": "CorrelationId",
|
19843
19843
|
"type": "string",
|
19844
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
19845
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
19844
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
19845
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
19846
19846
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
19847
19847
|
},
|
19848
19848
|
"homeTransactionId": {
|
@@ -19852,8 +19852,8 @@
|
|
19852
19852
|
"transactionId": {
|
19853
19853
|
"title": "CorrelationId",
|
19854
19854
|
"type": "string",
|
19855
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
19856
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
19855
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
19856
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
19857
19857
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
19858
19858
|
},
|
19859
19859
|
"to": {
|
@@ -20408,8 +20408,8 @@
|
|
20408
20408
|
"quoteId": {
|
20409
20409
|
"title": "CorrelationId",
|
20410
20410
|
"type": "string",
|
20411
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
20412
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
20411
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
20412
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
20413
20413
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
20414
20414
|
},
|
20415
20415
|
"quoteResponse": {
|
@@ -20418,8 +20418,8 @@
|
|
20418
20418
|
"quoteId": {
|
20419
20419
|
"title": "CorrelationId",
|
20420
20420
|
"type": "string",
|
20421
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
20422
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
20421
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
20422
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
20423
20423
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
20424
20424
|
},
|
20425
20425
|
"transferAmount": {
|
@@ -21363,8 +21363,8 @@
|
|
21363
21363
|
"transferId": {
|
21364
21364
|
"title": "CorrelationId",
|
21365
21365
|
"type": "string",
|
21366
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
21367
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
21366
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
21367
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
21368
21368
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
21369
21369
|
},
|
21370
21370
|
"fulfilment": {
|
@@ -22759,8 +22759,8 @@
|
|
22759
22759
|
{
|
22760
22760
|
"title": "CorrelationId",
|
22761
22761
|
"type": "string",
|
22762
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
22763
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
22762
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
22763
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
22764
22764
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
22765
22765
|
},
|
22766
22766
|
{
|
@@ -22773,8 +22773,8 @@
|
|
22773
22773
|
{
|
22774
22774
|
"title": "CorrelationId",
|
22775
22775
|
"type": "string",
|
22776
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
22777
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
22776
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
22777
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
22778
22778
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
22779
22779
|
},
|
22780
22780
|
{
|
@@ -23722,8 +23722,8 @@
|
|
23722
23722
|
{
|
23723
23723
|
"title": "CorrelationId",
|
23724
23724
|
"type": "string",
|
23725
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
23726
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
23725
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
23726
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
23727
23727
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
23728
23728
|
},
|
23729
23729
|
{
|
@@ -23743,8 +23743,8 @@
|
|
23743
23743
|
{
|
23744
23744
|
"title": "CorrelationId",
|
23745
23745
|
"type": "string",
|
23746
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
23747
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
23746
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
23747
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
23748
23748
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
23749
23749
|
},
|
23750
23750
|
{
|
@@ -23757,8 +23757,8 @@
|
|
23757
23757
|
{
|
23758
23758
|
"title": "CorrelationId",
|
23759
23759
|
"type": "string",
|
23760
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
23761
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
23760
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
23761
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
23762
23762
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
23763
23763
|
},
|
23764
23764
|
{
|
@@ -24728,8 +24728,8 @@
|
|
24728
24728
|
{
|
24729
24729
|
"title": "CorrelationId",
|
24730
24730
|
"type": "string",
|
24731
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
24732
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
24731
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
24732
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
24733
24733
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
24734
24734
|
},
|
24735
24735
|
{
|
@@ -24742,8 +24742,8 @@
|
|
24742
24742
|
{
|
24743
24743
|
"title": "CorrelationId",
|
24744
24744
|
"type": "string",
|
24745
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
24746
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
24745
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
24746
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
24747
24747
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
24748
24748
|
},
|
24749
24749
|
{
|
@@ -25696,8 +25696,8 @@
|
|
25696
25696
|
{
|
25697
25697
|
"title": "CorrelationId",
|
25698
25698
|
"type": "string",
|
25699
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
25700
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
25699
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
25700
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
25701
25701
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
25702
25702
|
},
|
25703
25703
|
{
|
@@ -25710,8 +25710,8 @@
|
|
25710
25710
|
{
|
25711
25711
|
"title": "CorrelationId",
|
25712
25712
|
"type": "string",
|
25713
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
25714
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
25713
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
25714
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
25715
25715
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
25716
25716
|
},
|
25717
25717
|
{
|
@@ -26171,8 +26171,8 @@
|
|
26171
26171
|
{
|
26172
26172
|
"title": "CorrelationId",
|
26173
26173
|
"type": "string",
|
26174
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
26175
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
26174
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
26175
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
26176
26176
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
26177
26177
|
},
|
26178
26178
|
{
|
@@ -26185,8 +26185,8 @@
|
|
26185
26185
|
{
|
26186
26186
|
"title": "CorrelationId",
|
26187
26187
|
"type": "string",
|
26188
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
26189
|
-
"description": "Identifier that correlates all messages of the same sequence. The
|
26188
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$",
|
26189
|
+
"description": "Identifier that correlates all messages of the same sequence. The supported identifiers formats are for lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and uppercase [ULID](https://github.com/ulid/spec)",
|
26190
26190
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
26191
26191
|
},
|
26192
26192
|
{
|