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.10.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.9.2 lib/bolt_server/schemas/action-run_task.json
bolt-3.9.1 lib/bolt_server/schemas/action-run_task.json
bolt-3.9.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.8.1 lib/bolt_server/schemas/action-run_task.json
bolt-3.8.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.7.1 lib/bolt_server/schemas/action-run_task.json
bolt-3.7.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.6.1 lib/bolt_server/schemas/action-run_task.json
bolt-3.6.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.5.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.4.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.3.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.1.0 lib/bolt_server/schemas/action-run_task.json
bolt-3.0.1 lib/bolt_server/schemas/action-run_task.json
bolt-3.0.0 lib/bolt_server/schemas/action-run_task.json
bolt-2.44.0 lib/bolt_server/schemas/action-run_task.json
bolt-2.42.0 lib/bolt_server/schemas/action-run_task.json
bolt-2.40.2 lib/bolt_server/schemas/action-run_task.json
bolt-2.40.1 lib/bolt_server/schemas/action-run_task.json