{
  "$id": "https://schemas.sand.binaryedge.io/minion/modules/vpn-detect",
  "title": "VPN Detect Module Output Body",
  "type": "object",
  "properties": {
    "sniffers": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "vpn": {
      "type": "string"
    }
  },
  "required": [
    "sniffers",
    "vpn"
  ],
  "additionalProperties": false
}
