Sha256: 82e46250fa142b94cceedd921119d45a0240e29a64c68a7a4fbea3b72cba3cd2

Contents?: true

Size: 354 Bytes

Versions: 112

Compression:

Stored size: 354 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "run_command request",
  "description": "POST <transport>/run_command request schema",
  "type": "object",
  "properties": {
    "command": { "type": "string" },
    "target": { "$ref": "partial:target-any" }
  },
  "required": ["command", "target"],
  "additionalProperties": false
}

Version data entries

112 entries across 112 versions & 1 rubygems

Version Path
bolt-4.0.0 lib/bolt_server/schemas/action-run_command.json
bolt-3.29.0 lib/bolt_server/schemas/action-run_command.json
bolt-3.28.0 lib/bolt_server/schemas/action-run_command.json
bolt-3.27.4 lib/bolt_server/schemas/action-run_command.json
bolt-3.27.2 lib/bolt_server/schemas/action-run_command.json
bolt-3.27.1 lib/bolt_server/schemas/action-run_command.json
bolt-3.26.2 lib/bolt_server/schemas/action-run_command.json
bolt-3.26.1 lib/bolt_server/schemas/action-run_command.json
bolt-3.25.0 lib/bolt_server/schemas/action-run_command.json
bolt-3.24.0 lib/bolt_server/schemas/action-run_command.json
bolt-3.23.1 lib/bolt_server/schemas/action-run_command.json
bolt-3.23.0 lib/bolt_server/schemas/action-run_command.json
bolt-3.22.1 lib/bolt_server/schemas/action-run_command.json
bolt-3.22.0 lib/bolt_server/schemas/action-run_command.json
bolt-3.21.0 lib/bolt_server/schemas/action-run_command.json
bolt-3.20.0 lib/bolt_server/schemas/action-run_command.json
bolt-3.19.0 lib/bolt_server/schemas/action-run_command.json
bolt-3.18.0 lib/bolt_server/schemas/action-run_command.json
bolt-3.17.0 lib/bolt_server/schemas/action-run_command.json
bolt-3.16.1 lib/bolt_server/schemas/action-run_command.json