diff --git a/tljh/config_schema.py b/tljh/config_schema.py index 9463cf2..f86d321 100644 --- a/tljh/config_schema.py +++ b/tljh/config_schema.py @@ -84,7 +84,7 @@ config_schema = { "cpu": { "anyOf": [ {"type": "number", "minimum": 0}, - {"type": "string", "enum": ["None"]}, + {"type": "null"}, ] }, },