Skip to content
Snippets Groups Projects
Commit 0ab8b903 authored by Erik Reid's avatar Erik Reid
Browse files

updated syntax to agree with schema draft 7

parent dde256c3
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,7 @@ CONFIG_SCHEMA = { ...@@ -20,8 +20,7 @@ CONFIG_SCHEMA = {
"timeout": { "timeout": {
"type": "number", "type": "number",
"maximum": 10, # sanity "maximum": 10, # sanity
"minimum": 0, # should only be required by < draft 4??? "exclusiveMinimum": 0
"exclusiveMinimum": True
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment