Update tljh/config_schema.py

Co-authored-by: Min RK <benjaminrk@gmail.com>
This commit is contained in:
Jordan Bradford
2024-11-14 23:14:17 -05:00
committed by GitHub
parent e515bcad26
commit 5916407a50

View File

@@ -84,7 +84,7 @@ config_schema = {
"cpu": { "cpu": {
"anyOf": [ "anyOf": [
{"type": "number", "minimum": 0}, {"type": "number", "minimum": 0},
{"type": "string", "enum": ["None"]}, {"type": "null"},
] ]
}, },
}, },