Skip to content

Commit

Permalink
Add missing (gzip, ome, tiff) context objects
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Feb 7, 2024
1 parent 7e48027 commit 4f9509f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,10 @@ which (currently) contains at the top level:
- `associations`: associated files, discovered by the inheritance principle
- `columns`: the columns in the current TSV file
- `json`: the contents of the current JSON file
- `gzip`: the contents of the current file GZIP header
- `nifti_header`: selected contents of the current NIfTI file's header
- `ome`: the contents of the current OME-XML metadata
- `tiff`: the contents of the current TIFF file's header

Some of these are strings, while others are nested objects.
These are to be populated by an *interpreter* of the schema,
Expand Down

0 comments on commit 4f9509f

Please sign in to comment.