diff --git a/tljh/config_schema.py b/tljh/config_schema.py index 9d141c6..9463cf2 100644 --- a/tljh/config_schema.py +++ b/tljh/config_schema.py @@ -83,7 +83,6 @@ config_schema = { "memory": {"type": "string"}, "cpu": { "anyOf": [ - {"type": "integer", "minimum": 0}, {"type": "number", "minimum": 0}, {"type": "string", "enum": ["None"]}, ]