Skip to content

Commit

Permalink
Remove cvv minLength and maxLength to accommodate vaults in the wild
Browse files Browse the repository at this point in the history
  • Loading branch information
tremblay authored Jun 21, 2023
1 parent 646f95b commit 027672d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions schemas/7/vault.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@
"pattern": "^[0,1][0-9]{3}$"
},
"cvv": {
"type": "string",
"minLength": 3,
"maxLength": 4
"type": "string"
},
"addressUUID": {
"type": "string",
Expand Down

0 comments on commit 027672d

Please sign in to comment.