diff --git a/apis/debug/fork_choice.yaml b/apis/debug/fork_choice.yaml index eeb53e90..e7b4d9e3 100644 --- a/apis/debug/fork_choice.yaml +++ b/apis/debug/fork_choice.yaml @@ -13,7 +13,7 @@ get: title: GetForkChoiceResponse type: object description: "Debugging context of fork choice" - required: [justified_checkpoint, finalized_checkpoint] + required: [justified_checkpoint, finalized_checkpoint, fork_choice_nodes] properties: justified_checkpoint: $ref: '../../beacon-node-oapi.yaml#/components/schemas/Checkpoint' @@ -28,4 +28,4 @@ get: extra_data: $ref: "../../beacon-node-oapi.yaml#/components/schemas/ExtraData" "500": - $ref: "../../beacon-node-oapi.yaml#/components/responses/InternalError" \ No newline at end of file + $ref: "../../beacon-node-oapi.yaml#/components/responses/InternalError"