File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 content :
2727 application/json :
2828 schema :
29- oneOf :
29+ anyOf :
3030 - $ref : " ../../builder-oapi.yaml#/components/schemas/Bellatrix.SignedBlindedBeaconBlock"
3131 - $ref : " ../../builder-oapi.yaml#/components/schemas/Capella.SignedBlindedBeaconBlock"
3232 - $ref : " ../../builder-oapi.yaml#/components/schemas/Deneb.SignedBlindedBeaconBlock"
5353 enum : [ bellatrix, capella, deneb ]
5454 example : " bellatrix"
5555 data :
56- oneOf :
56+ anyOf :
5757 - $ref : " ../../builder-oapi.yaml#/components/schemas/Bellatrix.ExecutionPayload"
5858 - $ref : " ../../builder-oapi.yaml#/components/schemas/Capella.ExecutionPayload"
5959 - $ref : " ../../builder-oapi.yaml#/components/schemas/Deneb.ExecutionPayloadAndBlobsBundle"
Original file line number Diff line number Diff line change 4747 enum : [ bellatrix, capella, deneb ]
4848 example : " bellatrix"
4949 data :
50- oneOf :
50+ anyOf :
5151 - $ref : " ../../builder-oapi.yaml#/components/schemas/Bellatrix.SignedBuilderBid"
5252 - $ref : " ../../builder-oapi.yaml#/components/schemas/Capella.SignedBuilderBid"
5353 - $ref : " ../../builder-oapi.yaml#/components/schemas/Deneb.SignedBuilderBid"
You can’t perform that action at this time.
0 commit comments