diff --git a/themes/schema.json b/themes/schema.json index aecef061..f2e23301 100644 --- a/themes/schema.json +++ b/themes/schema.json @@ -1559,7 +1559,12 @@ "type": "string", "title": "units", "description": "Units of measurement. Available values are standard (kelvin), metric (celsius), and imperial (fahrenheit). Default is standard", - "default": "standard" + "default": "standard", + "enum": [ + "standard", + "metric", + "imperial" + ] }, "enable_hyperlink": { "$ref": "#/definitions/enable_hyperlink"