Skip to content

Commit

Permalink
Merge pull request #3752 from owid/fix-schema-type
Browse files Browse the repository at this point in the history
🐛 fix schema type to string instead of enum
  • Loading branch information
danyx23 authored Jun 28, 2024
2 parents 22e4d63 + 0869f32 commit 9737f98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9737f98

Please sign in to comment.