{
  "$id": "https://schemas.sand.binaryedge.io/minion/modules/netscaler",
  "title": "NetScaler Module Output Body",
  "type": "object",
  "properties": {
    "rdx_en_stamp": {
      "type": "integer",
      "description": "The timestamp extracted from the NetScaler gzip file header"
    },
    "rdx_en_dt": {
      "type": "string",
      "format": "date-time",
      "description": "The datetime corresponding to the rdx_en_stamp"
    },
    "version": {
      "type": "string",
      "description": "The NetScaler version identified from the timestamp"
    }
  },
  "additionalProperties": false
}
