Skip to content

Commit

Permalink
Improved rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Feb 9, 2025
1 parent b15c963 commit 5c63f34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions changedetectionio/api/api_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
]
}

Expand Down

0 comments on commit 5c63f34

Please sign in to comment.