diff --git a/tools/json/molecule-schema.json b/tools/json/molecule-schema.json index b88883a46d..9213655997 100644 --- a/tools/json/molecule-schema.json +++ b/tools/json/molecule-schema.json @@ -13,6 +13,9 @@ "title": {"type": "string"}, "docs": {"type": "string"}, "schema": {"type": "string"}, + "units": { + "enum": ["lj", "real", "metal", "si", "cgs", "electron", "micro", "nano" ] + }, "com": {"type": "array", "prefixItems": [ {"type": "number"},