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