Skip to content

Commit

Permalink
make array accept both strings and booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Sep 27, 2023
1 parent 0ebf764 commit e5f2e48
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions neurosynth-compose-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -933,17 +933,22 @@ components:
description: a string representing a binary nifti file to select which voxels a user wants to include in the analysis.
nullable: true
conditions:
type: array
description: 'selection of categories in the filter column to differentiate groups, or "neurosynth", "neuroquery", or "neurostore" to compare to a database reference group'
x-stoplight:
id: y2wlpp9g6m1ih
nullable: true
items:
x-stoplight:
id: wiogm5nzrju66
type:
- string
- boolean
oneOf:
- nullable: true
items:
x-stoplight:
id: wiogm5nzrju66
type: string
- x-stoplight:
id: cpefbentap20i
items:
x-stoplight:
id: ihjh738q2qul8
type: boolean
type: array
weights:
type: array
x-stoplight:
Expand All @@ -963,6 +968,12 @@ components:
type: string
description: a column from annotations selecting which analyses to include in the meta-analysis
nullable: true
database_studyset:
x-stoplight:
id: t6l13psq6wvv6
example: neurostore
type: string
nullable: true
estimator:
title: estimator
type: object
Expand Down

0 comments on commit e5f2e48

Please sign in to comment.