Skip to content

In src/schemas/execute.yaml, Withdrawals is not a valid jsonschema #664

Open
@smoyer64

Description

@smoyer64

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' 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions