We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3876e6 commit 30a7ad9Copy full SHA for 30a7ad9
src/components/schemas/generic/Currency.yaml
@@ -1,6 +1,6 @@
1
description: Currency in ISO code format.
2
type: string
3
-pattern: ^[a-zA-Z0-9]{3}$
+pattern: ^[A-Z]{3}$
4
examples:
5
- CHF
6
- EUR
0 commit comments