diff --git a/src/eth/block.yaml b/src/eth/block.yaml index b5a1eb2bb..e3d189bb3 100644 --- a/src/eth/block.yaml +++ b/src/eth/block.yaml @@ -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'