mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 09:05:50 +00:00
9 lines
277 B
JSON
9 lines
277 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"title": "currency",
|
|
"description": "The three-character code or hex string used to denote currencies",
|
|
"type": "string",
|
|
"link": "currency",
|
|
"pattern": "^([a-zA-Z0-9<>(){}[\\]|?!@#$%^&*]{3}|[A-F0-9]{40})$"
|
|
}
|