Skip to content

Commit

Permalink
fix array representation for project
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Oct 4, 2023
1 parent a968fd2 commit 243088d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neurosynth-compose-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1511,9 +1511,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 Down

0 comments on commit 243088d

Please sign in to comment.