index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
json-schemas
/
schemas
/
whole_number_schema.json
blob: 944ce820ee5873c25a72506d89da1598967f2883 (
plain
) (
blame
)
1
2
3
4
5
{
"id"
:
"/wholeNumberSchema"
,
"type"
:
"string"
,
"pattern"
:
"^
\\
d+$"
}