File tree Expand file tree Collapse file tree 8 files changed +12
-0
lines changed
Expand file tree Collapse file tree 8 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 4646 schema :
4747 title : SubmitBlindedBlockResponse
4848 type : object
49+ required : [version, data]
4950 properties :
5051 version :
5152 type : string
Original file line number Diff line number Diff line change 4040 schema :
4141 title : GetHeaderResponse
4242 type : object
43+ required : [version, data]
4344 properties :
4445 version :
4546 type : string
Original file line number Diff line number Diff line change 11Bellatrix :
22 BuilderBidCommon :
33 type : object
4+ required : [value, pubkey]
45 properties :
56 value :
67 $ref : " ../../beacon-apis/types/primitive.yaml#/Uint256"
@@ -13,6 +14,7 @@ Bellatrix:
1314 description : " The `BuilderBid` object from the Builder API Bellatrix spec."
1415 allOf :
1516 - type : object
17+ required : [header]
1618 properties :
1719 header :
1820 $ref : " ../../beacon-apis/types/bellatrix/execution_payload.yaml#/Bellatrix/ExecutionPayloadHeader"
@@ -22,6 +24,7 @@ Bellatrix:
2224 SignedBuilderBid :
2325 type : object
2426 description : " The `SignedBuilderBid` object from the Builder API spec."
27+ required : [message, signature]
2528 properties :
2629 message :
2730 $ref : " #/Bellatrix/BuilderBid"
Original file line number Diff line number Diff line change 33 description : " The `BuilderBid` object from the Builder API Capella spec."
44 allOf :
55 - type : object
6+ required : [header]
67 properties :
78 header :
89 $ref : " ../../beacon-apis/types/capella/execution_payload.yaml#/Capella/ExecutionPayloadHeader"
@@ -12,6 +13,7 @@ Capella:
1213 SignedBuilderBid :
1314 type : object
1415 description : " The `SignedBuilderBid` object from the Builder API spec."
16+ required : [message, signature]
1517 properties :
1618 message :
1719 $ref : " #/Capella/BuilderBid"
Original file line number Diff line number Diff line change 33 description : " The `BuilderBid` object from the Builder API Deneb spec."
44 allOf :
55 - type : object
6+ required : [header, blob_kzg_commitments]
67 properties :
78 header :
89 $ref : " ../../beacon-apis/types/deneb/execution_payload.yaml#/Deneb/ExecutionPayloadHeader"
1920 SignedBuilderBid :
2021 type : object
2122 description : " The `SignedBuilderBid` object from the Builder API spec."
23+ required : [message, signature]
2224 properties :
2325 message :
2426 $ref : " #/Deneb/BuilderBid"
Original file line number Diff line number Diff line change 22 BlobsBundle :
33 type : object
44 description : " The `BlobsBundle` object from the CL Deneb spec"
5+ required : [blobs, commitments, proofs]
56 properties :
67 blobs :
78 type : array
Original file line number Diff line number Diff line change 22 ExecutionPayloadAndBlobsBundle :
33 type : object
44 description : " A wrapper object containing the ExecutionPayload and the BlobsBundle"
5+ required : [execution_payload, blobs_bundle]
56 properties :
67 execution_payload :
78 $ref : ' ../../beacon-apis/types/deneb/execution_payload.yaml#/Deneb/ExecutionPayload'
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ InternalError:
44 application/json :
55 schema :
66 type : object
7+ required : [code, message]
78 properties :
89 code :
910 description : " Either specific error code in case of invalid request or http status code"
You can’t perform that action at this time.
0 commit comments