Skip to content

Commit

Permalink
Add uuid format for ids
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangmehling committed Jun 3, 2024
1 parent e57978e commit 35c1e96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cardInfoAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ components:
CardId:
title: Card id
type: string
format: uuid
maxLength: 50
examples:
- 4321A1B2C3DE1234
Expand Down Expand Up @@ -848,6 +849,7 @@ components:
FundingCardId:
title: Funding card id
type: string
format: uuid
maxLength: 50
examples:
- 4321A1B2C3DE1234
Expand Down Expand Up @@ -1122,6 +1124,7 @@ components:
RelatedTransactionId:
title: Transaction reference
type: string
format: uuid
maxLength: 50
examples:
- 9e19df54-47cb-494b-84dc-1c126e95a05c
Expand Down

0 comments on commit 35c1e96

Please sign in to comment.