### Please describe your wishes and possible alternatives to achieve the desired result. A few things should probably go into a `0.2.0` version of the [`anndata` spec](https://anndata.readthedocs.io/en/latest/fileformat-prose.html#anndata-specification-v0-1-0): - [ ] #2052 brings up hard-specifying multi-dimensionalness of `xxxm` - [ ] `X` should probably be disallowed after #1707 - [ ] `uns`'s restriction should be loosened to allow for JSON objects (or simply JSON objects should be considered "anndata-encoded") #1979 - [ ] An escape character key for sub-keys of elements like `obs/foo/bar` - see #1940
Please describe your wishes and possible alternatives to achieve the desired result.
A few things should probably go into a
0.2.0version of theanndataspec:0.12.1#2052 brings up hard-specifying multi-dimensionalness ofxxxmXshould probably be disallowed after feat: Unify X and layers #1707uns's restriction should be loosened to allow for JSON objects (or simply JSON objects should be considered "anndata-encoded") Allow storing heterogeneous lists in .uns (as JSON or so) #1979obs/foo/bar- see (fix): disallow forward slash writes #1940