File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 29
29
required : [data]
30
30
properties :
31
31
data :
32
- type : array
33
- items :
34
- oneOf :
35
- - $ref : ' ../../../beacon-node-oapi.yaml#/components/schemas/Attestation'
36
- - $ref : ' ../../../beacon-node-oapi.yaml#/components/schemas/Electra.Attestation'
32
+ oneOf :
33
+ - type : array
34
+ items :
35
+ $ref : ' ../../../beacon-node-oapi.yaml#/components/schemas/Attestation'
36
+ - type : array
37
+ items :
38
+ $ref : ' ../../../beacon-node-oapi.yaml#/components/schemas/Electra.Attestation'
37
39
" 400 " :
38
40
description : " The slot or committee index could not be parsed"
39
41
content :
Original file line number Diff line number Diff line change 18
18
required : [data]
19
19
properties :
20
20
data :
21
- type : array
22
- items :
23
- oneOf :
24
- - $ref : ' ../../../beacon-node-oapi.yaml#/components/schemas/AttesterSlashing'
25
- - $ref : ' ../../../beacon-node-oapi.yaml#/components/schemas/Electra.AttesterSlashing'
21
+ oneOf :
22
+ - type : array
23
+ items :
24
+ $ref : ' ../../../beacon-node-oapi.yaml#/components/schemas/AttesterSlashing'
25
+ - type : array
26
+ items :
27
+ $ref : ' ../../../beacon-node-oapi.yaml#/components/schemas/Electra.AttesterSlashing'
26
28
" 500 " :
27
29
$ref : ' ../../../beacon-node-oapi.yaml#/components/responses/InternalError'
28
30
You can’t perform that action at this time.
0 commit comments