mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-05-03 00:00:54 +00:00
Improved rule
This commit is contained in:
@@ -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 []
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user