diff --git a/schema/drafts/5.3.0.md b/schema/drafts/5.3.0.md
index 7090d2688..70de7b798 100644
--- a/schema/drafts/5.3.0.md
+++ b/schema/drafts/5.3.0.md
@@ -163,9 +163,8 @@ The types below are python3 types. Note that a python3 `str` is a sequence of Un
## `X` (Matrix Layers)
-The data stored in the `X` data matrix is the data that is viewable in CELLxGENE Explorer. CELLxGENE does not impose any additional constraints on the `X` data matrix.
+The data stored in the `AnnData.X` data matrix is the data that is viewable in CELLxGENE Explorer. For `AnnData.X`, `AnnData.raw.X`, and all layers, if a data matrix contains 50% or more values that are zeros, it MUST be encoded as a [`scipy.sparse.csr_matrix`](https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.csr_matrix.html) with zero values encoded as implicit zeros.
-In any layer, if a matrix has 50% or more values that are zeros, it is STRONGLY RECOMMENDED that the matrix be encoded as a [`scipy.sparse.csr_matrix`](https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.csr_matrix.html) with zero values encoded as implicit zeros.
CELLxGENE's matrix layer requirements are tailored to optimize data reuse. Because each assay has different characteristics, the requirements differ by assay type. In general, CELLxGENE requires submission of "raw" data suitable for computational reuse when a standard raw matrix format exists for an assay. It is STRONGLY RECOMMENDED to also include a "normalized" matrix with processed values ready for data analysis and suitable for visualization in CELLxGENE Explorer. So that CELLxGENE's data can be provided in download formats suitable for both R and Python, the schema imposes the following requirements:
@@ -2097,6 +2096,8 @@ When a dataset is uploaded, CELLxGENE Discover MUST automatically add the `schem
* Updated the requirements for spatial[library_id]['scalefactors']
to include descendants of _Visium Spatial Gene Expression_.
* Updated the requirements for spatial[library_id]['scalefactors']['spot_diameter_fullres']
to include descendants of _Visium Spatial Gene Expression_.
* Updated the requirements for spatial[library_id]['scalefactors']['tissue_hires_scalef']
to include descendants of _Visium Spatial Gene Expression_.
+* X (Matrix Layers)
+ * Updated the STRONGLY RECOMMENDED requirement to a MUST. A matrix with 50% or more values that are zeros MUST be encoded as `scipy.sparse.csr_matrix`.
### schema v5.2.0