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-2.2.0 lib/bolt_server/schemas/action-run_task.json
bolt-2.1.0 lib/bolt_server/schemas/action-run_task.json
bolt-2.0.1 lib/bolt_server/schemas/action-run_task.json
bolt-2.0.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.49.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.48.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.47.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.45.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.44.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.43.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.42.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.41.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.40.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.39.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.38.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.37.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.36.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.35.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.34.0 lib/bolt_server/schemas/action-run_task.json
bolt-1.33.0 lib/bolt_server/schemas/action-run_task.json