Skip to content

Commit 49d6d10

Browse files
authored
Merge pull request #70 from neurostuff/ref/speed_up_ingestion
make array very general for now
2 parents 3153a83 + aa3c8a8 commit 49d6d10

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

neurostore-openapi.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -944,14 +944,15 @@ components:
944944
type: object
945945
properties:
946946
studies:
947-
oneOf:
948-
- items:
949-
$ref: '#/components/schemas/study-request'
950-
type: array
951-
minItems: 1
952-
- items:
953-
type: string
954-
type: array
947+
type: array
948+
items: {}
949+
# x-stoplight:
950+
# id: 2cea6h24rq5pm
951+
# anyOf:
952+
# - $ref: '#/components/schemas/study-request'
953+
# - type: string
954+
# x-stoplight:
955+
# id: pgfn93n9g9h67
955956
studyset-list:
956957
title: studyset-get
957958
type: object
@@ -1014,6 +1015,7 @@ components:
10141015
- $ref: '#/components/schemas/writeable-resource-attributes'
10151016
x-tags:
10161017
- study
1018+
description: ''
10171019
study-return-relationships:
10181020
title: study-relationships
10191021
x-tags:

0 commit comments

Comments
 (0)