Skip to content

Commit

Permalink
make variable read only
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Apr 9, 2024
1 parent 2daad53 commit e7f24d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion neurosynth-compose-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1533,9 +1533,10 @@ components:
- minItems: 1
items:
$ref: '#/components/schemas/meta-analysis'
type: array
- items:
type: string
type: array
type: array
name:
type: string
nullable: true
Expand All @@ -1558,6 +1559,7 @@ components:
type: boolean
x-stoplight:
id: fxy7tfy8gx1e1
readOnly: true
project-return:
allOf:
- $ref: '#/components/schemas/read-only'
Expand Down

0 comments on commit e7f24d2

Please sign in to comment.