{
  "$id": "https://schemas.sand.binaryedge.io/minion/modules/websocket",
  "title": "WebSocket Module Output Body",
  "type": "object",
  "properties": {
    "banner": {
      "type": "string"
    },
    "url": {
      "type": "string",
      "format": "uri"
    }
  },
  "required": [
    "banner",
    "url"
  ],
  "additionalProperties": false
}
