diff --git a/packages/@ourworldindata/grapher/src/schema/grapher-schema.004.yaml b/packages/@ourworldindata/grapher/src/schema/grapher-schema.004.yaml index dda9da59eaf..1422e88329d 100644 --- a/packages/@ourworldindata/grapher/src/schema/grapher-schema.004.yaml +++ b/packages/@ourworldindata/grapher/src/schema/grapher-schema.004.yaml @@ -482,7 +482,7 @@ properties: type: string description: Long unit text - This is shown in the UI when there is more space (e.g. tooltips) after values roundingMode: - type: enum + type: string description: | Rounding strategy to use. Supported are rounding to a fixed number of decimals and rounding to significant figures. If 'decimalPlaces' is selected, then 'numDecimalPlaces' is used. If 'significantFigures' is selected, then 'numSignificantFigures' is used.