Skip to content

Commit

Permalink
Merge pull request #70 from neurostuff/ref/speed_up_ingestion
Browse files Browse the repository at this point in the history
make array very general for now
  • Loading branch information
jdkent committed Nov 30, 2023
2 parents 3153a83 + aa3c8a8 commit 49d6d10
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -944,14 +944,15 @@ components:
type: object
properties:
studies:
oneOf:
- items:
$ref: '#/components/schemas/study-request'
type: array
minItems: 1
- items:
type: string
type: array
type: array
items: {}
# x-stoplight:
# id: 2cea6h24rq5pm
# anyOf:
# - $ref: '#/components/schemas/study-request'
# - type: string
# x-stoplight:
# id: pgfn93n9g9h67
studyset-list:
title: studyset-get
type: object
Expand Down Expand Up @@ -1014,6 +1015,7 @@ components:
- $ref: '#/components/schemas/writeable-resource-attributes'
x-tags:
- study
description: ''
study-return-relationships:
title: study-relationships
x-tags:
Expand Down

0 comments on commit 49d6d10

Please sign in to comment.