Skip to content

Commit

Permalink
Clearer metadata names.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Jul 22, 2023
1 parent 8766d92 commit d3b9cce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions apis/validator/block.v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ get:
headers:
Eth-Consensus-Version:
$ref: '../../beacon-node-oapi.yaml#/components/headers/Eth-Consensus-Version'
Eth-Blinded-Payload:
$ref: '../../beacon-node-oapi.yaml#/components/headers/Eth-Blinded-Payload'
Eth-Payload-Value:
$ref: '../../beacon-node-oapi.yaml#/components/headers/Eth-Payload-Value'
Eth-Execution-Payload-Blinded:
$ref: '../../beacon-node-oapi.yaml#/components/headers/Eth-Execution-Payload-Blinded'
Eth-Execution-Payload-Value:
$ref: '../../beacon-node-oapi.yaml#/components/headers/Eth-Execution-Payload-Value'
content:
application/json:
schema:
Expand All @@ -63,10 +63,10 @@ get:
type: string
enum: [ phase0, altair, bellatrix, capella, deneb ]
example: "phase0"
blinded-payload:
execution-payload-blinded:
type: boolean
example: false
payload-value:
execution-payload-value:
type: string
example: "12345"
data:
Expand Down
4 changes: 2 additions & 2 deletions beacon-node-oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,12 @@ components:
required: true
schema:
$ref: '#/components/schemas/ConsensusVersion'
Eth-Blinded-Payload:
Eth-Execution-Payload-Blinded:
description: Required in response so client can deserialize returned json or ssz data to the correct object.
required: true
schema:
type: boolean
Eth-Payload-Value:
Eth-Execution-Payload-Value:
description: Required in response so client can determine relative value of execution payloads.
required: true
schema:
Expand Down

0 comments on commit d3b9cce

Please sign in to comment.