Sha256: 8ba7ec0fe3be5d397a1e4ce42406ca1f0e387f3f3cc40fbc6e594c37ff6c2e03

Contents?: true

Size: 282 Bytes

Versions: 8

Compression:

Stored size: 282 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema",
  "title": "Action request with WinRM transport",
  "description": "POST /winrm/<action> request schema",
  "type": "object",
  "properties": {
    "target": { "$ref": "partial:target-winrm" }
  },
  "required": ["target"]
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bolt-1.30.0 lib/bolt_server/schemas/transport-winrm.json
bolt-1.29.1 lib/bolt_server/schemas/transport-winrm.json
bolt-1.29.0 lib/bolt_server/schemas/transport-winrm.json
bolt-1.28.0 lib/bolt_server/schemas/transport-winrm.json
bolt-1.27.1 lib/bolt_server/schemas/transport-winrm.json
bolt-1.27.0 lib/bolt_server/schemas/transport-winrm.json
bolt-1.26.0 lib/bolt_server/schemas/transport-winrm.json
bolt-1.25.0 lib/bolt_server/schemas/transport-winrm.json