From e9379e0afcd5b65cb3291bba040afce78d5d024c Mon Sep 17 00:00:00 2001 From: Usman Saleem Date: Thu, 19 Aug 2021 10:52:51 +1000 Subject: [PATCH] Fix spelling of AggregateAndProofSigning in openapi spec file (#420) Fixes rendering of AggregateAndProofSigning schema example at https://consensys.github.io/web3signer/web3signer-eth2.html --- core/src/main/resources/openapi/web3signer-eth2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/openapi/web3signer-eth2.yaml b/core/src/main/resources/openapi/web3signer-eth2.yaml index b22ab5470..ff40705f0 100644 --- a/core/src/main/resources/openapi/web3signer-eth2.yaml +++ b/core/src/main/resources/openapi/web3signer-eth2.yaml @@ -46,7 +46,7 @@ paths: propertyName: type mapping: AGGREGATION_SLOT: '#/components/schemas/AggregationSlotSigning' - AGGREGATE_AND_PROOF: '#/components/schemas/AggregationAndProofSigning' + AGGREGATE_AND_PROOF: '#/components/schemas/AggregateAndProofSigning' ATTESTATION: '#/components/schemas/AttestationSigning' BLOCK: '#/components/schemas/BlockSigning' DEPOSIT: '#/components/schemas/DepositSigning'