{
  "$id": "https://schemas.sand.binaryedge.io/minion/modules/vnc",
  "title": "VNC Module Output Body",
  "type": "object",
  "properties": {
    "auth_enabled": {
      "type": "boolean"
    },
    "height": {
      "type": "integer",
      "minimum": 0
    },
    "link": {
      "type": "string",
      "format": "uri"
    },
    "supported_security_types": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "title": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "width": {
      "type": "integer",
      "minimum": 0
    }
  },
  "additionalProperties": false
}
