Remove integer

This commit is contained in:
Jordan Bradford
2024-11-14 15:01:57 -05:00
parent 73331f28fd
commit e7555ae29c

View File

@@ -83,7 +83,6 @@ config_schema = {
"memory": {"type": "string"},
"cpu": {
"anyOf": [
{"type": "integer", "minimum": 0},
{"type": "number", "minimum": 0},
{"type": "string", "enum": ["None"]},
]