Skip to content

Commit 5a22f11

Browse files
committed
fix openapi attribute names
1 parent b957573 commit 5a22f11

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

neurosynth-compose-openapi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,12 +1229,12 @@ components:
12291229
- type: string
12301230
nullable: true
12311231
- $ref: '#/components/schemas/specification'
1232-
studyset:
1232+
neurostore_studyset:
12331233
oneOf:
12341234
- type: string
12351235
nullable: true
12361236
- $ref: '#/components/schemas/studyset'
1237-
annotation:
1237+
neurostore_annotation:
12381238
oneOf:
12391239
- type: string
12401240
nullable: true
@@ -1338,7 +1338,7 @@ components:
13381338
type: object
13391339
description: the snapshot taken of the annotation pending a successful run of the meta-analytic algorithm
13401340
nullable: true
1341-
studyset:
1341+
snapshot_studyset:
13421342
type: string
13431343
description: The related cached studyset to this annotation.
13441344
readOnly: true

0 commit comments

Comments
 (0)