healthchecks/hc/api/schemas.py
2016-02-16 23:41:40 +02:00

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}
}
}