@@ -14,7 +14,7 @@ A SOMA Collection is stored as a TileDB group. The group has the following metad
1414
1515| Metadata key | Datatype | Value | Description | Required |
1616| :---------------------- | :----------------- | :--------------- | :-------------------- | :------- |
17- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMACollection" | SOMA type name | required |
17+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMACollection" | SOMA type name | required |
1818| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1.1.0" | SOMA encoding version | required |
1919
2020### DataFrame encoding version 1.1.0
@@ -23,7 +23,7 @@ A SOMA DataFrame is stored as a sparse TileDB array. Index columns are stored as
2323
2424| Metadata key | Datatype | Value | Description | Required |
2525| :---------------------- | :----------------- | :-------------- | :-------------------- | :------- |
26- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMADataFrame" | SOMA type name | required |
26+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMADataFrame" | SOMA type name | required |
2727| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1.1.0" | SOMA encoding version | required |
2828
2929### DenseNDArray encoding version 1.1.0
@@ -32,7 +32,7 @@ A SOMA DenseNDArray is stored as a dense TileDB array. The array has the followi
3232
3333| Metadata key | Datatype | Value | Description | Required |
3434| :---------------------- | :----------------- | :----------------- | :-------------------- | :------- |
35- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMADenseNDArray" | SOMA type name | required |
35+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMADenseNDArray" | SOMA type name | required |
3636| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1.1.0" | SOMA encoding version | required |
3737
3838### Experiment encoding version 1.1.0
@@ -41,7 +41,7 @@ A SOMA Experiment is stored as a TileDB group. The group has the following metad
4141
4242| Metadata key | Datatype | Value | Description | Required |
4343| :---------------------- | :----------------- | :--------------- | :-------------------- | :------- |
44- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMAExperiment" | SOMA type name | required |
44+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMAExperiment" | SOMA type name | required |
4545| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1.1.0" | SOMA encoding version | required |
4646
4747### MultiscaleImage encoding version 1.1.0
@@ -50,7 +50,7 @@ A SOMA MultiscaleImage is stored as a TileDB group that contains a SOMA DenseNDA
5050
5151| Metadata key | Datatype | Value | Description | Required |
5252| :------------------------------ | :----------------- | :------------------------------------------------ | :------------------------------------------------ | :------- |
53- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMAMultiscaleImage" | SOMA type name | required |
53+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMAMultiscaleImage" | SOMA type name | required |
5454| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1.1.0" | general SOMA encoding version | required |
5555| "soma_spatial_encoding_version" | TILEDB_STRING_UTF8 | "0.2.0" | type-specific SOMA encoding version | required |
5656| "soma_coordinate_space" | TILEDB_STRING_UTF8 | JSON serialization of the coordinate space | JSON serialization of the coordinate space | required |
@@ -89,7 +89,7 @@ A SOMA Experiment is stored as a TileDB group. The group has the following metad
8989
9090| Metadata key | Datatype | Value | Description | Required |
9191| :---------------------- | :----------------- | :---------------- | :-------------------- | :------- |
92- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMAMeasurement" | SOMA type name | required |
92+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMAMeasurement" | SOMA type name | required |
9393| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1.1.0" | SOMA encoding version | required |
9494
9595### PointCloudDataFrame encoding version 1.1.0
@@ -98,7 +98,7 @@ The SOMA PointCloudDataFrame is stored as a sparse TileDB array. Index columns a
9898
9999| Metadata key | Datatype | Value | Description | Required |
100100| :------------------------------ | :----------------- | :----------------------------------------- | :------------------------------------------------------------ | :------- |
101- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMAPointCloudDataFrame" | SOMA type name | required |
101+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMAPointCloudDataFrame" | SOMA type name | required |
102102| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1.1.0" | general SOMA encoding version | required |
103103| "soma_spatial_encoding_version" | TILEDB_STRING_UTF8 | "0.2.0" | type-specific SOMA encoding version | required |
104104| "soma_coordinate_space" | TILEDB_STRING_UTF8 | JSON serialization of the coordinate space | JSON serialization of the coordinate space | required |
@@ -111,7 +111,7 @@ The SOMA Scene is stored as a TileDB group. It has the following group metadata:
111111
112112| Metadata key | Datatype | Value | Description | Required |
113113| :------------------------------ | :----------------- | :----------------------------------------- | :----------------------------------------- | :------- |
114- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMAMultiscaleImage" | SOMA type name | required |
114+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMAMultiscaleImage" | SOMA type name | required |
115115| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1.1.0" | general SOMA encoding version | required |
116116| "soma_spatial_encoding_version" | TILEDB_STRING_UTF8 | "0.2.0" | type-specific SOMA encoding version | required |
117117| "soma_coordinate_space" | TILEDB_STRING_UTF8 | JSON serialization of the coordinate space | JSON serialization of the coordinate space | optional |
@@ -223,7 +223,7 @@ A SOMA SparseNDArray is stored as a sparse TileDB array. The array has the follo
223223
224224| Metadata key | Datatype | Value | Description | Required |
225225| :---------------------- | :----------------- | :------------------ | :-------------------- | :------- |
226- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMASparseNDArray" | SOMA type name | required |
226+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMASparseNDArray" | SOMA type name | required |
227227| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1.1.0" | SOMA encoding version | required |
228228
229229### CoordinateSpace serialization encoding version 1.1.0
@@ -261,7 +261,7 @@ A SOMA Collection is stored as a TileDB group. The group has the following metad
261261
262262| Metadata key | Datatype | Value | Description | Required |
263263| :---------------------- | :----------------- | :--------------- | :-------------------- | :------- |
264- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMACollection" | SOMA type name | required |
264+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMACollection" | SOMA type name | required |
265265| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1" | SOMA encoding version | required |
266266
267267### DataFrame encoding version 1.0.0
@@ -270,7 +270,7 @@ A SOMA DataFrame is stored as a sparse TileDB array. Index columns are stored as
270270
271271| Metadata key | Datatype | Value | Description | Required |
272272| :---------------------- | :----------------- | :-------------- | :-------------------- | :------- |
273- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMADataFrame" | SOMA type name | required |
273+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMADataFrame" | SOMA type name | required |
274274| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1" | SOMA encoding version | required |
275275
276276### DenseNDArray encoding version 1.0.0
@@ -279,7 +279,7 @@ A SOMA DenseNDArray is stored as a dense TileDB array. The array has the followi
279279
280280| Metadata key | Datatype | Value | Description | Required |
281281| :---------------------- | :----------------- | :----------------- | :-------------------- | :------- |
282- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMADenseNDArray" | SOMA type name | required |
282+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMADenseNDArray" | SOMA type name | required |
283283| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1" | SOMA encoding version | required |
284284
285285### Experiment encoding version 1.0.0
@@ -288,7 +288,7 @@ A SOMA Experiment is stored as a TileDB group. The group has the following metad
288288
289289| Metadata key | Datatype | Value | Description | Required |
290290| :---------------------- | :----------------- | :--------------- | :-------------------- | :------- |
291- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMAExperiment" | SOMA type name | required |
291+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMAExperiment" | SOMA type name | required |
292292| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1" | SOMA encoding version | required |
293293
294294### Measurement encoding version 1.0.0
@@ -297,7 +297,7 @@ A SOMA Experiment is stored as a TileDB group. The group has the following metad
297297
298298| Metadata key | Datatype | Value | Description | Required |
299299| :---------------------- | :----------------- | :---------------- | :-------------------- | :------- |
300- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMAMeasurement" | SOMA type name | required |
300+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMAMeasurement" | SOMA type name | required |
301301| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1" | SOMA encoding version | required |
302302
303303### SparseNDArray encoding version 1.0.0
@@ -306,5 +306,5 @@ A SOMA SparseNDArray is stored as a sparse TileDB array. The array has the follo
306306
307307| Metadata key | Datatype | Value | Description | Required |
308308| :---------------------- | :----------------- | :------------------ | :-------------------- | :------- |
309- | "soma_datatype " | TILEDB_STRING_UTF8 | "SOMASparseNDArray" | SOMA type name | required |
309+ | "soma_object_type " | TILEDB_STRING_UTF8 | "SOMASparseNDArray" | SOMA type name | required |
310310| "soma_encoding_version" | TILEDB_STRING_UTF8 | "1" | SOMA encoding version | required |
0 commit comments