From e7555ae29cff47acfdbdb138866bfb626ed48e0b Mon Sep 17 00:00:00 2001 From: Jordan Bradford <36420801+jrdnbradford@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:01:57 -0500 Subject: [PATCH] Remove `integer` --- tljh/config_schema.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tljh/config_schema.py b/tljh/config_schema.py index 9d141c66..9463cf2a 100644 --- a/tljh/config_schema.py +++ b/tljh/config_schema.py @@ -83,7 +83,6 @@ "memory": {"type": "string"}, "cpu": { "anyOf": [ - {"type": "integer", "minimum": 0}, {"type": "number", "minimum": 0}, {"type": "string", "enum": ["None"]}, ]