Skip to content

Commit

Permalink
deploy: 91e2916
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Oct 10, 2024
1 parent 6a471d2 commit b8b043c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builder-oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ paths:
- deneb
example: bellatrix
data:
oneOf:
anyOf:
- type: object
description: The `SignedBuilderBid` object from the Builder API spec.
required:
Expand Down Expand Up @@ -770,7 +770,7 @@ paths:
content:
application/json:
schema:
oneOf:
anyOf:
- type: object
description: 'A variant of the [`SignedBeaconBlock`](https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/phase0/beacon-chain.md#signedbeaconblock) object envelope from the CL Bellatrix spec, which contains a `BlindedBeaconBlock` rather than a `BeaconBlock`.'
required:
Expand Down Expand Up @@ -3178,7 +3178,7 @@ paths:
- deneb
example: bellatrix
data:
oneOf:
anyOf:
- allOf:
- type: object
description: 'The [`ExecutionPayload`](https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/bellatrix/beacon-chain.md#executionpayload) object from the CL Bellatrix spec.'
Expand Down

0 comments on commit b8b043c

Please sign in to comment.