Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flockwave-spec / src / flockwave / spec / request_OBJ-CMD.json
Size: Mime:
{
  "type": "object",
  "properties": {
    "type": {
      "const": "OBJ-CMD"
    },
    "ids": {
      "$ref": "definitions.json#/objectIdList"
    },
    "command": {
      "title": "Command",
      "description": "The command to send",
      "type": "string"
    },
    "args": {
      "title": "Arguments",
      "description": "Positional arguments of the command",
      "type": "array"
    },
    "kwds": {
      "title": "Keyword arguments",
      "description": "Keyword arguments of the command",
      "type": "object"
    }
  },
  "required": ["type", "ids", "command"]
}