Skip to content

Commit 60d8ad3

Browse files
authored
Merge pull request #270 from ImagingDataCommons/update-indices-docs
Update indices documentation with latest schemas
2 parents 351c5fa + 90f6ef9 commit 60d8ad3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/indices_reference.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This page provides a comprehensive reference for all index tables available in
44
`idc-index`. The documentation is automatically generated from the schemas
5-
provided by `idc-index-data` (version 24.0.1).
5+
provided by `idc-index-data` (version 24.0.4).
66

77
> **Note:** Column descriptions are sourced directly from the `idc-index-data`
88
> package schemas. If you notice any missing or incorrect descriptions, please
@@ -240,11 +240,11 @@ collection
240240
analysis results collection
241241
- **`source_url`** (`STRING`, NULLABLE): URL for the location of additional
242242
information about the analysis results collection
243-
- **`Subjects`** (`INTEGER`, NULLABLE): number of subjects analyzed in the
243+
- **`subjects`** (`INTEGER`, NULLABLE): number of subjects analyzed in the
244244
analysis results collection
245-
- **`Collections`** (`STRING`, NULLABLE): collections analyzed in the analysis
245+
- **`collections`** (`STRING`, NULLABLE): collections analyzed in the analysis
246246
results collection
247-
- **`Modalities`** (`STRING`, NULLABLE): modalities corresponding to the
247+
- **`modalities`** (`STRING`, NULLABLE): modalities corresponding to the
248248
analysis artifacts included in the analysis results collection
249249
- **`Updated`** (`STRING`, NULLABLE): timestamp of the last update to the
250250
analysis results collection
@@ -256,7 +256,7 @@ collection
256256
the analysis results collection
257257
- **`Description`** (`STRING`, NULLABLE): detailed description of the analysis
258258
results collection
259-
- **`Citation`** (`STRING`, NULLABLE): citation for the analysis results
259+
- **`citation`** (`STRING`, NULLABLE): citation for the analysis results
260260
collection that should be used for acknowledgment
261261

262262
## `ann_group_index`

0 commit comments

Comments
 (0)