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.
21 lines
611 B
21 lines
611 B
{
|
|
"title": "Raw callback examples",
|
|
"forms": {
|
|
"show_image": {
|
|
"title": "Show an image",
|
|
"description": "Shows you an image",
|
|
"submit_title": "Show",
|
|
"script": "job_show_image.sh",
|
|
"script_raw": true,
|
|
"fields": {}
|
|
},
|
|
"large_bin": {
|
|
"title": "Download large binary file",
|
|
"description": "Download a large (100mb) binary file",
|
|
"submit_title": "Download",
|
|
"script": "job_large_bin.sh",
|
|
"script_raw": true,
|
|
"fields": {}
|
|
}
|
|
}
|
|
}
|
|
|