Sha256: 73083ebb0e2d6d8b9fec68e4581aa3a4e3e4033cc531b9683746b6d4a2c0a230

Contents?: true

Size: 621 Bytes

Versions: 5

Compression:

Stored size: 621 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "run_task request",
  "description": "POST <transport>/run_task request schema",
  "type": "object",
  "properties": {
    "task": { "$ref": "partial:task" },
    "parameters": {
      "type": "object",
      "description": "JSON formatted parameters to be provided to task"
    },
    "target": { "$ref": "partial:target-any" },
    "timeout": {
      "type": "integer",
      "description": "Number of seconds to wait before abandoning the task execution on the tartet."
    }
  },
  "required": ["target", "task"],
  "additionalProperties": false
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bolt-3.29.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.28.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.27.4 lib/bolt_server/schemas/action-run_task.json
bolt-3.27.2 lib/bolt_server/schemas/action-run_task.json
bolt-3.27.1 lib/bolt_server/schemas/action-run_task.json