{
  "$id": "https://schemas.sand.binaryedge.io/minion/modules/x11",
  "title": "X11 Module Output Body",
  "type": "object",
  "properties": {
    "height": {
      "type": "string"
    },
    "link": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "vendor": {
      "type": "string"
    },
    "vendor_release": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "width": {
      "type": "string"
    }
  },
  "additionalProperties": false
}
