Sha256: e41dc828e69a679e3469381fe2e55a4390cb63377ab05c8cb654b0c0badfddad

Contents?: true

Size: 914 Bytes

Versions: 2

Compression:

Stored size: 914 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "run_script request",
  "description": "POST <transport>/run_script request schema",
  "type": "object",
  "properties": {
    "script": {
      "type": "object",
      "properties": {
        "filename": {
          "type": "string"
        },
        "uri": {
          "type": "object",
          "properties": {
            "path": {
              "type": "string"
            },
            "params": {
              "type": "object"
            }
          },
          "required": [
            "path",
            "params"
          ]
        },
        "sha256": {
          "type": "string"
        }
      },
      "required": [
        "filename",
        "uri",
        "sha256"
      ]
    },
    "arguments": {
      "type": "string"
    },
    "target": { "$ref": "partial:target-any" }
  },
  "required": ["script", "target"]
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bolt-1.31.1 lib/bolt_server/schemas/action-run_script.json
bolt-1.31.0 lib/bolt_server/schemas/action-run_script.json