Improved rule

This commit is contained in:
dgtlmoon
2025-02-09 22:14:17 +01:00
parent b15c9632c8
commit 5c63f346ac
+1 -2
View File
@@ -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 []
]
}