From 4f9509fbc7d3b13984e45a1afec41868b4f4ec00 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 6 Feb 2024 20:29:44 -0500 Subject: [PATCH] Add missing (gzip, ome, tiff) context objects --- src/schema/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/schema/README.md b/src/schema/README.md index 4b8dd6c6e3..d801314595 100644 --- a/src/schema/README.md +++ b/src/schema/README.md @@ -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,