Skip to content

Commit 2e7c4aa

Browse files
authored
Make nodes required in debug fork choice endpoint (#474)
1 parent 02d595d commit 2e7c4aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/debug/fork_choice.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ get:
1313
title: GetForkChoiceResponse
1414
type: object
1515
description: "Debugging context of fork choice"
16-
required: [justified_checkpoint, finalized_checkpoint]
16+
required: [justified_checkpoint, finalized_checkpoint, fork_choice_nodes]
1717
properties:
1818
justified_checkpoint:
1919
$ref: '../../beacon-node-oapi.yaml#/components/schemas/Checkpoint'
@@ -28,4 +28,4 @@ get:
2828
extra_data:
2929
$ref: "../../beacon-node-oapi.yaml#/components/schemas/ExtraData"
3030
"500":
31-
$ref: "../../beacon-node-oapi.yaml#/components/responses/InternalError"
31+
$ref: "../../beacon-node-oapi.yaml#/components/responses/InternalError"

0 commit comments

Comments
 (0)