{
  "$id": "https://schemas.sand.binaryedge.io/minion/modules/rdp-udp",
  "title": "RDP UDP Module Output Body",
  "type": "object",
  "properties": {
    "byte_response": {
      "type": "string"
    },
    "rdp_transport": {
      "type": "string",
      "enum": [
        "UDP"
      ]
    }
  },
  "required": [
    "byte_response",
    "rdp_transport"
  ],
  "additionalProperties": false
}
