{
  "$id": "https://schemas.sand.binaryedge.io/minion/modules/remote-powershell",
  "title": "Remote Powershell Module Output Body",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "redirects": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "name",
    "url",
    "redirects"
  ],
  "additionalProperties": false
}
