{
  "$id": "https://schemas.sand.binaryedge.io/minion/modules/rdp",
  "title": "RDP Module Output Body",
  "type": "object",
  "properties": {
    "height": {
      "type": "integer"
    },
    "link": {
      "type": "string",
      "format": "uri"
    },
    "reason": {
      "type": "string"
    },
    "security": {
      "type": "string",
      "enum": [
        "NLA",
        "RDP",
        "SSL",
        "unknown"
      ]
    },
    "width": {
      "type": "integer"
    }
  },
  "required": [
    "reason",
    "security"
  ],
  "additionalProperties": false
}
