Skip to content

Commit a61f130

Browse files
committed
add neurovault file fix
1 parent eb3d212 commit a61f130

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

neurosynth-compose-openapi.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,14 +1742,11 @@ components:
17421742
nullable: true
17431743
readOnly: true
17441744
files:
1745-
oneOf:
1746-
- minItems: 1
1747-
items:
1748-
$ref: '#/components/schemas/neurovault-file'
1749-
type: array
1750-
- items:
1751-
type: string
1752-
type: array
1745+
type: array
1746+
items:
1747+
oneOf:
1748+
- $ref: '#/components/schemas/neurovault-file'
1749+
- type: string
17531750
url:
17541751
type: string
17551752
x-stoplight:

0 commit comments

Comments
 (0)