Skip to content

Commit

Permalink
Fix casing of JSON metadata. (#342)
Browse files Browse the repository at this point in the history
Casing of the JSON metadata for the v3 block API was in kebab case (as
per headers) but should be in camel case as per all other JSON.
  • Loading branch information
mcdee authored Jul 29, 2023
1 parent 20980bf commit ea56687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/validator/block.v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ get:
type: string
enum: [ phase0, altair, bellatrix, capella, deneb ]
example: "phase0"
execution-payload-blinded:
execution_payload_blinded:
type: boolean
example: false
execution-payload-value:
execution_payload_value:
type: string
example: "12345"
data:
Expand Down

0 comments on commit ea56687

Please sign in to comment.