|
@ -1,8 +1,8 @@ |
|
|
check = { |
|
|
check = { |
|
|
"type": "object", |
|
|
"type": "object", |
|
|
"properties": { |
|
|
"properties": { |
|
|
"name": {"type": "string"}, |
|
|
|
|
|
"tags": {"type": "string"}, |
|
|
|
|
|
|
|
|
"name": {"type": "string", "maxLength": 100}, |
|
|
|
|
|
"tags": {"type": "string", "maxLength": 500}, |
|
|
"timeout": {"type": "number", "minimum": 60, "maximum": 604800}, |
|
|
"timeout": {"type": "number", "minimum": 60, "maximum": 604800}, |
|
|
"grace": {"type": "number", "minimum": 60, "maximum": 604800}, |
|
|
"grace": {"type": "number", "minimum": 60, "maximum": 604800}, |
|
|
"channels": {"type": "string"}, |
|
|
"channels": {"type": "string"}, |
|
|