We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3d212 commit a61f130Copy full SHA for a61f130
1 file changed
neurosynth-compose-openapi.yml
@@ -1742,14 +1742,11 @@ components:
1742
nullable: true
1743
readOnly: true
1744
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
+ items:
+ oneOf:
+ - $ref: '#/components/schemas/neurovault-file'
+ - type: string
1753
url:
1754
type: string
1755
x-stoplight:
0 commit comments