Skip to content

Commit 30a7ad9

Browse files
Restrict currency pattern to upper-case letters only
1 parent f3876e6 commit 30a7ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: Currency in ISO code format.
22
type: string
3-
pattern: ^[a-zA-Z0-9]{3}$
3+
pattern: ^[A-Z]{3}$
44
examples:
55
- CHF
66
- EUR

0 commit comments

Comments
 (0)