Skip to content

Commit bb6f986

Browse files
committed
eth/block: add schema nesting to receipts result
1 parent a59ab1b commit bb6f986

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/eth/block.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
$ref: '#/components/schemas/BlockNumberOrTagOrHash'
9696
result:
9797
name: Receipts information
98-
type: array
99-
items:
100-
$ref: '#/components/schemas/ReceiptInfo'
98+
schema:
99+
type: array
100+
items:
101+
$ref: '#/components/schemas/ReceiptInfo'

0 commit comments

Comments
 (0)