diff --git a/src/engine/openrpc/methods/blob.yaml b/src/engine/openrpc/methods/blob.yaml index 76b49cb1b..900d3235c 100644 --- a/src/engine/openrpc/methods/blob.yaml +++ b/src/engine/openrpc/methods/blob.yaml @@ -48,9 +48,11 @@ result: name: List of blobs and corresponding cell proofs schema: - type: array - items: - $ref: '#/components/schemas/BlobAndProofV2' + oneOf: + - type: array + items: + $ref: '#/components/schemas/BlobAndProofV2' + - type: 'null' errors: - code: -38004 message: Too large request