Skip to content

Commit

Permalink
Fix required properties ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jun 28, 2024
1 parent 9defc48 commit f45461c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/electra/attestation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Electra:
IndexedAttestation:
type: object
description: "The [`IndexedAttestation`](https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.3/specs/electra/beacon-chain.md#indexedattestation) object from the CL spec."
required: [attesting_indices, signature, data]
required: [attesting_indices, data, signature]
properties:
attesting_indices:
type: array
Expand Down

0 comments on commit f45461c

Please sign in to comment.