Skip to content

Commit

Permalink
eth/block: add schema nesting to receipts result
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Jul 20, 2023
1 parent a59ab1b commit bb6f986
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/eth/block.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
$ref: '#/components/schemas/BlockNumberOrTagOrHash'
result:
name: Receipts information
type: array
items:
$ref: '#/components/schemas/ReceiptInfo'
schema:
type: array
items:
$ref: '#/components/schemas/ReceiptInfo'

0 comments on commit bb6f986

Please sign in to comment.