Skip to content

Commit 6f8d93e

Browse files
committed
add ratio to base types
1 parent e80c404 commit 6f8d93e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/schemas/base-types.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ bytes65:
3939
title: 65 hex encoded bytes
4040
type: string
4141
pattern: ^0x[0-9a-f]{130}$
42+
ratio:
43+
title: normalized ratio
44+
type: number
45+
minimum: 0
46+
maximum: 1
4247
uint:
4348
title: hex encoded unsigned integer
4449
type: string

0 commit comments

Comments
 (0)