@mojaloop/api-snippets 17.7.0-snapshot.1 → 17.7.0-snapshot.2

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.
@@ -2918,7 +2918,7 @@ components:
2918
2918
  title: CorrelationId
2919
2919
  type: string
2920
2920
  pattern: >-
2921
- ^[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}$
2921
+ ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
2922
2922
  description: >-
2923
2923
  Identifier that correlates all messages of the same sequence. The
2924
2924
  supported identifiers formats are for lowercase
@@ -674,7 +674,7 @@ components:
674
674
  type: string
675
675
  bulkQuoteId:
676
676
  description: A Mojaloop API bulk quote identifier (UUID/ULID).
677
- 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}$
677
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
678
678
  type: string
679
679
  bulkQuoteRequest:
680
680
  description: A request for a bulk quote.
@@ -720,7 +720,7 @@ components:
720
720
  type: object
721
721
  bulkTransferId:
722
722
  description: A Mojaloop API transfer identifier (UUID/ULID).
723
- 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}$
723
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
724
724
  type: string
725
725
  bulkTransferRequest:
726
726
  properties:
@@ -1163,7 +1163,7 @@ components:
1163
1163
  type: string
1164
1164
  quoteId:
1165
1165
  description: A Mojaloop API quote identifier (UUID/ULID).
1166
- 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}$
1166
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
1167
1167
  type: string
1168
1168
  quoteRequest:
1169
1169
  description: A request for a quote for transfer from the DFSP backend.
@@ -1275,7 +1275,7 @@ components:
1275
1275
  type: string
1276
1276
  transactionId:
1277
1277
  description: ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.
1278
- 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}$
1278
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
1279
1279
  type: string
1280
1280
  transactionRequest:
1281
1281
  description: A request for a pull based transfer.
@@ -1321,7 +1321,7 @@ components:
1321
1321
  type: object
1322
1322
  transactionRequestId:
1323
1323
  description: A Mojaloop API transaction request identifier (UUID/ULID).
1324
- 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}$
1324
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
1325
1325
  type: string
1326
1326
  transactionRequestResponse:
1327
1327
  description: A response to a request for a quote.
@@ -1413,7 +1413,7 @@ components:
1413
1413
  type: object
1414
1414
  transferId:
1415
1415
  description: A Mojaloop API transfer identifier (UUID/ULID).
1416
- 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}$
1416
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
1417
1417
  type: string
1418
1418
  transferParty:
1419
1419
  properties:
@@ -1603,7 +1603,7 @@ components:
1603
1603
  CorrelationId:
1604
1604
  title: CorrelationId
1605
1605
  type: string
1606
- 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}$
1606
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
1607
1607
  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)
1608
1608
  example: b51ec534-ee48-4575-b6a9-ead2955b8069
1609
1609
  bulkTransactionStatus:
@@ -762,7 +762,7 @@ components:
762
762
  CorrelationId:
763
763
  title: CorrelationId
764
764
  type: string
765
- 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}$
765
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
766
766
  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)
767
767
  example: b51ec534-ee48-4575-b6a9-ead2955b8069
768
768
  errorResponse:
@@ -1,6 +1,6 @@
1
1
  title: CorrelationId
2
2
  type: string
3
- 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}$
3
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
4
4
  description: >-
5
5
  Identifier that correlates all messages of the same sequence.
6
6
  The supported identifiers formats are for
@@ -301,7 +301,7 @@
301
301
  "quoteId": {
302
302
  "title": "CorrelationId",
303
303
  "type": "string",
304
- "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}$",
304
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
305
305
  "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)",
306
306
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
307
307
  },
@@ -1607,7 +1607,7 @@
1607
1607
  "bulkQuoteId": {
1608
1608
  "title": "CorrelationId",
1609
1609
  "type": "string",
1610
- "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}$",
1610
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
1611
1611
  "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)",
1612
1612
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
1613
1613
  },
@@ -2002,14 +2002,14 @@
2002
2002
  "quoteId": {
2003
2003
  "title": "CorrelationId",
2004
2004
  "type": "string",
2005
- "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}$",
2005
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
2006
2006
  "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)",
2007
2007
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
2008
2008
  },
2009
2009
  "transactionId": {
2010
2010
  "title": "CorrelationId",
2011
2011
  "type": "string",
2012
- "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}$",
2012
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
2013
2013
  "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)",
2014
2014
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
2015
2015
  },
@@ -2807,7 +2807,7 @@
2807
2807
  "originalTransactionId": {
2808
2808
  "title": "CorrelationId",
2809
2809
  "type": "string",
2810
- "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}$",
2810
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
2811
2811
  "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)",
2812
2812
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
2813
2813
  },
@@ -2984,7 +2984,7 @@
2984
2984
  "transferId": {
2985
2985
  "title": "CorrelationId",
2986
2986
  "type": "string",
2987
- "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}$",
2987
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
2988
2988
  "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)",
2989
2989
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
2990
2990
  },
@@ -3178,14 +3178,14 @@
3178
3178
  "bulkTransferId": {
3179
3179
  "title": "CorrelationId",
3180
3180
  "type": "string",
3181
- "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}$",
3181
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
3182
3182
  "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)",
3183
3183
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
3184
3184
  },
3185
3185
  "bulkQuoteId": {
3186
3186
  "title": "CorrelationId",
3187
3187
  "type": "string",
3188
- "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}$",
3188
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
3189
3189
  "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)",
3190
3190
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
3191
3191
  },
@@ -3215,7 +3215,7 @@
3215
3215
  "transferId": {
3216
3216
  "title": "CorrelationId",
3217
3217
  "type": "string",
3218
- "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}$",
3218
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
3219
3219
  "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)",
3220
3220
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
3221
3221
  },
@@ -3545,7 +3545,7 @@
3545
3545
  "CorrelationId": {
3546
3546
  "title": "CorrelationId",
3547
3547
  "type": "string",
3548
- "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}$",
3548
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
3549
3549
  "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)",
3550
3550
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
3551
3551
  },
@@ -4498,7 +4498,7 @@
4498
4498
  {
4499
4499
  "title": "CorrelationId",
4500
4500
  "type": "string",
4501
- "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}$",
4501
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
4502
4502
  "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)",
4503
4503
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
4504
4504
  },
@@ -4512,7 +4512,7 @@
4512
4512
  {
4513
4513
  "title": "CorrelationId",
4514
4514
  "type": "string",
4515
- "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}$",
4515
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
4516
4516
  "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)",
4517
4517
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
4518
4518
  },
@@ -5672,7 +5672,7 @@
5672
5672
  {
5673
5673
  "title": "CorrelationId",
5674
5674
  "type": "string",
5675
- "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}$",
5675
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
5676
5676
  "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)",
5677
5677
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
5678
5678
  },
@@ -5686,7 +5686,7 @@
5686
5686
  {
5687
5687
  "title": "CorrelationId",
5688
5688
  "type": "string",
5689
- "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}$",
5689
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
5690
5690
  "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)",
5691
5691
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
5692
5692
  },
@@ -6645,7 +6645,7 @@
6645
6645
  {
6646
6646
  "title": "CorrelationId",
6647
6647
  "type": "string",
6648
- "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}$",
6648
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
6649
6649
  "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)",
6650
6650
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
6651
6651
  },
@@ -6666,7 +6666,7 @@
6666
6666
  {
6667
6667
  "title": "CorrelationId",
6668
6668
  "type": "string",
6669
- "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}$",
6669
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
6670
6670
  "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)",
6671
6671
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
6672
6672
  },
@@ -6680,7 +6680,7 @@
6680
6680
  {
6681
6681
  "title": "CorrelationId",
6682
6682
  "type": "string",
6683
- "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}$",
6683
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
6684
6684
  "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)",
6685
6685
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
6686
6686
  },
@@ -8230,7 +8230,7 @@
8230
8230
  {
8231
8231
  "title": "CorrelationId",
8232
8232
  "type": "string",
8233
- "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}$",
8233
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
8234
8234
  "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)",
8235
8235
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
8236
8236
  },
@@ -8244,7 +8244,7 @@
8244
8244
  {
8245
8245
  "title": "CorrelationId",
8246
8246
  "type": "string",
8247
- "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}$",
8247
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
8248
8248
  "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)",
8249
8249
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
8250
8250
  },
@@ -8765,14 +8765,14 @@
8765
8765
  "quoteId": {
8766
8766
  "title": "CorrelationId",
8767
8767
  "type": "string",
8768
- "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}$",
8768
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
8769
8769
  "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)",
8770
8770
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
8771
8771
  },
8772
8772
  "transactionId": {
8773
8773
  "title": "CorrelationId",
8774
8774
  "type": "string",
8775
- "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}$",
8775
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
8776
8776
  "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)",
8777
8777
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
8778
8778
  },
@@ -9570,7 +9570,7 @@
9570
9570
  "originalTransactionId": {
9571
9571
  "title": "CorrelationId",
9572
9572
  "type": "string",
9573
- "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}$",
9573
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
9574
9574
  "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)",
9575
9575
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
9576
9576
  },
@@ -9668,7 +9668,7 @@
9668
9668
  "quoteId": {
9669
9669
  "title": "CorrelationId",
9670
9670
  "type": "string",
9671
- "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}$",
9671
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
9672
9672
  "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)",
9673
9673
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
9674
9674
  },
@@ -10919,7 +10919,7 @@
10919
10919
  "transferId": {
10920
10920
  "title": "CorrelationId",
10921
10921
  "type": "string",
10922
- "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}$",
10922
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
10923
10923
  "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)",
10924
10924
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
10925
10925
  },
@@ -11187,7 +11187,7 @@
11187
11187
  "transferId": {
11188
11188
  "title": "CorrelationId",
11189
11189
  "type": "string",
11190
- "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}$",
11190
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
11191
11191
  "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)",
11192
11192
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
11193
11193
  },
@@ -11936,7 +11936,7 @@
11936
11936
  "requestId": {
11937
11937
  "title": "CorrelationId",
11938
11938
  "type": "string",
11939
- "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}$",
11939
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
11940
11940
  "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)",
11941
11941
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
11942
11942
  },
@@ -14445,21 +14445,21 @@
14445
14445
  "quoteId": {
14446
14446
  "title": "CorrelationId",
14447
14447
  "type": "string",
14448
- "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}$",
14448
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
14449
14449
  "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)",
14450
14450
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
14451
14451
  },
14452
14452
  "transactionId": {
14453
14453
  "title": "CorrelationId",
14454
14454
  "type": "string",
14455
- "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}$",
14455
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
14456
14456
  "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)",
14457
14457
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
14458
14458
  },
14459
14459
  "transactionRequestId": {
14460
14460
  "title": "CorrelationId",
14461
14461
  "type": "string",
14462
- "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}$",
14462
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
14463
14463
  "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)",
14464
14464
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
14465
14465
  },
@@ -15604,7 +15604,7 @@
15604
15604
  "originalTransactionId": {
15605
15605
  "title": "CorrelationId",
15606
15606
  "type": "string",
15607
- "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}$",
15607
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
15608
15608
  "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)",
15609
15609
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
15610
15610
  },
@@ -16165,7 +16165,7 @@
16165
16165
  "originalTransactionId": {
16166
16166
  "title": "CorrelationId",
16167
16167
  "type": "string",
16168
- "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}$",
16168
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
16169
16169
  "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)",
16170
16170
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
16171
16171
  },
@@ -16250,14 +16250,14 @@
16250
16250
  "transactionId": {
16251
16251
  "title": "CorrelationId",
16252
16252
  "type": "string",
16253
- "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}$",
16253
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
16254
16254
  "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)",
16255
16255
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
16256
16256
  },
16257
16257
  "quoteId": {
16258
16258
  "title": "CorrelationId",
16259
16259
  "type": "string",
16260
- "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}$",
16260
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
16261
16261
  "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)",
16262
16262
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
16263
16263
  },
@@ -17829,7 +17829,7 @@
17829
17829
  "originalTransactionId": {
17830
17830
  "title": "CorrelationId",
17831
17831
  "type": "string",
17832
- "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}$",
17832
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
17833
17833
  "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)",
17834
17834
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
17835
17835
  },
@@ -17961,7 +17961,7 @@
17961
17961
  "transactionId": {
17962
17962
  "title": "CorrelationId",
17963
17963
  "type": "string",
17964
- "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}$",
17964
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
17965
17965
  "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)",
17966
17966
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
17967
17967
  },
@@ -18031,7 +18031,7 @@
18031
18031
  "transactionRequestId": {
18032
18032
  "title": "CorrelationId",
18033
18033
  "type": "string",
18034
- "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}$",
18034
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
18035
18035
  "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)",
18036
18036
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
18037
18037
  },
@@ -18717,7 +18717,7 @@
18717
18717
  "originalTransactionId": {
18718
18718
  "title": "CorrelationId",
18719
18719
  "type": "string",
18720
- "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}$",
18720
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
18721
18721
  "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)",
18722
18722
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
18723
18723
  },
@@ -18936,7 +18936,7 @@
18936
18936
  "originalTransactionId": {
18937
18937
  "title": "CorrelationId",
18938
18938
  "type": "string",
18939
- "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}$",
18939
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
18940
18940
  "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)",
18941
18941
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
18942
18942
  },
@@ -19213,7 +19213,7 @@
19213
19213
  "transferId": {
19214
19214
  "title": "CorrelationId",
19215
19215
  "type": "string",
19216
- "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}$",
19216
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$",
19217
19217
  "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)",
19218
19218
  "example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
19219
19219
  },