forked from GithubBackups/healthchecks
9 lines
253 B
Python
9 lines
253 B
Python
check = {
|
|
"properties": {
|
|
"name": {"type": "string"},
|
|
"tags": {"type": "string"},
|
|
"timeout": {"type": "number", "minimum": 60, "maximum": 604800},
|
|
"grace": {"type": "number", "minimum": 60, "maximum": 604800}
|
|
}
|
|
}
|