Skip to content

Commit

Permalink
Add JSON metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Jul 21, 2023
1 parent 7d11c25 commit 8766d92
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apis/validator/block.v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,16 @@ get:
title: ProduceBlockV3Response
type: object
properties:
version:
consensus-version:
type: string
enum: [ phase0, altair, bellatrix, capella, deneb ]
example: "phase0"
blinded-payload:
type: boolean
example: false
payload-value:
type: string
example: "12345"
data:
oneOf:
- $ref: '../../beacon-node-oapi.yaml#/components/schemas/BeaconBlock'
Expand Down

0 comments on commit 8766d92

Please sign in to comment.