diff --git a/changedetectionio/api/api_schema.py b/changedetectionio/api/api_schema.py index 8b64171f..f3965c5a 100644 --- a/changedetectionio/api/api_schema.py +++ b/changedetectionio/api/api_schema.py @@ -128,8 +128,7 @@ def build_watch_json_schema(d): } }, {"type": "null"}, # Allows null - {"type": "array", "maxItems": 0}, # Allows empty array [] - {"type": "string", "enum": ["none"]} # Allows string "none" + {"type": "array", "maxItems": 0} # Allows empty array [] ] }