Skip to content

Commit 6376b33

Browse files
committed
feat: use proper doc (#4915)
Signed-off-by: Mariusz Jasuwienas <jasuwienas@gmail.com>
1 parent aaca614 commit 6376b33

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/openrpc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
"name": "Block",
432432
"required": false,
433433
"schema": {
434-
"$ref": "#/components/schemas/BlockNumberOrTagOrHash"
434+
"$ref": "#/components/schemas/BlockNumberOrTag"
435435
}
436436
}
437437
],
@@ -2551,6 +2551,12 @@
25512551
}
25522552
},
25532553
"required": ["from", "gas", "input"]
2554+
},
2555+
"ratio": {
2556+
"title": "normalized ratio",
2557+
"type": "number",
2558+
"minimum": 0,
2559+
"maximum": 1
25542560
}
25552561
}
25562562
}

0 commit comments

Comments
 (0)