Sha256: 48711afe5ba82953754735d8bfc39320e1b4c280306ca61e04d0b0352d58f8f4

Contents?: true

Size: 964 Bytes

Versions: 107

Compression:

Stored size: 964 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": "array",
      "items": {
        "type": "string"
      }
    },
    "target": { "$ref": "partial:target-any" }
  },
  "required": ["script", "target"]
}

Version data entries

107 entries across 107 versions & 1 rubygems

Version Path
bolt-3.0.1 lib/bolt_server/schemas/action-run_script.json
bolt-3.0.0 lib/bolt_server/schemas/action-run_script.json
bolt-2.44.0 lib/bolt_server/schemas/action-run_script.json
bolt-2.42.0 lib/bolt_server/schemas/action-run_script.json
bolt-2.40.2 lib/bolt_server/schemas/action-run_script.json
bolt-2.40.1 lib/bolt_server/schemas/action-run_script.json
bolt-2.38.0 lib/bolt_server/schemas/action-run_script.json
bolt-2.37.0 lib/bolt_server/schemas/action-run_script.json
bolt-2.36.0 lib/bolt_server/schemas/action-run_script.json
bolt-2.35.0 lib/bolt_server/schemas/action-run_script.json
bolt-2.34.0 lib/bolt_server/schemas/action-run_script.json
bolt-2.33.2 lib/bolt_server/schemas/action-run_script.json
bolt-2.33.1 lib/bolt_server/schemas/action-run_script.json
bolt-2.32.0 lib/bolt_server/schemas/action-run_script.json
bolt-2.31.0 lib/bolt_server/schemas/action-run_script.json
bolt-2.30.0 lib/bolt_server/schemas/action-run_script.json
bolt-2.29.0 lib/bolt_server/schemas/action-run_script.json
bolt-2.28.0 lib/bolt_server/schemas/action-run_script.json
bolt-2.27.0 lib/bolt_server/schemas/action-run_script.json
bolt-2.26.0 lib/bolt_server/schemas/action-run_script.json