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-2.7.0 lib/bolt_server/schemas/action-run_command.json
bolt-2.6.0 lib/bolt_server/schemas/action-run_command.json
bolt-2.5.0 lib/bolt_server/schemas/action-run_command.json
bolt-2.4.0 lib/bolt_server/schemas/action-run_command.json
bolt-2.3.1 lib/bolt_server/schemas/action-run_command.json
bolt-2.3.0 lib/bolt_server/schemas/action-run_command.json
bolt-2.2.0 lib/bolt_server/schemas/action-run_command.json
bolt-2.1.0 lib/bolt_server/schemas/action-run_command.json
bolt-2.0.1 lib/bolt_server/schemas/action-run_command.json
bolt-2.0.0 lib/bolt_server/schemas/action-run_command.json
bolt-1.49.0 lib/bolt_server/schemas/action-run_command.json
bolt-1.48.0 lib/bolt_server/schemas/action-run_command.json
bolt-1.47.0 lib/bolt_server/schemas/action-run_command.json
bolt-1.45.0 lib/bolt_server/schemas/action-run_command.json
bolt-1.44.0 lib/bolt_server/schemas/action-run_command.json
bolt-1.43.0 lib/bolt_server/schemas/action-run_command.json
bolt-1.42.0 lib/bolt_server/schemas/action-run_command.json
bolt-1.41.0 lib/bolt_server/schemas/action-run_command.json
bolt-1.40.0 lib/bolt_server/schemas/action-run_command.json
bolt-1.39.0 lib/bolt_server/schemas/action-run_command.json