From e63a98f5a3c889c488a7cbf2742f9594d258e461 Mon Sep 17 00:00:00 2001 From: Jim McDonald Date: Fri, 28 Jul 2023 19:31:00 +0100 Subject: [PATCH] Fix casing of JSON metadata. 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. --- apis/validator/block.v3.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/validator/block.v3.yaml b/apis/validator/block.v3.yaml index 632863a3..af4e08aa 100644 --- a/apis/validator/block.v3.yaml +++ b/apis/validator/block.v3.yaml @@ -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: