From 5aad67095c31737f0f1182f5419a08e7b8223f76 Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Fri, 4 Oct 2024 15:11:00 +0100 Subject: [PATCH] Make nodes required in debug fork choice endpoint --- apis/debug/fork_choice.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"