diff --git a/src/common/schemas/objects/currency.json b/src/common/schemas/objects/currency.json index 9d45057f..f1162b5a 100644 --- a/src/common/schemas/objects/currency.json +++ b/src/common/schemas/objects/currency.json @@ -4,5 +4,5 @@ "description": "The three-character code or hexadecimal string used to denote currencies", "type": "string", "link": "currency", - "pattern": "^([a-zA-Z0-9<>(){}[\\]|?!@#$%^&*]{3}|[A-F0-9]{40})$" + "pattern": "^([a-zA-Z0-9<>(){}[\\]|?!@#$%^&*]{3,10}|[A-F0-9]{40})$" }