Sha256: f2906528648c218944064f7734485f22d4292627c75afeaa326f07c01ad87ddf

Contents?: true

Size: 471 Bytes

Versions: 112

Compression:

Stored size: 471 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" }
  },
  "required": ["target", "task"],
  "additionalProperties": false
}

Version data entries

112 entries across 112 versions & 1 rubygems

Version Path
bolt-3.26.2 lib/bolt_server/schemas/action-run_task.json
bolt-3.26.1 lib/bolt_server/schemas/action-run_task.json
bolt-3.25.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.24.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.23.1 lib/bolt_server/schemas/action-run_task.json
bolt-3.23.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.22.1 lib/bolt_server/schemas/action-run_task.json
bolt-3.22.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.21.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.20.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.19.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.18.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.17.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.16.1 lib/bolt_server/schemas/action-run_task.json
bolt-3.16.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.15.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.14.1 lib/bolt_server/schemas/action-run_task.json
bolt-3.13.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.12.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.11.0 lib/bolt_server/schemas/action-run_task.json