The current schema is
|
Withdrawals: |
|
title: Withdrawals made by validators |
|
description: This array can have a maximum length of 16. |
|
type: array |
|
items: |
|
- $ref: '#/components/schemas/Withdrawal' |
. This should instead be:
Withdrawals:
title: Withdrawals made by validators
description: This array can have a maximum length of 16.
type: array
items:
$ref: '#/components/schemas/Withdrawal'