You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
293 B

  1. check = {
  2. "properties": {
  3. "name": {"type": "string"},
  4. "tags": {"type": "string"},
  5. "timeout": {"type": "number", "minimum": 60, "maximum": 604800},
  6. "grace": {"type": "number", "minimum": 60, "maximum": 604800},
  7. "channels": {"type": "string"}
  8. }
  9. }