You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: neurosynth-compose-openapi.yml
+20-41Lines changed: 20 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -1261,18 +1261,6 @@ components:
1261
1261
type: string
1262
1262
description: Tag name or tag ID
1263
1263
type: array
1264
-
cached_studyset_id:
1265
-
type: string
1266
-
description: The id of the studyset on neurosynth-compose (as opposed to the id of the studyset on neurostore). Multiple snapshots of the studyset can be stored on neurosynth-compose so knowing which snapshot is being referenced is necessary.
1267
-
x-stoplight:
1268
-
id: 5umhos11daq87
1269
-
writeOnly: true
1270
-
cached_annotation_id:
1271
-
type: string
1272
-
description: The id of the annotation on neurosynth-compose (as opposed to the id of the annotation on neurostore). Multiple snapshots of the annotation can be stored on neurosynth-compose so knowing which snapshot is being referenced is necessary.
1273
-
x-stoplight:
1274
-
id: vsgca0e0vmu2n
1275
-
writeOnly: true
1276
1264
results:
1277
1265
description: 'array of neurostore ids representing the results of this meta-analysis (nominally all results should be the same, but machine architecture differences/algorithm stochastic-ness may lead to slightly different outcomes for each result.'
1278
1266
oneOf:
@@ -1330,18 +1318,6 @@ components:
1330
1318
x-stoplight:
1331
1319
id: sdiexwaai5l1g
1332
1320
nullable: true
1333
-
cached_studyset:
1334
-
type: string
1335
-
x-stoplight:
1336
-
id: hg5kvvz31sw5j
1337
-
nullable: true
1338
-
readOnly: true
1339
-
cached_annotation:
1340
-
type: string
1341
-
x-stoplight:
1342
-
id: 262rx5ainvdaa
1343
-
nullable: true
1344
-
readOnly: true
1345
1321
neurostore_url:
1346
1322
type: string
1347
1323
x-stoplight:
@@ -1541,7 +1517,6 @@ components:
1541
1517
type: string
1542
1518
x-stoplight:
1543
1519
id: o1xgfte8bodzp
1544
-
writeOnly: true
1545
1520
- $ref: '#/components/schemas/annotation'
1546
1521
x-tags:
1547
1522
- annotations
@@ -1556,8 +1531,6 @@ components:
1556
1531
title: annotation-post-body
1557
1532
allOf:
1558
1533
- $ref: '#/components/schemas/annotation-update'
1559
-
- required:
1560
-
- cached_studyset_id
1561
1534
x-tags:
1562
1535
- annotations
1563
1536
studyset-post-body:
@@ -1573,8 +1546,6 @@ components:
1573
1546
allOf:
1574
1547
- $ref: '#/components/schemas/meta-analysis'
1575
1548
- required:
1576
-
- cached_annotation_id
1577
-
- cached_studyset_id
1578
1549
- specification
1579
1550
x-tags:
1580
1551
- meta_analyses
@@ -1715,19 +1686,21 @@ components:
1715
1686
x-stoplight:
1716
1687
id: ojkan45ot796m
1717
1688
nullable: true
1718
-
studyset_snapshot:
1719
-
type: object
1720
-
description: JSON payload accepted for snapshot updates via PUT.
1721
-
writeOnly: true
1722
-
annotation_snapshot:
1723
-
type: object
1724
-
description: JSON payload accepted for snapshot updates via PUT.
1725
-
writeOnly: true
1726
1689
result-return:
1727
1690
title: result-return
1728
1691
allOf:
1729
1692
- $ref: '#/components/schemas/result'
1730
1693
- $ref: '#/components/schemas/read-only'
1694
+
- type: object
1695
+
properties:
1696
+
cached_studyset_id:
1697
+
type: string
1698
+
nullable: true
1699
+
readOnly: true
1700
+
cached_annotation_id:
1701
+
type: string
1702
+
nullable: true
1703
+
readOnly: true
1731
1704
x-tags:
1732
1705
- meta_analyses
1733
1706
result-list:
@@ -2062,11 +2035,11 @@ components:
2062
2035
x-stoplight:
2063
2036
id: vaj7hv8uacxth
2064
2037
writeOnly: true
2065
-
studyset_snapshot:
2038
+
cached_studyset:
2066
2039
type: string
2067
2040
description: JSON-encoded studyset snapshot payload, optionally provided in multipart form.
2068
2041
writeOnly: true
2069
-
annotation_snapshot:
2042
+
cached_annotation:
2070
2043
type: string
2071
2044
description: JSON-encoded annotation snapshot payload, optionally provided in multipart form.
2072
2045
writeOnly: true
@@ -2080,14 +2053,20 @@ components:
2080
2053
type: string
2081
2054
x-stoplight:
2082
2055
id: jbludrenxdfdl
2083
-
studyset_snapshot:
2056
+
cached_studyset:
2084
2057
type: object
2085
2058
x-stoplight:
2086
2059
id: 034jmd5z1k2pm
2087
-
annotation_snapshot:
2060
+
cached_annotation:
2088
2061
type: object
2089
2062
x-stoplight:
2090
2063
id: 2ybs3z7bw47p1
2064
+
cached_studyset_id:
2065
+
type: string
2066
+
description: ID of an existing cached studyset snapshot to link to this result.
2067
+
cached_annotation_id:
2068
+
type: string
2069
+
description: ID of an existing cached annotation snapshot to link to this result.
0 commit comments