Skip to content

Commit f921c53

Browse files
committed
schemas: add uintDecimal
1 parent b72c9e0 commit f921c53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schemas/base-types.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ uint256:
6060
title: hex encoded 256 bit unsigned integer
6161
type: string
6262
pattern: ^0x(0|[1-9a-f][0-9a-f]{0,63})$
63+
uintDecimal:
64+
title: decimal unsigned integer string
65+
type: string
66+
pattern: ^[1-9][0-9]*$
6367
hash32:
6468
title: 32 byte hex value
6569
type: string

0 commit comments

Comments
 (0)