Guest User

Json Schema

a guest
Jun 18th, 2019
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 349.26 KB | None | 0 0
  1. {
  2.     "$schema": "http://json-schema.org/draft-04/schema#",
  3.     "type": "object",
  4.     "properties": {
  5.       "hits": {
  6.         "type": "array",
  7.         "items": [
  8.           {
  9.             "type": "object",
  10.             "properties": {
  11.               "_index": {
  12.                 "type": "string"
  13.               },
  14.               "_type": {
  15.                 "type": "string"
  16.               },
  17.               "_id": {
  18.                 "type": "string"
  19.               },
  20.               "_score": {
  21.                 "type": "number"
  22.               },
  23.               "_source": {
  24.                 "type": "object",
  25.                 "properties": {
  26.                   "target": {
  27.                     "type": "object",
  28.                     "properties": {
  29.                       "id": {
  30.                         "type": "string"
  31.                       },
  32.                       "category": {
  33.                         "type": "string"
  34.                       },
  35.                       "target": {
  36.                         "type": "string"
  37.                       },
  38.                       "os": {
  39.                         "type": "string"
  40.                       },
  41.                       "architecture": {
  42.                         "type": "string"
  43.                       },
  44.                       "file_name": {
  45.                         "type": "string"
  46.                       },
  47.                       "status": {
  48.                         "type": "string"
  49.                       },
  50.                       "package": {
  51.                         "type": "string"
  52.                       },
  53.                       "file": {
  54.                         "type": "object",
  55.                         "properties": {
  56.                           "type": {
  57.                             "type": "string"
  58.                           },
  59.                           "size": {
  60.                             "type": "integer"
  61.                           },
  62.                           "sha1": {
  63.                             "type": "string"
  64.                           },
  65.                           "sha256": {
  66.                             "type": "string"
  67.                           },
  68.                           "sha512": {
  69.                             "type": "string"
  70.                           },
  71.                           "md5": {
  72.                             "type": "string"
  73.                           },
  74.                           "ssdeep": {
  75.                             "type": "string"
  76.                           },
  77.                           "crc32": {
  78.                             "type": "string"
  79.                           },
  80.                           "name": {
  81.                             "type": "string"
  82.                           }
  83.                         },
  84.                         "required": [
  85.                           "type",
  86.                           "size",
  87.                           "sha1",
  88.                           "sha256",
  89.                           "sha512",
  90.                           "md5",
  91.                           "ssdeep",
  92.                           "crc32",
  93.                           "name"
  94.                         ]
  95.                       },
  96.                       "started_on": {
  97.                         "type": "number"
  98.                       },
  99.                       "apk_entry": {
  100.                         "type": "string"
  101.                       },
  102.                       "machine": {
  103.                         "type": "object",
  104.                         "properties": {
  105.                           "label": {
  106.                             "type": "string"
  107.                           },
  108.                           "ip": {
  109.                             "type": "string"
  110.                           },
  111.                           "platform": {
  112.                             "type": "string"
  113.                           },
  114.                           "architecture": {
  115.                             "type": "string"
  116.                           },
  117.                           "os": {
  118.                             "type": "string"
  119.                           },
  120.                           "options": {
  121.                             "type": "string"
  122.                           },
  123.                           "tags": {
  124.                             "type": "string"
  125.                           },
  126.                           "interface": {
  127.                             "type": "string"
  128.                           },
  129.                           "poweron_snapshot": {
  130.                             "type": "string"
  131.                           },
  132.                           "poweroff_snapshot": {
  133.                             "type": "string"
  134.                           },
  135.                           "resultserver_ip": {
  136.                             "type": "string"
  137.                           },
  138.                           "resultserver_port": {
  139.                             "type": "string"
  140.                           },
  141.                           "status": {
  142.                             "type": "string"
  143.                           },
  144.                           "locked": {
  145.                             "type": "string"
  146.                           }
  147.                         },
  148.                         "required": [
  149.                           "label",
  150.                           "ip",
  151.                           "platform",
  152.                           "architecture",
  153.                           "os",
  154.                           "options",
  155.                           "tags",
  156.                           "interface",
  157.                           "poweron_snapshot",
  158.                           "poweroff_snapshot",
  159.                           "resultserver_ip",
  160.                           "resultserver_port",
  161.                           "status",
  162.                           "locked"
  163.                         ]
  164.                       },
  165.                       "completed_on": {
  166.                         "type": "number"
  167.                       }
  168.                     },
  169.                     "required": [
  170.                       "id",
  171.                       "category",
  172.                       "target",
  173.                       "os",
  174.                       "architecture",
  175.                       "file_name",
  176.                       "status",
  177.                       "package",
  178.                       "file",
  179.                       "started_on",
  180.                       "apk_entry",
  181.                       "machine",
  182.                       "completed_on"
  183.                     ]
  184.                   },
  185.                   "statistics": {
  186.                     "type": "object",
  187.                     "properties": {
  188.                       "signatures": {
  189.                         "type": "array",
  190.                         "items": [
  191.                           {
  192.                             "type": "object",
  193.                             "properties": {
  194.                               "name": {
  195.                                 "type": "string"
  196.                               },
  197.                               "time": {
  198.                                 "type": "number"
  199.                               }
  200.                             },
  201.                             "required": [
  202.                               "name",
  203.                               "time"
  204.                             ]
  205.                           },
  206.                           {
  207.                             "type": "object",
  208.                             "properties": {
  209.                               "name": {
  210.                                 "type": "string"
  211.                               },
  212.                               "time": {
  213.                                 "type": "number"
  214.                               }
  215.                             },
  216.                             "required": [
  217.                               "name",
  218.                               "time"
  219.                             ]
  220.                           },
  221.                           {
  222.                             "type": "object",
  223.                             "properties": {
  224.                               "name": {
  225.                                 "type": "string"
  226.                               },
  227.                               "time": {
  228.                                 "type": "number"
  229.                               }
  230.                             },
  231.                             "required": [
  232.                               "name",
  233.                               "time"
  234.                             ]
  235.                           },
  236.                           {
  237.                             "type": "object",
  238.                             "properties": {
  239.                               "name": {
  240.                                 "type": "string"
  241.                               },
  242.                               "time": {
  243.                                 "type": "number"
  244.                               }
  245.                             },
  246.                             "required": [
  247.                               "name",
  248.                               "time"
  249.                             ]
  250.                           },
  251.                           {
  252.                             "type": "object",
  253.                             "properties": {
  254.                               "name": {
  255.                                 "type": "string"
  256.                               },
  257.                               "time": {
  258.                                 "type": "number"
  259.                               }
  260.                             },
  261.                             "required": [
  262.                               "name",
  263.                               "time"
  264.                             ]
  265.                           },
  266.                           {
  267.                             "type": "object",
  268.                             "properties": {
  269.                               "name": {
  270.                                 "type": "string"
  271.                               },
  272.                               "time": {
  273.                                 "type": "number"
  274.                               }
  275.                             },
  276.                             "required": [
  277.                               "name",
  278.                               "time"
  279.                             ]
  280.                           },
  281.                           {
  282.                             "type": "object",
  283.                             "properties": {
  284.                               "name": {
  285.                                 "type": "string"
  286.                               },
  287.                               "time": {
  288.                                 "type": "number"
  289.                               }
  290.                             },
  291.                             "required": [
  292.                               "name",
  293.                               "time"
  294.                             ]
  295.                           },
  296.                           {
  297.                             "type": "object",
  298.                             "properties": {
  299.                               "name": {
  300.                                 "type": "string"
  301.                               },
  302.                               "time": {
  303.                                 "type": "number"
  304.                               }
  305.                             },
  306.                             "required": [
  307.                               "name",
  308.                               "time"
  309.                             ]
  310.                           },
  311.                           {
  312.                             "type": "object",
  313.                             "properties": {
  314.                               "name": {
  315.                                 "type": "string"
  316.                               },
  317.                               "time": {
  318.                                 "type": "number"
  319.                               }
  320.                             },
  321.                             "required": [
  322.                               "name",
  323.                               "time"
  324.                             ]
  325.                           },
  326.                           {
  327.                             "type": "object",
  328.                             "properties": {
  329.                               "name": {
  330.                                 "type": "string"
  331.                               },
  332.                               "time": {
  333.                                 "type": "number"
  334.                               }
  335.                             },
  336.                             "required": [
  337.                               "name",
  338.                               "time"
  339.                             ]
  340.                           },
  341.                           {
  342.                             "type": "object",
  343.                             "properties": {
  344.                               "name": {
  345.                                 "type": "string"
  346.                               },
  347.                               "time": {
  348.                                 "type": "number"
  349.                               }
  350.                             },
  351.                             "required": [
  352.                               "name",
  353.                               "time"
  354.                             ]
  355.                           },
  356.                           {
  357.                             "type": "object",
  358.                             "properties": {
  359.                               "name": {
  360.                                 "type": "string"
  361.                               },
  362.                               "time": {
  363.                                 "type": "number"
  364.                               }
  365.                             },
  366.                             "required": [
  367.                               "name",
  368.                               "time"
  369.                             ]
  370.                           },
  371.                           {
  372.                             "type": "object",
  373.                             "properties": {
  374.                               "name": {
  375.                                 "type": "string"
  376.                               },
  377.                               "time": {
  378.                                 "type": "number"
  379.                               }
  380.                             },
  381.                             "required": [
  382.                               "name",
  383.                               "time"
  384.                             ]
  385.                           },
  386.                           {
  387.                             "type": "object",
  388.                             "properties": {
  389.                               "name": {
  390.                                 "type": "string"
  391.                               },
  392.                               "time": {
  393.                                 "type": "number"
  394.                               }
  395.                             },
  396.                             "required": [
  397.                               "name",
  398.                               "time"
  399.                             ]
  400.                           },
  401.                           {
  402.                             "type": "object",
  403.                             "properties": {
  404.                               "name": {
  405.                                 "type": "string"
  406.                               },
  407.                               "time": {
  408.                                 "type": "number"
  409.                               }
  410.                             },
  411.                             "required": [
  412.                               "name",
  413.                               "time"
  414.                             ]
  415.                           },
  416.                           {
  417.                             "type": "object",
  418.                             "properties": {
  419.                               "name": {
  420.                                 "type": "string"
  421.                               },
  422.                               "time": {
  423.                                 "type": "number"
  424.                               }
  425.                             },
  426.                             "required": [
  427.                               "name",
  428.                               "time"
  429.                             ]
  430.                           },
  431.                           {
  432.                             "type": "object",
  433.                             "properties": {
  434.                               "name": {
  435.                                 "type": "string"
  436.                               },
  437.                               "time": {
  438.                                 "type": "number"
  439.                               }
  440.                             },
  441.                             "required": [
  442.                               "name",
  443.                               "time"
  444.                             ]
  445.                           },
  446.                           {
  447.                             "type": "object",
  448.                             "properties": {
  449.                               "name": {
  450.                                 "type": "string"
  451.                               },
  452.                               "time": {
  453.                                 "type": "number"
  454.                               }
  455.                             },
  456.                             "required": [
  457.                               "name",
  458.                               "time"
  459.                             ]
  460.                           },
  461.                           {
  462.                             "type": "object",
  463.                             "properties": {
  464.                               "name": {
  465.                                 "type": "string"
  466.                               },
  467.                               "time": {
  468.                                 "type": "number"
  469.                               }
  470.                             },
  471.                             "required": [
  472.                               "name",
  473.                               "time"
  474.                             ]
  475.                           },
  476.                           {
  477.                             "type": "object",
  478.                             "properties": {
  479.                               "name": {
  480.                                 "type": "string"
  481.                               },
  482.                               "time": {
  483.                                 "type": "number"
  484.                               }
  485.                             },
  486.                             "required": [
  487.                               "name",
  488.                               "time"
  489.                             ]
  490.                           },
  491.                           {
  492.                             "type": "object",
  493.                             "properties": {
  494.                               "name": {
  495.                                 "type": "string"
  496.                               },
  497.                               "time": {
  498.                                 "type": "number"
  499.                               }
  500.                             },
  501.                             "required": [
  502.                               "name",
  503.                               "time"
  504.                             ]
  505.                           },
  506.                           {
  507.                             "type": "object",
  508.                             "properties": {
  509.                               "name": {
  510.                                 "type": "string"
  511.                               },
  512.                               "time": {
  513.                                 "type": "number"
  514.                               }
  515.                             },
  516.                             "required": [
  517.                               "name",
  518.                               "time"
  519.                             ]
  520.                           },
  521.                           {
  522.                             "type": "object",
  523.                             "properties": {
  524.                               "name": {
  525.                                 "type": "string"
  526.                               },
  527.                               "time": {
  528.                                 "type": "number"
  529.                               }
  530.                             },
  531.                             "required": [
  532.                               "name",
  533.                               "time"
  534.                             ]
  535.                           },
  536.                           {
  537.                             "type": "object",
  538.                             "properties": {
  539.                               "name": {
  540.                                 "type": "string"
  541.                               },
  542.                               "time": {
  543.                                 "type": "number"
  544.                               }
  545.                             },
  546.                             "required": [
  547.                               "name",
  548.                               "time"
  549.                             ]
  550.                           },
  551.                           {
  552.                             "type": "object",
  553.                             "properties": {
  554.                               "name": {
  555.                                 "type": "string"
  556.                               },
  557.                               "time": {
  558.                                 "type": "number"
  559.                               }
  560.                             },
  561.                             "required": [
  562.                               "name",
  563.                               "time"
  564.                             ]
  565.                           },
  566.                           {
  567.                             "type": "object",
  568.                             "properties": {
  569.                               "name": {
  570.                                 "type": "string"
  571.                               },
  572.                               "time": {
  573.                                 "type": "number"
  574.                               }
  575.                             },
  576.                             "required": [
  577.                               "name",
  578.                               "time"
  579.                             ]
  580.                           },
  581.                           {
  582.                             "type": "object",
  583.                             "properties": {
  584.                               "name": {
  585.                                 "type": "string"
  586.                               },
  587.                               "time": {
  588.                                 "type": "number"
  589.                               }
  590.                             },
  591.                             "required": [
  592.                               "name",
  593.                               "time"
  594.                             ]
  595.                           },
  596.                           {
  597.                             "type": "object",
  598.                             "properties": {
  599.                               "name": {
  600.                                 "type": "string"
  601.                               },
  602.                               "time": {
  603.                                 "type": "number"
  604.                               }
  605.                             },
  606.                             "required": [
  607.                               "name",
  608.                               "time"
  609.                             ]
  610.                           },
  611.                           {
  612.                             "type": "object",
  613.                             "properties": {
  614.                               "name": {
  615.                                 "type": "string"
  616.                               },
  617.                               "time": {
  618.                                 "type": "number"
  619.                               }
  620.                             },
  621.                             "required": [
  622.                               "name",
  623.                               "time"
  624.                             ]
  625.                           },
  626.                           {
  627.                             "type": "object",
  628.                             "properties": {
  629.                               "name": {
  630.                                 "type": "string"
  631.                               },
  632.                               "time": {
  633.                                 "type": "number"
  634.                               }
  635.                             },
  636.                             "required": [
  637.                               "name",
  638.                               "time"
  639.                             ]
  640.                           },
  641.                           {
  642.                             "type": "object",
  643.                             "properties": {
  644.                               "name": {
  645.                                 "type": "string"
  646.                               },
  647.                               "time": {
  648.                                 "type": "number"
  649.                               }
  650.                             },
  651.                             "required": [
  652.                               "name",
  653.                               "time"
  654.                             ]
  655.                           },
  656.                           {
  657.                             "type": "object",
  658.                             "properties": {
  659.                               "name": {
  660.                                 "type": "string"
  661.                               },
  662.                               "time": {
  663.                                 "type": "number"
  664.                               }
  665.                             },
  666.                             "required": [
  667.                               "name",
  668.                               "time"
  669.                             ]
  670.                           },
  671.                           {
  672.                             "type": "object",
  673.                             "properties": {
  674.                               "name": {
  675.                                 "type": "string"
  676.                               },
  677.                               "time": {
  678.                                 "type": "number"
  679.                               }
  680.                             },
  681.                             "required": [
  682.                               "name",
  683.                               "time"
  684.                             ]
  685.                           },
  686.                           {
  687.                             "type": "object",
  688.                             "properties": {
  689.                               "name": {
  690.                                 "type": "string"
  691.                               },
  692.                               "time": {
  693.                                 "type": "number"
  694.                               }
  695.                             },
  696.                             "required": [
  697.                               "name",
  698.                               "time"
  699.                             ]
  700.                           },
  701.                           {
  702.                             "type": "object",
  703.                             "properties": {
  704.                               "name": {
  705.                                 "type": "string"
  706.                               },
  707.                               "time": {
  708.                                 "type": "number"
  709.                               }
  710.                             },
  711.                             "required": [
  712.                               "name",
  713.                               "time"
  714.                             ]
  715.                           },
  716.                           {
  717.                             "type": "object",
  718.                             "properties": {
  719.                               "name": {
  720.                                 "type": "string"
  721.                               },
  722.                               "time": {
  723.                                 "type": "number"
  724.                               }
  725.                             },
  726.                             "required": [
  727.                               "name",
  728.                               "time"
  729.                             ]
  730.                           },
  731.                           {
  732.                             "type": "object",
  733.                             "properties": {
  734.                               "name": {
  735.                                 "type": "string"
  736.                               },
  737.                               "time": {
  738.                                 "type": "number"
  739.                               }
  740.                             },
  741.                             "required": [
  742.                               "name",
  743.                               "time"
  744.                             ]
  745.                           },
  746.                           {
  747.                             "type": "object",
  748.                             "properties": {
  749.                               "name": {
  750.                                 "type": "string"
  751.                               },
  752.                               "time": {
  753.                                 "type": "number"
  754.                               }
  755.                             },
  756.                             "required": [
  757.                               "name",
  758.                               "time"
  759.                             ]
  760.                           },
  761.                           {
  762.                             "type": "object",
  763.                             "properties": {
  764.                               "name": {
  765.                                 "type": "string"
  766.                               },
  767.                               "time": {
  768.                                 "type": "number"
  769.                               }
  770.                             },
  771.                             "required": [
  772.                               "name",
  773.                               "time"
  774.                             ]
  775.                           },
  776.                           {
  777.                             "type": "object",
  778.                             "properties": {
  779.                               "name": {
  780.                                 "type": "string"
  781.                               },
  782.                               "time": {
  783.                                 "type": "number"
  784.                               }
  785.                             },
  786.                             "required": [
  787.                               "name",
  788.                               "time"
  789.                             ]
  790.                           },
  791.                           {
  792.                             "type": "object",
  793.                             "properties": {
  794.                               "name": {
  795.                                 "type": "string"
  796.                               },
  797.                               "time": {
  798.                                 "type": "number"
  799.                               }
  800.                             },
  801.                             "required": [
  802.                               "name",
  803.                               "time"
  804.                             ]
  805.                           },
  806.                           {
  807.                             "type": "object",
  808.                             "properties": {
  809.                               "name": {
  810.                                 "type": "string"
  811.                               },
  812.                               "time": {
  813.                                 "type": "number"
  814.                               }
  815.                             },
  816.                             "required": [
  817.                               "name",
  818.                               "time"
  819.                             ]
  820.                           },
  821.                           {
  822.                             "type": "object",
  823.                             "properties": {
  824.                               "name": {
  825.                                 "type": "string"
  826.                               },
  827.                               "time": {
  828.                                 "type": "number"
  829.                               }
  830.                             },
  831.                             "required": [
  832.                               "name",
  833.                               "time"
  834.                             ]
  835.                           },
  836.                           {
  837.                             "type": "object",
  838.                             "properties": {
  839.                               "name": {
  840.                                 "type": "string"
  841.                               },
  842.                               "time": {
  843.                                 "type": "number"
  844.                               }
  845.                             },
  846.                             "required": [
  847.                               "name",
  848.                               "time"
  849.                             ]
  850.                           },
  851.                           {
  852.                             "type": "object",
  853.                             "properties": {
  854.                               "name": {
  855.                                 "type": "string"
  856.                               },
  857.                               "time": {
  858.                                 "type": "number"
  859.                               }
  860.                             },
  861.                             "required": [
  862.                               "name",
  863.                               "time"
  864.                             ]
  865.                           },
  866.                           {
  867.                             "type": "object",
  868.                             "properties": {
  869.                               "name": {
  870.                                 "type": "string"
  871.                               },
  872.                               "time": {
  873.                                 "type": "number"
  874.                               }
  875.                             },
  876.                             "required": [
  877.                               "name",
  878.                               "time"
  879.                             ]
  880.                           },
  881.                           {
  882.                             "type": "object",
  883.                             "properties": {
  884.                               "name": {
  885.                                 "type": "string"
  886.                               },
  887.                               "time": {
  888.                                 "type": "number"
  889.                               }
  890.                             },
  891.                             "required": [
  892.                               "name",
  893.                               "time"
  894.                             ]
  895.                           },
  896.                           {
  897.                             "type": "object",
  898.                             "properties": {
  899.                               "name": {
  900.                                 "type": "string"
  901.                               },
  902.                               "time": {
  903.                                 "type": "number"
  904.                               }
  905.                             },
  906.                             "required": [
  907.                               "name",
  908.                               "time"
  909.                             ]
  910.                           },
  911.                           {
  912.                             "type": "object",
  913.                             "properties": {
  914.                               "name": {
  915.                                 "type": "string"
  916.                               },
  917.                               "time": {
  918.                                 "type": "number"
  919.                               }
  920.                             },
  921.                             "required": [
  922.                               "name",
  923.                               "time"
  924.                             ]
  925.                           },
  926.                           {
  927.                             "type": "object",
  928.                             "properties": {
  929.                               "name": {
  930.                                 "type": "string"
  931.                               },
  932.                               "time": {
  933.                                 "type": "number"
  934.                               }
  935.                             },
  936.                             "required": [
  937.                               "name",
  938.                               "time"
  939.                             ]
  940.                           },
  941.                           {
  942.                             "type": "object",
  943.                             "properties": {
  944.                               "name": {
  945.                                 "type": "string"
  946.                               },
  947.                               "time": {
  948.                                 "type": "number"
  949.                               }
  950.                             },
  951.                             "required": [
  952.                               "name",
  953.                               "time"
  954.                             ]
  955.                           },
  956.                           {
  957.                             "type": "object",
  958.                             "properties": {
  959.                               "name": {
  960.                                 "type": "string"
  961.                               },
  962.                               "time": {
  963.                                 "type": "number"
  964.                               }
  965.                             },
  966.                             "required": [
  967.                               "name",
  968.                               "time"
  969.                             ]
  970.                           },
  971.                           {
  972.                             "type": "object",
  973.                             "properties": {
  974.                               "name": {
  975.                                 "type": "string"
  976.                               },
  977.                               "time": {
  978.                                 "type": "number"
  979.                               }
  980.                             },
  981.                             "required": [
  982.                               "name",
  983.                               "time"
  984.                             ]
  985.                           },
  986.                           {
  987.                             "type": "object",
  988.                             "properties": {
  989.                               "name": {
  990.                                 "type": "string"
  991.                               },
  992.                               "time": {
  993.                                 "type": "number"
  994.                               }
  995.                             },
  996.                             "required": [
  997.                               "name",
  998.                               "time"
  999.                             ]
  1000.                           },
  1001.                           {
  1002.                             "type": "object",
  1003.                             "properties": {
  1004.                               "name": {
  1005.                                 "type": "string"
  1006.                               },
  1007.                               "time": {
  1008.                                 "type": "number"
  1009.                               }
  1010.                             },
  1011.                             "required": [
  1012.                               "name",
  1013.                               "time"
  1014.                             ]
  1015.                           },
  1016.                           {
  1017.                             "type": "object",
  1018.                             "properties": {
  1019.                               "name": {
  1020.                                 "type": "string"
  1021.                               },
  1022.                               "time": {
  1023.                                 "type": "number"
  1024.                               }
  1025.                             },
  1026.                             "required": [
  1027.                               "name",
  1028.                               "time"
  1029.                             ]
  1030.                           },
  1031.                           {
  1032.                             "type": "object",
  1033.                             "properties": {
  1034.                               "name": {
  1035.                                 "type": "string"
  1036.                               },
  1037.                               "time": {
  1038.                                 "type": "number"
  1039.                               }
  1040.                             },
  1041.                             "required": [
  1042.                               "name",
  1043.                               "time"
  1044.                             ]
  1045.                           },
  1046.                           {
  1047.                             "type": "object",
  1048.                             "properties": {
  1049.                               "name": {
  1050.                                 "type": "string"
  1051.                               },
  1052.                               "time": {
  1053.                                 "type": "number"
  1054.                               }
  1055.                             },
  1056.                             "required": [
  1057.                               "name",
  1058.                               "time"
  1059.                             ]
  1060.                           },
  1061.                           {
  1062.                             "type": "object",
  1063.                             "properties": {
  1064.                               "name": {
  1065.                                 "type": "string"
  1066.                               },
  1067.                               "time": {
  1068.                                 "type": "number"
  1069.                               }
  1070.                             },
  1071.                             "required": [
  1072.                               "name",
  1073.                               "time"
  1074.                             ]
  1075.                           },
  1076.                           {
  1077.                             "type": "object",
  1078.                             "properties": {
  1079.                               "name": {
  1080.                                 "type": "string"
  1081.                               },
  1082.                               "time": {
  1083.                                 "type": "number"
  1084.                               }
  1085.                             },
  1086.                             "required": [
  1087.                               "name",
  1088.                               "time"
  1089.                             ]
  1090.                           },
  1091.                           {
  1092.                             "type": "object",
  1093.                             "properties": {
  1094.                               "name": {
  1095.                                 "type": "string"
  1096.                               },
  1097.                               "time": {
  1098.                                 "type": "number"
  1099.                               }
  1100.                             },
  1101.                             "required": [
  1102.                               "name",
  1103.                               "time"
  1104.                             ]
  1105.                           },
  1106.                           {
  1107.                             "type": "object",
  1108.                             "properties": {
  1109.                               "name": {
  1110.                                 "type": "string"
  1111.                               },
  1112.                               "time": {
  1113.                                 "type": "number"
  1114.                               }
  1115.                             },
  1116.                             "required": [
  1117.                               "name",
  1118.                               "time"
  1119.                             ]
  1120.                           },
  1121.                           {
  1122.                             "type": "object",
  1123.                             "properties": {
  1124.                               "name": {
  1125.                                 "type": "string"
  1126.                               },
  1127.                               "time": {
  1128.                                 "type": "number"
  1129.                               }
  1130.                             },
  1131.                             "required": [
  1132.                               "name",
  1133.                               "time"
  1134.                             ]
  1135.                           },
  1136.                           {
  1137.                             "type": "object",
  1138.                             "properties": {
  1139.                               "name": {
  1140.                                 "type": "string"
  1141.                               },
  1142.                               "time": {
  1143.                                 "type": "number"
  1144.                               }
  1145.                             },
  1146.                             "required": [
  1147.                               "name",
  1148.                               "time"
  1149.                             ]
  1150.                           },
  1151.                           {
  1152.                             "type": "object",
  1153.                             "properties": {
  1154.                               "name": {
  1155.                                 "type": "string"
  1156.                               },
  1157.                               "time": {
  1158.                                 "type": "number"
  1159.                               }
  1160.                             },
  1161.                             "required": [
  1162.                               "name",
  1163.                               "time"
  1164.                             ]
  1165.                           },
  1166.                           {
  1167.                             "type": "object",
  1168.                             "properties": {
  1169.                               "name": {
  1170.                                 "type": "string"
  1171.                               },
  1172.                               "time": {
  1173.                                 "type": "number"
  1174.                               }
  1175.                             },
  1176.                             "required": [
  1177.                               "name",
  1178.                               "time"
  1179.                             ]
  1180.                           },
  1181.                           {
  1182.                             "type": "object",
  1183.                             "properties": {
  1184.                               "name": {
  1185.                                 "type": "string"
  1186.                               },
  1187.                               "time": {
  1188.                                 "type": "number"
  1189.                               }
  1190.                             },
  1191.                             "required": [
  1192.                               "name",
  1193.                               "time"
  1194.                             ]
  1195.                           },
  1196.                           {
  1197.                             "type": "object",
  1198.                             "properties": {
  1199.                               "name": {
  1200.                                 "type": "string"
  1201.                               },
  1202.                               "time": {
  1203.                                 "type": "number"
  1204.                               }
  1205.                             },
  1206.                             "required": [
  1207.                               "name",
  1208.                               "time"
  1209.                             ]
  1210.                           },
  1211.                           {
  1212.                             "type": "object",
  1213.                             "properties": {
  1214.                               "name": {
  1215.                                 "type": "string"
  1216.                               },
  1217.                               "time": {
  1218.                                 "type": "number"
  1219.                               }
  1220.                             },
  1221.                             "required": [
  1222.                               "name",
  1223.                               "time"
  1224.                             ]
  1225.                           },
  1226.                           {
  1227.                             "type": "object",
  1228.                             "properties": {
  1229.                               "name": {
  1230.                                 "type": "string"
  1231.                               },
  1232.                               "time": {
  1233.                                 "type": "number"
  1234.                               }
  1235.                             },
  1236.                             "required": [
  1237.                               "name",
  1238.                               "time"
  1239.                             ]
  1240.                           },
  1241.                           {
  1242.                             "type": "object",
  1243.                             "properties": {
  1244.                               "name": {
  1245.                                 "type": "string"
  1246.                               },
  1247.                               "time": {
  1248.                                 "type": "number"
  1249.                               }
  1250.                             },
  1251.                             "required": [
  1252.                               "name",
  1253.                               "time"
  1254.                             ]
  1255.                           },
  1256.                           {
  1257.                             "type": "object",
  1258.                             "properties": {
  1259.                               "name": {
  1260.                                 "type": "string"
  1261.                               },
  1262.                               "time": {
  1263.                                 "type": "number"
  1264.                               }
  1265.                             },
  1266.                             "required": [
  1267.                               "name",
  1268.                               "time"
  1269.                             ]
  1270.                           },
  1271.                           {
  1272.                             "type": "object",
  1273.                             "properties": {
  1274.                               "name": {
  1275.                                 "type": "string"
  1276.                               },
  1277.                               "time": {
  1278.                                 "type": "number"
  1279.                               }
  1280.                             },
  1281.                             "required": [
  1282.                               "name",
  1283.                               "time"
  1284.                             ]
  1285.                           },
  1286.                           {
  1287.                             "type": "object",
  1288.                             "properties": {
  1289.                               "name": {
  1290.                                 "type": "string"
  1291.                               },
  1292.                               "time": {
  1293.                                 "type": "number"
  1294.                               }
  1295.                             },
  1296.                             "required": [
  1297.                               "name",
  1298.                               "time"
  1299.                             ]
  1300.                           },
  1301.                           {
  1302.                             "type": "object",
  1303.                             "properties": {
  1304.                               "name": {
  1305.                                 "type": "string"
  1306.                               },
  1307.                               "time": {
  1308.                                 "type": "number"
  1309.                               }
  1310.                             },
  1311.                             "required": [
  1312.                               "name",
  1313.                               "time"
  1314.                             ]
  1315.                           },
  1316.                           {
  1317.                             "type": "object",
  1318.                             "properties": {
  1319.                               "name": {
  1320.                                 "type": "string"
  1321.                               },
  1322.                               "time": {
  1323.                                 "type": "number"
  1324.                               }
  1325.                             },
  1326.                             "required": [
  1327.                               "name",
  1328.                               "time"
  1329.                             ]
  1330.                           },
  1331.                           {
  1332.                             "type": "object",
  1333.                             "properties": {
  1334.                               "name": {
  1335.                                 "type": "string"
  1336.                               },
  1337.                               "time": {
  1338.                                 "type": "number"
  1339.                               }
  1340.                             },
  1341.                             "required": [
  1342.                               "name",
  1343.                               "time"
  1344.                             ]
  1345.                           },
  1346.                           {
  1347.                             "type": "object",
  1348.                             "properties": {
  1349.                               "name": {
  1350.                                 "type": "string"
  1351.                               },
  1352.                               "time": {
  1353.                                 "type": "number"
  1354.                               }
  1355.                             },
  1356.                             "required": [
  1357.                               "name",
  1358.                               "time"
  1359.                             ]
  1360.                           },
  1361.                           {
  1362.                             "type": "object",
  1363.                             "properties": {
  1364.                               "name": {
  1365.                                 "type": "string"
  1366.                               },
  1367.                               "time": {
  1368.                                 "type": "number"
  1369.                               }
  1370.                             },
  1371.                             "required": [
  1372.                               "name",
  1373.                               "time"
  1374.                             ]
  1375.                           },
  1376.                           {
  1377.                             "type": "object",
  1378.                             "properties": {
  1379.                               "name": {
  1380.                                 "type": "string"
  1381.                               },
  1382.                               "time": {
  1383.                                 "type": "number"
  1384.                               }
  1385.                             },
  1386.                             "required": [
  1387.                               "name",
  1388.                               "time"
  1389.                             ]
  1390.                           },
  1391.                           {
  1392.                             "type": "object",
  1393.                             "properties": {
  1394.                               "name": {
  1395.                                 "type": "string"
  1396.                               },
  1397.                               "time": {
  1398.                                 "type": "number"
  1399.                               }
  1400.                             },
  1401.                             "required": [
  1402.                               "name",
  1403.                               "time"
  1404.                             ]
  1405.                           },
  1406.                           {
  1407.                             "type": "object",
  1408.                             "properties": {
  1409.                               "name": {
  1410.                                 "type": "string"
  1411.                               },
  1412.                               "time": {
  1413.                                 "type": "number"
  1414.                               }
  1415.                             },
  1416.                             "required": [
  1417.                               "name",
  1418.                               "time"
  1419.                             ]
  1420.                           },
  1421.                           {
  1422.                             "type": "object",
  1423.                             "properties": {
  1424.                               "name": {
  1425.                                 "type": "string"
  1426.                               },
  1427.                               "time": {
  1428.                                 "type": "number"
  1429.                               }
  1430.                             },
  1431.                             "required": [
  1432.                               "name",
  1433.                               "time"
  1434.                             ]
  1435.                           },
  1436.                           {
  1437.                             "type": "object",
  1438.                             "properties": {
  1439.                               "name": {
  1440.                                 "type": "string"
  1441.                               },
  1442.                               "time": {
  1443.                                 "type": "number"
  1444.                               }
  1445.                             },
  1446.                             "required": [
  1447.                               "name",
  1448.                               "time"
  1449.                             ]
  1450.                           },
  1451.                           {
  1452.                             "type": "object",
  1453.                             "properties": {
  1454.                               "name": {
  1455.                                 "type": "string"
  1456.                               },
  1457.                               "time": {
  1458.                                 "type": "number"
  1459.                               }
  1460.                             },
  1461.                             "required": [
  1462.                               "name",
  1463.                               "time"
  1464.                             ]
  1465.                           },
  1466.                           {
  1467.                             "type": "object",
  1468.                             "properties": {
  1469.                               "name": {
  1470.                                 "type": "string"
  1471.                               },
  1472.                               "time": {
  1473.                                 "type": "number"
  1474.                               }
  1475.                             },
  1476.                             "required": [
  1477.                               "name",
  1478.                               "time"
  1479.                             ]
  1480.                           },
  1481.                           {
  1482.                             "type": "object",
  1483.                             "properties": {
  1484.                               "name": {
  1485.                                 "type": "string"
  1486.                               },
  1487.                               "time": {
  1488.                                 "type": "number"
  1489.                               }
  1490.                             },
  1491.                             "required": [
  1492.                               "name",
  1493.                               "time"
  1494.                             ]
  1495.                           },
  1496.                           {
  1497.                             "type": "object",
  1498.                             "properties": {
  1499.                               "name": {
  1500.                                 "type": "string"
  1501.                               },
  1502.                               "time": {
  1503.                                 "type": "number"
  1504.                               }
  1505.                             },
  1506.                             "required": [
  1507.                               "name",
  1508.                               "time"
  1509.                             ]
  1510.                           },
  1511.                           {
  1512.                             "type": "object",
  1513.                             "properties": {
  1514.                               "name": {
  1515.                                 "type": "string"
  1516.                               },
  1517.                               "time": {
  1518.                                 "type": "number"
  1519.                               }
  1520.                             },
  1521.                             "required": [
  1522.                               "name",
  1523.                               "time"
  1524.                             ]
  1525.                           },
  1526.                           {
  1527.                             "type": "object",
  1528.                             "properties": {
  1529.                               "name": {
  1530.                                 "type": "string"
  1531.                               },
  1532.                               "time": {
  1533.                                 "type": "number"
  1534.                               }
  1535.                             },
  1536.                             "required": [
  1537.                               "name",
  1538.                               "time"
  1539.                             ]
  1540.                           },
  1541.                           {
  1542.                             "type": "object",
  1543.                             "properties": {
  1544.                               "name": {
  1545.                                 "type": "string"
  1546.                               },
  1547.                               "time": {
  1548.                                 "type": "number"
  1549.                               }
  1550.                             },
  1551.                             "required": [
  1552.                               "name",
  1553.                               "time"
  1554.                             ]
  1555.                           },
  1556.                           {
  1557.                             "type": "object",
  1558.                             "properties": {
  1559.                               "name": {
  1560.                                 "type": "string"
  1561.                               },
  1562.                               "time": {
  1563.                                 "type": "number"
  1564.                               }
  1565.                             },
  1566.                             "required": [
  1567.                               "name",
  1568.                               "time"
  1569.                             ]
  1570.                           },
  1571.                           {
  1572.                             "type": "object",
  1573.                             "properties": {
  1574.                               "name": {
  1575.                                 "type": "string"
  1576.                               },
  1577.                               "time": {
  1578.                                 "type": "number"
  1579.                               }
  1580.                             },
  1581.                             "required": [
  1582.                               "name",
  1583.                               "time"
  1584.                             ]
  1585.                           },
  1586.                           {
  1587.                             "type": "object",
  1588.                             "properties": {
  1589.                               "name": {
  1590.                                 "type": "string"
  1591.                               },
  1592.                               "time": {
  1593.                                 "type": "number"
  1594.                               }
  1595.                             },
  1596.                             "required": [
  1597.                               "name",
  1598.                               "time"
  1599.                             ]
  1600.                           },
  1601.                           {
  1602.                             "type": "object",
  1603.                             "properties": {
  1604.                               "name": {
  1605.                                 "type": "string"
  1606.                               },
  1607.                               "time": {
  1608.                                 "type": "number"
  1609.                               }
  1610.                             },
  1611.                             "required": [
  1612.                               "name",
  1613.                               "time"
  1614.                             ]
  1615.                           },
  1616.                           {
  1617.                             "type": "object",
  1618.                             "properties": {
  1619.                               "name": {
  1620.                                 "type": "string"
  1621.                               },
  1622.                               "time": {
  1623.                                 "type": "number"
  1624.                               }
  1625.                             },
  1626.                             "required": [
  1627.                               "name",
  1628.                               "time"
  1629.                             ]
  1630.                           },
  1631.                           {
  1632.                             "type": "object",
  1633.                             "properties": {
  1634.                               "name": {
  1635.                                 "type": "string"
  1636.                               },
  1637.                               "time": {
  1638.                                 "type": "number"
  1639.                               }
  1640.                             },
  1641.                             "required": [
  1642.                               "name",
  1643.                               "time"
  1644.                             ]
  1645.                           },
  1646.                           {
  1647.                             "type": "object",
  1648.                             "properties": {
  1649.                               "name": {
  1650.                                 "type": "string"
  1651.                               },
  1652.                               "time": {
  1653.                                 "type": "number"
  1654.                               }
  1655.                             },
  1656.                             "required": [
  1657.                               "name",
  1658.                               "time"
  1659.                             ]
  1660.                           },
  1661.                           {
  1662.                             "type": "object",
  1663.                             "properties": {
  1664.                               "name": {
  1665.                                 "type": "string"
  1666.                               },
  1667.                               "time": {
  1668.                                 "type": "number"
  1669.                               }
  1670.                             },
  1671.                             "required": [
  1672.                               "name",
  1673.                               "time"
  1674.                             ]
  1675.                           },
  1676.                           {
  1677.                             "type": "object",
  1678.                             "properties": {
  1679.                               "name": {
  1680.                                 "type": "string"
  1681.                               },
  1682.                               "time": {
  1683.                                 "type": "number"
  1684.                               }
  1685.                             },
  1686.                             "required": [
  1687.                               "name",
  1688.                               "time"
  1689.                             ]
  1690.                           },
  1691.                           {
  1692.                             "type": "object",
  1693.                             "properties": {
  1694.                               "name": {
  1695.                                 "type": "string"
  1696.                               },
  1697.                               "time": {
  1698.                                 "type": "number"
  1699.                               }
  1700.                             },
  1701.                             "required": [
  1702.                               "name",
  1703.                               "time"
  1704.                             ]
  1705.                           },
  1706.                           {
  1707.                             "type": "object",
  1708.                             "properties": {
  1709.                               "name": {
  1710.                                 "type": "string"
  1711.                               },
  1712.                               "time": {
  1713.                                 "type": "number"
  1714.                               }
  1715.                             },
  1716.                             "required": [
  1717.                               "name",
  1718.                               "time"
  1719.                             ]
  1720.                           },
  1721.                           {
  1722.                             "type": "object",
  1723.                             "properties": {
  1724.                               "name": {
  1725.                                 "type": "string"
  1726.                               },
  1727.                               "time": {
  1728.                                 "type": "number"
  1729.                               }
  1730.                             },
  1731.                             "required": [
  1732.                               "name",
  1733.                               "time"
  1734.                             ]
  1735.                           },
  1736.                           {
  1737.                             "type": "object",
  1738.                             "properties": {
  1739.                               "name": {
  1740.                                 "type": "string"
  1741.                               },
  1742.                               "time": {
  1743.                                 "type": "number"
  1744.                               }
  1745.                             },
  1746.                             "required": [
  1747.                               "name",
  1748.                               "time"
  1749.                             ]
  1750.                           },
  1751.                           {
  1752.                             "type": "object",
  1753.                             "properties": {
  1754.                               "name": {
  1755.                                 "type": "string"
  1756.                               },
  1757.                               "time": {
  1758.                                 "type": "number"
  1759.                               }
  1760.                             },
  1761.                             "required": [
  1762.                               "name",
  1763.                               "time"
  1764.                             ]
  1765.                           },
  1766.                           {
  1767.                             "type": "object",
  1768.                             "properties": {
  1769.                               "name": {
  1770.                                 "type": "string"
  1771.                               },
  1772.                               "time": {
  1773.                                 "type": "number"
  1774.                               }
  1775.                             },
  1776.                             "required": [
  1777.                               "name",
  1778.                               "time"
  1779.                             ]
  1780.                           },
  1781.                           {
  1782.                             "type": "object",
  1783.                             "properties": {
  1784.                               "name": {
  1785.                                 "type": "string"
  1786.                               },
  1787.                               "time": {
  1788.                                 "type": "number"
  1789.                               }
  1790.                             },
  1791.                             "required": [
  1792.                               "name",
  1793.                               "time"
  1794.                             ]
  1795.                           },
  1796.                           {
  1797.                             "type": "object",
  1798.                             "properties": {
  1799.                               "name": {
  1800.                                 "type": "string"
  1801.                               },
  1802.                               "time": {
  1803.                                 "type": "number"
  1804.                               }
  1805.                             },
  1806.                             "required": [
  1807.                               "name",
  1808.                               "time"
  1809.                             ]
  1810.                           },
  1811.                           {
  1812.                             "type": "object",
  1813.                             "properties": {
  1814.                               "name": {
  1815.                                 "type": "string"
  1816.                               },
  1817.                               "time": {
  1818.                                 "type": "number"
  1819.                               }
  1820.                             },
  1821.                             "required": [
  1822.                               "name",
  1823.                               "time"
  1824.                             ]
  1825.                           },
  1826.                           {
  1827.                             "type": "object",
  1828.                             "properties": {
  1829.                               "name": {
  1830.                                 "type": "string"
  1831.                               },
  1832.                               "time": {
  1833.                                 "type": "number"
  1834.                               }
  1835.                             },
  1836.                             "required": [
  1837.                               "name",
  1838.                               "time"
  1839.                             ]
  1840.                           },
  1841.                           {
  1842.                             "type": "object",
  1843.                             "properties": {
  1844.                               "name": {
  1845.                                 "type": "string"
  1846.                               },
  1847.                               "time": {
  1848.                                 "type": "number"
  1849.                               }
  1850.                             },
  1851.                             "required": [
  1852.                               "name",
  1853.                               "time"
  1854.                             ]
  1855.                           },
  1856.                           {
  1857.                             "type": "object",
  1858.                             "properties": {
  1859.                               "name": {
  1860.                                 "type": "string"
  1861.                               },
  1862.                               "time": {
  1863.                                 "type": "number"
  1864.                               }
  1865.                             },
  1866.                             "required": [
  1867.                               "name",
  1868.                               "time"
  1869.                             ]
  1870.                           },
  1871.                           {
  1872.                             "type": "object",
  1873.                             "properties": {
  1874.                               "name": {
  1875.                                 "type": "string"
  1876.                               },
  1877.                               "time": {
  1878.                                 "type": "number"
  1879.                               }
  1880.                             },
  1881.                             "required": [
  1882.                               "name",
  1883.                               "time"
  1884.                             ]
  1885.                           },
  1886.                           {
  1887.                             "type": "object",
  1888.                             "properties": {
  1889.                               "name": {
  1890.                                 "type": "string"
  1891.                               },
  1892.                               "time": {
  1893.                                 "type": "number"
  1894.                               }
  1895.                             },
  1896.                             "required": [
  1897.                               "name",
  1898.                               "time"
  1899.                             ]
  1900.                           },
  1901.                           {
  1902.                             "type": "object",
  1903.                             "properties": {
  1904.                               "name": {
  1905.                                 "type": "string"
  1906.                               },
  1907.                               "time": {
  1908.                                 "type": "number"
  1909.                               }
  1910.                             },
  1911.                             "required": [
  1912.                               "name",
  1913.                               "time"
  1914.                             ]
  1915.                           },
  1916.                           {
  1917.                             "type": "object",
  1918.                             "properties": {
  1919.                               "name": {
  1920.                                 "type": "string"
  1921.                               },
  1922.                               "time": {
  1923.                                 "type": "number"
  1924.                               }
  1925.                             },
  1926.                             "required": [
  1927.                               "name",
  1928.                               "time"
  1929.                             ]
  1930.                           },
  1931.                           {
  1932.                             "type": "object",
  1933.                             "properties": {
  1934.                               "name": {
  1935.                                 "type": "string"
  1936.                               },
  1937.                               "time": {
  1938.                                 "type": "number"
  1939.                               }
  1940.                             },
  1941.                             "required": [
  1942.                               "name",
  1943.                               "time"
  1944.                             ]
  1945.                           },
  1946.                           {
  1947.                             "type": "object",
  1948.                             "properties": {
  1949.                               "name": {
  1950.                                 "type": "string"
  1951.                               },
  1952.                               "time": {
  1953.                                 "type": "number"
  1954.                               }
  1955.                             },
  1956.                             "required": [
  1957.                               "name",
  1958.                               "time"
  1959.                             ]
  1960.                           },
  1961.                           {
  1962.                             "type": "object",
  1963.                             "properties": {
  1964.                               "name": {
  1965.                                 "type": "string"
  1966.                               },
  1967.                               "time": {
  1968.                                 "type": "number"
  1969.                               }
  1970.                             },
  1971.                             "required": [
  1972.                               "name",
  1973.                               "time"
  1974.                             ]
  1975.                           },
  1976.                           {
  1977.                             "type": "object",
  1978.                             "properties": {
  1979.                               "name": {
  1980.                                 "type": "string"
  1981.                               },
  1982.                               "time": {
  1983.                                 "type": "number"
  1984.                               }
  1985.                             },
  1986.                             "required": [
  1987.                               "name",
  1988.                               "time"
  1989.                             ]
  1990.                           },
  1991.                           {
  1992.                             "type": "object",
  1993.                             "properties": {
  1994.                               "name": {
  1995.                                 "type": "string"
  1996.                               },
  1997.                               "time": {
  1998.                                 "type": "number"
  1999.                               }
  2000.                             },
  2001.                             "required": [
  2002.                               "name",
  2003.                               "time"
  2004.                             ]
  2005.                           },
  2006.                           {
  2007.                             "type": "object",
  2008.                             "properties": {
  2009.                               "name": {
  2010.                                 "type": "string"
  2011.                               },
  2012.                               "time": {
  2013.                                 "type": "number"
  2014.                               }
  2015.                             },
  2016.                             "required": [
  2017.                               "name",
  2018.                               "time"
  2019.                             ]
  2020.                           },
  2021.                           {
  2022.                             "type": "object",
  2023.                             "properties": {
  2024.                               "name": {
  2025.                                 "type": "string"
  2026.                               },
  2027.                               "time": {
  2028.                                 "type": "number"
  2029.                               }
  2030.                             },
  2031.                             "required": [
  2032.                               "name",
  2033.                               "time"
  2034.                             ]
  2035.                           },
  2036.                           {
  2037.                             "type": "object",
  2038.                             "properties": {
  2039.                               "name": {
  2040.                                 "type": "string"
  2041.                               },
  2042.                               "time": {
  2043.                                 "type": "number"
  2044.                               }
  2045.                             },
  2046.                             "required": [
  2047.                               "name",
  2048.                               "time"
  2049.                             ]
  2050.                           },
  2051.                           {
  2052.                             "type": "object",
  2053.                             "properties": {
  2054.                               "name": {
  2055.                                 "type": "string"
  2056.                               },
  2057.                               "time": {
  2058.                                 "type": "number"
  2059.                               }
  2060.                             },
  2061.                             "required": [
  2062.                               "name",
  2063.                               "time"
  2064.                             ]
  2065.                           },
  2066.                           {
  2067.                             "type": "object",
  2068.                             "properties": {
  2069.                               "name": {
  2070.                                 "type": "string"
  2071.                               },
  2072.                               "time": {
  2073.                                 "type": "number"
  2074.                               }
  2075.                             },
  2076.                             "required": [
  2077.                               "name",
  2078.                               "time"
  2079.                             ]
  2080.                           },
  2081.                           {
  2082.                             "type": "object",
  2083.                             "properties": {
  2084.                               "name": {
  2085.                                 "type": "string"
  2086.                               },
  2087.                               "time": {
  2088.                                 "type": "number"
  2089.                               }
  2090.                             },
  2091.                             "required": [
  2092.                               "name",
  2093.                               "time"
  2094.                             ]
  2095.                           },
  2096.                           {
  2097.                             "type": "object",
  2098.                             "properties": {
  2099.                               "name": {
  2100.                                 "type": "string"
  2101.                               },
  2102.                               "time": {
  2103.                                 "type": "number"
  2104.                               }
  2105.                             },
  2106.                             "required": [
  2107.                               "name",
  2108.                               "time"
  2109.                             ]
  2110.                           },
  2111.                           {
  2112.                             "type": "object",
  2113.                             "properties": {
  2114.                               "name": {
  2115.                                 "type": "string"
  2116.                               },
  2117.                               "time": {
  2118.                                 "type": "number"
  2119.                               }
  2120.                             },
  2121.                             "required": [
  2122.                               "name",
  2123.                               "time"
  2124.                             ]
  2125.                           },
  2126.                           {
  2127.                             "type": "object",
  2128.                             "properties": {
  2129.                               "name": {
  2130.                                 "type": "string"
  2131.                               },
  2132.                               "time": {
  2133.                                 "type": "number"
  2134.                               }
  2135.                             },
  2136.                             "required": [
  2137.                               "name",
  2138.                               "time"
  2139.                             ]
  2140.                           },
  2141.                           {
  2142.                             "type": "object",
  2143.                             "properties": {
  2144.                               "name": {
  2145.                                 "type": "string"
  2146.                               },
  2147.                               "time": {
  2148.                                 "type": "number"
  2149.                               }
  2150.                             },
  2151.                             "required": [
  2152.                               "name",
  2153.                               "time"
  2154.                             ]
  2155.                           },
  2156.                           {
  2157.                             "type": "object",
  2158.                             "properties": {
  2159.                               "name": {
  2160.                                 "type": "string"
  2161.                               },
  2162.                               "time": {
  2163.                                 "type": "number"
  2164.                               }
  2165.                             },
  2166.                             "required": [
  2167.                               "name",
  2168.                               "time"
  2169.                             ]
  2170.                           },
  2171.                           {
  2172.                             "type": "object",
  2173.                             "properties": {
  2174.                               "name": {
  2175.                                 "type": "string"
  2176.                               },
  2177.                               "time": {
  2178.                                 "type": "number"
  2179.                               }
  2180.                             },
  2181.                             "required": [
  2182.                               "name",
  2183.                               "time"
  2184.                             ]
  2185.                           },
  2186.                           {
  2187.                             "type": "object",
  2188.                             "properties": {
  2189.                               "name": {
  2190.                                 "type": "string"
  2191.                               },
  2192.                               "time": {
  2193.                                 "type": "number"
  2194.                               }
  2195.                             },
  2196.                             "required": [
  2197.                               "name",
  2198.                               "time"
  2199.                             ]
  2200.                           },
  2201.                           {
  2202.                             "type": "object",
  2203.                             "properties": {
  2204.                               "name": {
  2205.                                 "type": "string"
  2206.                               },
  2207.                               "time": {
  2208.                                 "type": "number"
  2209.                               }
  2210.                             },
  2211.                             "required": [
  2212.                               "name",
  2213.                               "time"
  2214.                             ]
  2215.                           },
  2216.                           {
  2217.                             "type": "object",
  2218.                             "properties": {
  2219.                               "name": {
  2220.                                 "type": "string"
  2221.                               },
  2222.                               "time": {
  2223.                                 "type": "number"
  2224.                               }
  2225.                             },
  2226.                             "required": [
  2227.                               "name",
  2228.                               "time"
  2229.                             ]
  2230.                           },
  2231.                           {
  2232.                             "type": "object",
  2233.                             "properties": {
  2234.                               "name": {
  2235.                                 "type": "string"
  2236.                               },
  2237.                               "time": {
  2238.                                 "type": "number"
  2239.                               }
  2240.                             },
  2241.                             "required": [
  2242.                               "name",
  2243.                               "time"
  2244.                             ]
  2245.                           },
  2246.                           {
  2247.                             "type": "object",
  2248.                             "properties": {
  2249.                               "name": {
  2250.                                 "type": "string"
  2251.                               },
  2252.                               "time": {
  2253.                                 "type": "number"
  2254.                               }
  2255.                             },
  2256.                             "required": [
  2257.                               "name",
  2258.                               "time"
  2259.                             ]
  2260.                           },
  2261.                           {
  2262.                             "type": "object",
  2263.                             "properties": {
  2264.                               "name": {
  2265.                                 "type": "string"
  2266.                               },
  2267.                               "time": {
  2268.                                 "type": "number"
  2269.                               }
  2270.                             },
  2271.                             "required": [
  2272.                               "name",
  2273.                               "time"
  2274.                             ]
  2275.                           },
  2276.                           {
  2277.                             "type": "object",
  2278.                             "properties": {
  2279.                               "name": {
  2280.                                 "type": "string"
  2281.                               },
  2282.                               "time": {
  2283.                                 "type": "number"
  2284.                               }
  2285.                             },
  2286.                             "required": [
  2287.                               "name",
  2288.                               "time"
  2289.                             ]
  2290.                           },
  2291.                           {
  2292.                             "type": "object",
  2293.                             "properties": {
  2294.                               "name": {
  2295.                                 "type": "string"
  2296.                               },
  2297.                               "time": {
  2298.                                 "type": "number"
  2299.                               }
  2300.                             },
  2301.                             "required": [
  2302.                               "name",
  2303.                               "time"
  2304.                             ]
  2305.                           },
  2306.                           {
  2307.                             "type": "object",
  2308.                             "properties": {
  2309.                               "name": {
  2310.                                 "type": "string"
  2311.                               },
  2312.                               "time": {
  2313.                                 "type": "number"
  2314.                               }
  2315.                             },
  2316.                             "required": [
  2317.                               "name",
  2318.                               "time"
  2319.                             ]
  2320.                           },
  2321.                           {
  2322.                             "type": "object",
  2323.                             "properties": {
  2324.                               "name": {
  2325.                                 "type": "string"
  2326.                               },
  2327.                               "time": {
  2328.                                 "type": "number"
  2329.                               }
  2330.                             },
  2331.                             "required": [
  2332.                               "name",
  2333.                               "time"
  2334.                             ]
  2335.                           },
  2336.                           {
  2337.                             "type": "object",
  2338.                             "properties": {
  2339.                               "name": {
  2340.                                 "type": "string"
  2341.                               },
  2342.                               "time": {
  2343.                                 "type": "number"
  2344.                               }
  2345.                             },
  2346.                             "required": [
  2347.                               "name",
  2348.                               "time"
  2349.                             ]
  2350.                           },
  2351.                           {
  2352.                             "type": "object",
  2353.                             "properties": {
  2354.                               "name": {
  2355.                                 "type": "string"
  2356.                               },
  2357.                               "time": {
  2358.                                 "type": "number"
  2359.                               }
  2360.                             },
  2361.                             "required": [
  2362.                               "name",
  2363.                               "time"
  2364.                             ]
  2365.                           },
  2366.                           {
  2367.                             "type": "object",
  2368.                             "properties": {
  2369.                               "name": {
  2370.                                 "type": "string"
  2371.                               },
  2372.                               "time": {
  2373.                                 "type": "number"
  2374.                               }
  2375.                             },
  2376.                             "required": [
  2377.                               "name",
  2378.                               "time"
  2379.                             ]
  2380.                           },
  2381.                           {
  2382.                             "type": "object",
  2383.                             "properties": {
  2384.                               "name": {
  2385.                                 "type": "string"
  2386.                               },
  2387.                               "time": {
  2388.                                 "type": "number"
  2389.                               }
  2390.                             },
  2391.                             "required": [
  2392.                               "name",
  2393.                               "time"
  2394.                             ]
  2395.                           },
  2396.                           {
  2397.                             "type": "object",
  2398.                             "properties": {
  2399.                               "name": {
  2400.                                 "type": "string"
  2401.                               },
  2402.                               "time": {
  2403.                                 "type": "number"
  2404.                               }
  2405.                             },
  2406.                             "required": [
  2407.                               "name",
  2408.                               "time"
  2409.                             ]
  2410.                           },
  2411.                           {
  2412.                             "type": "object",
  2413.                             "properties": {
  2414.                               "name": {
  2415.                                 "type": "string"
  2416.                               },
  2417.                               "time": {
  2418.                                 "type": "number"
  2419.                               }
  2420.                             },
  2421.                             "required": [
  2422.                               "name",
  2423.                               "time"
  2424.                             ]
  2425.                           },
  2426.                           {
  2427.                             "type": "object",
  2428.                             "properties": {
  2429.                               "name": {
  2430.                                 "type": "string"
  2431.                               },
  2432.                               "time": {
  2433.                                 "type": "number"
  2434.                               }
  2435.                             },
  2436.                             "required": [
  2437.                               "name",
  2438.                               "time"
  2439.                             ]
  2440.                           },
  2441.                           {
  2442.                             "type": "object",
  2443.                             "properties": {
  2444.                               "name": {
  2445.                                 "type": "string"
  2446.                               },
  2447.                               "time": {
  2448.                                 "type": "number"
  2449.                               }
  2450.                             },
  2451.                             "required": [
  2452.                               "name",
  2453.                               "time"
  2454.                             ]
  2455.                           },
  2456.                           {
  2457.                             "type": "object",
  2458.                             "properties": {
  2459.                               "name": {
  2460.                                 "type": "string"
  2461.                               },
  2462.                               "time": {
  2463.                                 "type": "number"
  2464.                               }
  2465.                             },
  2466.                             "required": [
  2467.                               "name",
  2468.                               "time"
  2469.                             ]
  2470.                           },
  2471.                           {
  2472.                             "type": "object",
  2473.                             "properties": {
  2474.                               "name": {
  2475.                                 "type": "string"
  2476.                               },
  2477.                               "time": {
  2478.                                 "type": "number"
  2479.                               }
  2480.                             },
  2481.                             "required": [
  2482.                               "name",
  2483.                               "time"
  2484.                             ]
  2485.                           },
  2486.                           {
  2487.                             "type": "object",
  2488.                             "properties": {
  2489.                               "name": {
  2490.                                 "type": "string"
  2491.                               },
  2492.                               "time": {
  2493.                                 "type": "number"
  2494.                               }
  2495.                             },
  2496.                             "required": [
  2497.                               "name",
  2498.                               "time"
  2499.                             ]
  2500.                           },
  2501.                           {
  2502.                             "type": "object",
  2503.                             "properties": {
  2504.                               "name": {
  2505.                                 "type": "string"
  2506.                               },
  2507.                               "time": {
  2508.                                 "type": "number"
  2509.                               }
  2510.                             },
  2511.                             "required": [
  2512.                               "name",
  2513.                               "time"
  2514.                             ]
  2515.                           },
  2516.                           {
  2517.                             "type": "object",
  2518.                             "properties": {
  2519.                               "name": {
  2520.                                 "type": "string"
  2521.                               },
  2522.                               "time": {
  2523.                                 "type": "number"
  2524.                               }
  2525.                             },
  2526.                             "required": [
  2527.                               "name",
  2528.                               "time"
  2529.                             ]
  2530.                           },
  2531.                           {
  2532.                             "type": "object",
  2533.                             "properties": {
  2534.                               "name": {
  2535.                                 "type": "string"
  2536.                               },
  2537.                               "time": {
  2538.                                 "type": "number"
  2539.                               }
  2540.                             },
  2541.                             "required": [
  2542.                               "name",
  2543.                               "time"
  2544.                             ]
  2545.                           },
  2546.                           {
  2547.                             "type": "object",
  2548.                             "properties": {
  2549.                               "name": {
  2550.                                 "type": "string"
  2551.                               },
  2552.                               "time": {
  2553.                                 "type": "number"
  2554.                               }
  2555.                             },
  2556.                             "required": [
  2557.                               "name",
  2558.                               "time"
  2559.                             ]
  2560.                           },
  2561.                           {
  2562.                             "type": "object",
  2563.                             "properties": {
  2564.                               "name": {
  2565.                                 "type": "string"
  2566.                               },
  2567.                               "time": {
  2568.                                 "type": "number"
  2569.                               }
  2570.                             },
  2571.                             "required": [
  2572.                               "name",
  2573.                               "time"
  2574.                             ]
  2575.                           },
  2576.                           {
  2577.                             "type": "object",
  2578.                             "properties": {
  2579.                               "name": {
  2580.                                 "type": "string"
  2581.                               },
  2582.                               "time": {
  2583.                                 "type": "number"
  2584.                               }
  2585.                             },
  2586.                             "required": [
  2587.                               "name",
  2588.                               "time"
  2589.                             ]
  2590.                           },
  2591.                           {
  2592.                             "type": "object",
  2593.                             "properties": {
  2594.                               "name": {
  2595.                                 "type": "string"
  2596.                               },
  2597.                               "time": {
  2598.                                 "type": "number"
  2599.                               }
  2600.                             },
  2601.                             "required": [
  2602.                               "name",
  2603.                               "time"
  2604.                             ]
  2605.                           },
  2606.                           {
  2607.                             "type": "object",
  2608.                             "properties": {
  2609.                               "name": {
  2610.                                 "type": "string"
  2611.                               },
  2612.                               "time": {
  2613.                                 "type": "number"
  2614.                               }
  2615.                             },
  2616.                             "required": [
  2617.                               "name",
  2618.                               "time"
  2619.                             ]
  2620.                           },
  2621.                           {
  2622.                             "type": "object",
  2623.                             "properties": {
  2624.                               "name": {
  2625.                                 "type": "string"
  2626.                               },
  2627.                               "time": {
  2628.                                 "type": "number"
  2629.                               }
  2630.                             },
  2631.                             "required": [
  2632.                               "name",
  2633.                               "time"
  2634.                             ]
  2635.                           },
  2636.                           {
  2637.                             "type": "object",
  2638.                             "properties": {
  2639.                               "name": {
  2640.                                 "type": "string"
  2641.                               },
  2642.                               "time": {
  2643.                                 "type": "number"
  2644.                               }
  2645.                             },
  2646.                             "required": [
  2647.                               "name",
  2648.                               "time"
  2649.                             ]
  2650.                           },
  2651.                           {
  2652.                             "type": "object",
  2653.                             "properties": {
  2654.                               "name": {
  2655.                                 "type": "string"
  2656.                               },
  2657.                               "time": {
  2658.                                 "type": "number"
  2659.                               }
  2660.                             },
  2661.                             "required": [
  2662.                               "name",
  2663.                               "time"
  2664.                             ]
  2665.                           },
  2666.                           {
  2667.                             "type": "object",
  2668.                             "properties": {
  2669.                               "name": {
  2670.                                 "type": "string"
  2671.                               },
  2672.                               "time": {
  2673.                                 "type": "number"
  2674.                               }
  2675.                             },
  2676.                             "required": [
  2677.                               "name",
  2678.                               "time"
  2679.                             ]
  2680.                           },
  2681.                           {
  2682.                             "type": "object",
  2683.                             "properties": {
  2684.                               "name": {
  2685.                                 "type": "string"
  2686.                               },
  2687.                               "time": {
  2688.                                 "type": "number"
  2689.                               }
  2690.                             },
  2691.                             "required": [
  2692.                               "name",
  2693.                               "time"
  2694.                             ]
  2695.                           },
  2696.                           {
  2697.                             "type": "object",
  2698.                             "properties": {
  2699.                               "name": {
  2700.                                 "type": "string"
  2701.                               },
  2702.                               "time": {
  2703.                                 "type": "number"
  2704.                               }
  2705.                             },
  2706.                             "required": [
  2707.                               "name",
  2708.                               "time"
  2709.                             ]
  2710.                           },
  2711.                           {
  2712.                             "type": "object",
  2713.                             "properties": {
  2714.                               "name": {
  2715.                                 "type": "string"
  2716.                               },
  2717.                               "time": {
  2718.                                 "type": "number"
  2719.                               }
  2720.                             },
  2721.                             "required": [
  2722.                               "name",
  2723.                               "time"
  2724.                             ]
  2725.                           },
  2726.                           {
  2727.                             "type": "object",
  2728.                             "properties": {
  2729.                               "name": {
  2730.                                 "type": "string"
  2731.                               },
  2732.                               "time": {
  2733.                                 "type": "number"
  2734.                               }
  2735.                             },
  2736.                             "required": [
  2737.                               "name",
  2738.                               "time"
  2739.                             ]
  2740.                           },
  2741.                           {
  2742.                             "type": "object",
  2743.                             "properties": {
  2744.                               "name": {
  2745.                                 "type": "string"
  2746.                               },
  2747.                               "time": {
  2748.                                 "type": "number"
  2749.                               }
  2750.                             },
  2751.                             "required": [
  2752.                               "name",
  2753.                               "time"
  2754.                             ]
  2755.                           },
  2756.                           {
  2757.                             "type": "object",
  2758.                             "properties": {
  2759.                               "name": {
  2760.                                 "type": "string"
  2761.                               },
  2762.                               "time": {
  2763.                                 "type": "number"
  2764.                               }
  2765.                             },
  2766.                             "required": [
  2767.                               "name",
  2768.                               "time"
  2769.                             ]
  2770.                           },
  2771.                           {
  2772.                             "type": "object",
  2773.                             "properties": {
  2774.                               "name": {
  2775.                                 "type": "string"
  2776.                               },
  2777.                               "time": {
  2778.                                 "type": "number"
  2779.                               }
  2780.                             },
  2781.                             "required": [
  2782.                               "name",
  2783.                               "time"
  2784.                             ]
  2785.                           },
  2786.                           {
  2787.                             "type": "object",
  2788.                             "properties": {
  2789.                               "name": {
  2790.                                 "type": "string"
  2791.                               },
  2792.                               "time": {
  2793.                                 "type": "number"
  2794.                               }
  2795.                             },
  2796.                             "required": [
  2797.                               "name",
  2798.                               "time"
  2799.                             ]
  2800.                           },
  2801.                           {
  2802.                             "type": "object",
  2803.                             "properties": {
  2804.                               "name": {
  2805.                                 "type": "string"
  2806.                               },
  2807.                               "time": {
  2808.                                 "type": "number"
  2809.                               }
  2810.                             },
  2811.                             "required": [
  2812.                               "name",
  2813.                               "time"
  2814.                             ]
  2815.                           },
  2816.                           {
  2817.                             "type": "object",
  2818.                             "properties": {
  2819.                               "name": {
  2820.                                 "type": "string"
  2821.                               },
  2822.                               "time": {
  2823.                                 "type": "number"
  2824.                               }
  2825.                             },
  2826.                             "required": [
  2827.                               "name",
  2828.                               "time"
  2829.                             ]
  2830.                           },
  2831.                           {
  2832.                             "type": "object",
  2833.                             "properties": {
  2834.                               "name": {
  2835.                                 "type": "string"
  2836.                               },
  2837.                               "time": {
  2838.                                 "type": "number"
  2839.                               }
  2840.                             },
  2841.                             "required": [
  2842.                               "name",
  2843.                               "time"
  2844.                             ]
  2845.                           },
  2846.                           {
  2847.                             "type": "object",
  2848.                             "properties": {
  2849.                               "name": {
  2850.                                 "type": "string"
  2851.                               },
  2852.                               "time": {
  2853.                                 "type": "number"
  2854.                               }
  2855.                             },
  2856.                             "required": [
  2857.                               "name",
  2858.                               "time"
  2859.                             ]
  2860.                           },
  2861.                           {
  2862.                             "type": "object",
  2863.                             "properties": {
  2864.                               "name": {
  2865.                                 "type": "string"
  2866.                               },
  2867.                               "time": {
  2868.                                 "type": "number"
  2869.                               }
  2870.                             },
  2871.                             "required": [
  2872.                               "name",
  2873.                               "time"
  2874.                             ]
  2875.                           },
  2876.                           {
  2877.                             "type": "object",
  2878.                             "properties": {
  2879.                               "name": {
  2880.                                 "type": "string"
  2881.                               },
  2882.                               "time": {
  2883.                                 "type": "number"
  2884.                               }
  2885.                             },
  2886.                             "required": [
  2887.                               "name",
  2888.                               "time"
  2889.                             ]
  2890.                           },
  2891.                           {
  2892.                             "type": "object",
  2893.                             "properties": {
  2894.                               "name": {
  2895.                                 "type": "string"
  2896.                               },
  2897.                               "time": {
  2898.                                 "type": "number"
  2899.                               }
  2900.                             },
  2901.                             "required": [
  2902.                               "name",
  2903.                               "time"
  2904.                             ]
  2905.                           },
  2906.                           {
  2907.                             "type": "object",
  2908.                             "properties": {
  2909.                               "name": {
  2910.                                 "type": "string"
  2911.                               },
  2912.                               "time": {
  2913.                                 "type": "number"
  2914.                               }
  2915.                             },
  2916.                             "required": [
  2917.                               "name",
  2918.                               "time"
  2919.                             ]
  2920.                           },
  2921.                           {
  2922.                             "type": "object",
  2923.                             "properties": {
  2924.                               "name": {
  2925.                                 "type": "string"
  2926.                               },
  2927.                               "time": {
  2928.                                 "type": "number"
  2929.                               }
  2930.                             },
  2931.                             "required": [
  2932.                               "name",
  2933.                               "time"
  2934.                             ]
  2935.                           },
  2936.                           {
  2937.                             "type": "object",
  2938.                             "properties": {
  2939.                               "name": {
  2940.                                 "type": "string"
  2941.                               },
  2942.                               "time": {
  2943.                                 "type": "number"
  2944.                               }
  2945.                             },
  2946.                             "required": [
  2947.                               "name",
  2948.                               "time"
  2949.                             ]
  2950.                           },
  2951.                           {
  2952.                             "type": "object",
  2953.                             "properties": {
  2954.                               "name": {
  2955.                                 "type": "string"
  2956.                               },
  2957.                               "time": {
  2958.                                 "type": "number"
  2959.                               }
  2960.                             },
  2961.                             "required": [
  2962.                               "name",
  2963.                               "time"
  2964.                             ]
  2965.                           },
  2966.                           {
  2967.                             "type": "object",
  2968.                             "properties": {
  2969.                               "name": {
  2970.                                 "type": "string"
  2971.                               },
  2972.                               "time": {
  2973.                                 "type": "number"
  2974.                               }
  2975.                             },
  2976.                             "required": [
  2977.                               "name",
  2978.                               "time"
  2979.                             ]
  2980.                           },
  2981.                           {
  2982.                             "type": "object",
  2983.                             "properties": {
  2984.                               "name": {
  2985.                                 "type": "string"
  2986.                               },
  2987.                               "time": {
  2988.                                 "type": "number"
  2989.                               }
  2990.                             },
  2991.                             "required": [
  2992.                               "name",
  2993.                               "time"
  2994.                             ]
  2995.                           },
  2996.                           {
  2997.                             "type": "object",
  2998.                             "properties": {
  2999.                               "name": {
  3000.                                 "type": "string"
  3001.                               },
  3002.                               "time": {
  3003.                                 "type": "number"
  3004.                               }
  3005.                             },
  3006.                             "required": [
  3007.                               "name",
  3008.                               "time"
  3009.                             ]
  3010.                           },
  3011.                           {
  3012.                             "type": "object",
  3013.                             "properties": {
  3014.                               "name": {
  3015.                                 "type": "string"
  3016.                               },
  3017.                               "time": {
  3018.                                 "type": "number"
  3019.                               }
  3020.                             },
  3021.                             "required": [
  3022.                               "name",
  3023.                               "time"
  3024.                             ]
  3025.                           },
  3026.                           {
  3027.                             "type": "object",
  3028.                             "properties": {
  3029.                               "name": {
  3030.                                 "type": "string"
  3031.                               },
  3032.                               "time": {
  3033.                                 "type": "number"
  3034.                               }
  3035.                             },
  3036.                             "required": [
  3037.                               "name",
  3038.                               "time"
  3039.                             ]
  3040.                           },
  3041.                           {
  3042.                             "type": "object",
  3043.                             "properties": {
  3044.                               "name": {
  3045.                                 "type": "string"
  3046.                               },
  3047.                               "time": {
  3048.                                 "type": "number"
  3049.                               }
  3050.                             },
  3051.                             "required": [
  3052.                               "name",
  3053.                               "time"
  3054.                             ]
  3055.                           },
  3056.                           {
  3057.                             "type": "object",
  3058.                             "properties": {
  3059.                               "name": {
  3060.                                 "type": "string"
  3061.                               },
  3062.                               "time": {
  3063.                                 "type": "number"
  3064.                               }
  3065.                             },
  3066.                             "required": [
  3067.                               "name",
  3068.                               "time"
  3069.                             ]
  3070.                           },
  3071.                           {
  3072.                             "type": "object",
  3073.                             "properties": {
  3074.                               "name": {
  3075.                                 "type": "string"
  3076.                               },
  3077.                               "time": {
  3078.                                 "type": "number"
  3079.                               }
  3080.                             },
  3081.                             "required": [
  3082.                               "name",
  3083.                               "time"
  3084.                             ]
  3085.                           },
  3086.                           {
  3087.                             "type": "object",
  3088.                             "properties": {
  3089.                               "name": {
  3090.                                 "type": "string"
  3091.                               },
  3092.                               "time": {
  3093.                                 "type": "number"
  3094.                               }
  3095.                             },
  3096.                             "required": [
  3097.                               "name",
  3098.                               "time"
  3099.                             ]
  3100.                           },
  3101.                           {
  3102.                             "type": "object",
  3103.                             "properties": {
  3104.                               "name": {
  3105.                                 "type": "string"
  3106.                               },
  3107.                               "time": {
  3108.                                 "type": "number"
  3109.                               }
  3110.                             },
  3111.                             "required": [
  3112.                               "name",
  3113.                               "time"
  3114.                             ]
  3115.                           },
  3116.                           {
  3117.                             "type": "object",
  3118.                             "properties": {
  3119.                               "name": {
  3120.                                 "type": "string"
  3121.                               },
  3122.                               "time": {
  3123.                                 "type": "number"
  3124.                               }
  3125.                             },
  3126.                             "required": [
  3127.                               "name",
  3128.                               "time"
  3129.                             ]
  3130.                           },
  3131.                           {
  3132.                             "type": "object",
  3133.                             "properties": {
  3134.                               "name": {
  3135.                                 "type": "string"
  3136.                               },
  3137.                               "time": {
  3138.                                 "type": "number"
  3139.                               }
  3140.                             },
  3141.                             "required": [
  3142.                               "name",
  3143.                               "time"
  3144.                             ]
  3145.                           },
  3146.                           {
  3147.                             "type": "object",
  3148.                             "properties": {
  3149.                               "name": {
  3150.                                 "type": "string"
  3151.                               },
  3152.                               "time": {
  3153.                                 "type": "number"
  3154.                               }
  3155.                             },
  3156.                             "required": [
  3157.                               "name",
  3158.                               "time"
  3159.                             ]
  3160.                           },
  3161.                           {
  3162.                             "type": "object",
  3163.                             "properties": {
  3164.                               "name": {
  3165.                                 "type": "string"
  3166.                               },
  3167.                               "time": {
  3168.                                 "type": "number"
  3169.                               }
  3170.                             },
  3171.                             "required": [
  3172.                               "name",
  3173.                               "time"
  3174.                             ]
  3175.                           },
  3176.                           {
  3177.                             "type": "object",
  3178.                             "properties": {
  3179.                               "name": {
  3180.                                 "type": "string"
  3181.                               },
  3182.                               "time": {
  3183.                                 "type": "number"
  3184.                               }
  3185.                             },
  3186.                             "required": [
  3187.                               "name",
  3188.                               "time"
  3189.                             ]
  3190.                           },
  3191.                           {
  3192.                             "type": "object",
  3193.                             "properties": {
  3194.                               "name": {
  3195.                                 "type": "string"
  3196.                               },
  3197.                               "time": {
  3198.                                 "type": "number"
  3199.                               }
  3200.                             },
  3201.                             "required": [
  3202.                               "name",
  3203.                               "time"
  3204.                             ]
  3205.                           },
  3206.                           {
  3207.                             "type": "object",
  3208.                             "properties": {
  3209.                               "name": {
  3210.                                 "type": "string"
  3211.                               },
  3212.                               "time": {
  3213.                                 "type": "number"
  3214.                               }
  3215.                             },
  3216.                             "required": [
  3217.                               "name",
  3218.                               "time"
  3219.                             ]
  3220.                           },
  3221.                           {
  3222.                             "type": "object",
  3223.                             "properties": {
  3224.                               "name": {
  3225.                                 "type": "string"
  3226.                               },
  3227.                               "time": {
  3228.                                 "type": "number"
  3229.                               }
  3230.                             },
  3231.                             "required": [
  3232.                               "name",
  3233.                               "time"
  3234.                             ]
  3235.                           },
  3236.                           {
  3237.                             "type": "object",
  3238.                             "properties": {
  3239.                               "name": {
  3240.                                 "type": "string"
  3241.                               },
  3242.                               "time": {
  3243.                                 "type": "number"
  3244.                               }
  3245.                             },
  3246.                             "required": [
  3247.                               "name",
  3248.                               "time"
  3249.                             ]
  3250.                           },
  3251.                           {
  3252.                             "type": "object",
  3253.                             "properties": {
  3254.                               "name": {
  3255.                                 "type": "string"
  3256.                               },
  3257.                               "time": {
  3258.                                 "type": "number"
  3259.                               }
  3260.                             },
  3261.                             "required": [
  3262.                               "name",
  3263.                               "time"
  3264.                             ]
  3265.                           },
  3266.                           {
  3267.                             "type": "object",
  3268.                             "properties": {
  3269.                               "name": {
  3270.                                 "type": "string"
  3271.                               },
  3272.                               "time": {
  3273.                                 "type": "number"
  3274.                               }
  3275.                             },
  3276.                             "required": [
  3277.                               "name",
  3278.                               "time"
  3279.                             ]
  3280.                           },
  3281.                           {
  3282.                             "type": "object",
  3283.                             "properties": {
  3284.                               "name": {
  3285.                                 "type": "string"
  3286.                               },
  3287.                               "time": {
  3288.                                 "type": "number"
  3289.                               }
  3290.                             },
  3291.                             "required": [
  3292.                               "name",
  3293.                               "time"
  3294.                             ]
  3295.                           },
  3296.                           {
  3297.                             "type": "object",
  3298.                             "properties": {
  3299.                               "name": {
  3300.                                 "type": "string"
  3301.                               },
  3302.                               "time": {
  3303.                                 "type": "number"
  3304.                               }
  3305.                             },
  3306.                             "required": [
  3307.                               "name",
  3308.                               "time"
  3309.                             ]
  3310.                           },
  3311.                           {
  3312.                             "type": "object",
  3313.                             "properties": {
  3314.                               "name": {
  3315.                                 "type": "string"
  3316.                               },
  3317.                               "time": {
  3318.                                 "type": "number"
  3319.                               }
  3320.                             },
  3321.                             "required": [
  3322.                               "name",
  3323.                               "time"
  3324.                             ]
  3325.                           },
  3326.                           {
  3327.                             "type": "object",
  3328.                             "properties": {
  3329.                               "name": {
  3330.                                 "type": "string"
  3331.                               },
  3332.                               "time": {
  3333.                                 "type": "number"
  3334.                               }
  3335.                             },
  3336.                             "required": [
  3337.                               "name",
  3338.                               "time"
  3339.                             ]
  3340.                           },
  3341.                           {
  3342.                             "type": "object",
  3343.                             "properties": {
  3344.                               "name": {
  3345.                                 "type": "string"
  3346.                               },
  3347.                               "time": {
  3348.                                 "type": "number"
  3349.                               }
  3350.                             },
  3351.                             "required": [
  3352.                               "name",
  3353.                               "time"
  3354.                             ]
  3355.                           },
  3356.                           {
  3357.                             "type": "object",
  3358.                             "properties": {
  3359.                               "name": {
  3360.                                 "type": "string"
  3361.                               },
  3362.                               "time": {
  3363.                                 "type": "number"
  3364.                               }
  3365.                             },
  3366.                             "required": [
  3367.                               "name",
  3368.                               "time"
  3369.                             ]
  3370.                           },
  3371.                           {
  3372.                             "type": "object",
  3373.                             "properties": {
  3374.                               "name": {
  3375.                                 "type": "string"
  3376.                               },
  3377.                               "time": {
  3378.                                 "type": "number"
  3379.                               }
  3380.                             },
  3381.                             "required": [
  3382.                               "name",
  3383.                               "time"
  3384.                             ]
  3385.                           },
  3386.                           {
  3387.                             "type": "object",
  3388.                             "properties": {
  3389.                               "name": {
  3390.                                 "type": "string"
  3391.                               },
  3392.                               "time": {
  3393.                                 "type": "number"
  3394.                               }
  3395.                             },
  3396.                             "required": [
  3397.                               "name",
  3398.                               "time"
  3399.                             ]
  3400.                           },
  3401.                           {
  3402.                             "type": "object",
  3403.                             "properties": {
  3404.                               "name": {
  3405.                                 "type": "string"
  3406.                               },
  3407.                               "time": {
  3408.                                 "type": "number"
  3409.                               }
  3410.                             },
  3411.                             "required": [
  3412.                               "name",
  3413.                               "time"
  3414.                             ]
  3415.                           },
  3416.                           {
  3417.                             "type": "object",
  3418.                             "properties": {
  3419.                               "name": {
  3420.                                 "type": "string"
  3421.                               },
  3422.                               "time": {
  3423.                                 "type": "number"
  3424.                               }
  3425.                             },
  3426.                             "required": [
  3427.                               "name",
  3428.                               "time"
  3429.                             ]
  3430.                           },
  3431.                           {
  3432.                             "type": "object",
  3433.                             "properties": {
  3434.                               "name": {
  3435.                                 "type": "string"
  3436.                               },
  3437.                               "time": {
  3438.                                 "type": "number"
  3439.                               }
  3440.                             },
  3441.                             "required": [
  3442.                               "name",
  3443.                               "time"
  3444.                             ]
  3445.                           },
  3446.                           {
  3447.                             "type": "object",
  3448.                             "properties": {
  3449.                               "name": {
  3450.                                 "type": "string"
  3451.                               },
  3452.                               "time": {
  3453.                                 "type": "number"
  3454.                               }
  3455.                             },
  3456.                             "required": [
  3457.                               "name",
  3458.                               "time"
  3459.                             ]
  3460.                           },
  3461.                           {
  3462.                             "type": "object",
  3463.                             "properties": {
  3464.                               "name": {
  3465.                                 "type": "string"
  3466.                               },
  3467.                               "time": {
  3468.                                 "type": "number"
  3469.                               }
  3470.                             },
  3471.                             "required": [
  3472.                               "name",
  3473.                               "time"
  3474.                             ]
  3475.                           },
  3476.                           {
  3477.                             "type": "object",
  3478.                             "properties": {
  3479.                               "name": {
  3480.                                 "type": "string"
  3481.                               },
  3482.                               "time": {
  3483.                                 "type": "number"
  3484.                               }
  3485.                             },
  3486.                             "required": [
  3487.                               "name",
  3488.                               "time"
  3489.                             ]
  3490.                           },
  3491.                           {
  3492.                             "type": "object",
  3493.                             "properties": {
  3494.                               "name": {
  3495.                                 "type": "string"
  3496.                               },
  3497.                               "time": {
  3498.                                 "type": "number"
  3499.                               }
  3500.                             },
  3501.                             "required": [
  3502.                               "name",
  3503.                               "time"
  3504.                             ]
  3505.                           },
  3506.                           {
  3507.                             "type": "object",
  3508.                             "properties": {
  3509.                               "name": {
  3510.                                 "type": "string"
  3511.                               },
  3512.                               "time": {
  3513.                                 "type": "number"
  3514.                               }
  3515.                             },
  3516.                             "required": [
  3517.                               "name",
  3518.                               "time"
  3519.                             ]
  3520.                           },
  3521.                           {
  3522.                             "type": "object",
  3523.                             "properties": {
  3524.                               "name": {
  3525.                                 "type": "string"
  3526.                               },
  3527.                               "time": {
  3528.                                 "type": "number"
  3529.                               }
  3530.                             },
  3531.                             "required": [
  3532.                               "name",
  3533.                               "time"
  3534.                             ]
  3535.                           },
  3536.                           {
  3537.                             "type": "object",
  3538.                             "properties": {
  3539.                               "name": {
  3540.                                 "type": "string"
  3541.                               },
  3542.                               "time": {
  3543.                                 "type": "number"
  3544.                               }
  3545.                             },
  3546.                             "required": [
  3547.                               "name",
  3548.                               "time"
  3549.                             ]
  3550.                           },
  3551.                           {
  3552.                             "type": "object",
  3553.                             "properties": {
  3554.                               "name": {
  3555.                                 "type": "string"
  3556.                               },
  3557.                               "time": {
  3558.                                 "type": "number"
  3559.                               }
  3560.                             },
  3561.                             "required": [
  3562.                               "name",
  3563.                               "time"
  3564.                             ]
  3565.                           },
  3566.                           {
  3567.                             "type": "object",
  3568.                             "properties": {
  3569.                               "name": {
  3570.                                 "type": "string"
  3571.                               },
  3572.                               "time": {
  3573.                                 "type": "number"
  3574.                               }
  3575.                             },
  3576.                             "required": [
  3577.                               "name",
  3578.                               "time"
  3579.                             ]
  3580.                           },
  3581.                           {
  3582.                             "type": "object",
  3583.                             "properties": {
  3584.                               "name": {
  3585.                                 "type": "string"
  3586.                               },
  3587.                               "time": {
  3588.                                 "type": "number"
  3589.                               }
  3590.                             },
  3591.                             "required": [
  3592.                               "name",
  3593.                               "time"
  3594.                             ]
  3595.                           },
  3596.                           {
  3597.                             "type": "object",
  3598.                             "properties": {
  3599.                               "name": {
  3600.                                 "type": "string"
  3601.                               },
  3602.                               "time": {
  3603.                                 "type": "number"
  3604.                               }
  3605.                             },
  3606.                             "required": [
  3607.                               "name",
  3608.                               "time"
  3609.                             ]
  3610.                           },
  3611.                           {
  3612.                             "type": "object",
  3613.                             "properties": {
  3614.                               "name": {
  3615.                                 "type": "string"
  3616.                               },
  3617.                               "time": {
  3618.                                 "type": "number"
  3619.                               }
  3620.                             },
  3621.                             "required": [
  3622.                               "name",
  3623.                               "time"
  3624.                             ]
  3625.                           },
  3626.                           {
  3627.                             "type": "object",
  3628.                             "properties": {
  3629.                               "name": {
  3630.                                 "type": "string"
  3631.                               },
  3632.                               "time": {
  3633.                                 "type": "number"
  3634.                               }
  3635.                             },
  3636.                             "required": [
  3637.                               "name",
  3638.                               "time"
  3639.                             ]
  3640.                           },
  3641.                           {
  3642.                             "type": "object",
  3643.                             "properties": {
  3644.                               "name": {
  3645.                                 "type": "string"
  3646.                               },
  3647.                               "time": {
  3648.                                 "type": "number"
  3649.                               }
  3650.                             },
  3651.                             "required": [
  3652.                               "name",
  3653.                               "time"
  3654.                             ]
  3655.                           },
  3656.                           {
  3657.                             "type": "object",
  3658.                             "properties": {
  3659.                               "name": {
  3660.                                 "type": "string"
  3661.                               },
  3662.                               "time": {
  3663.                                 "type": "number"
  3664.                               }
  3665.                             },
  3666.                             "required": [
  3667.                               "name",
  3668.                               "time"
  3669.                             ]
  3670.                           },
  3671.                           {
  3672.                             "type": "object",
  3673.                             "properties": {
  3674.                               "name": {
  3675.                                 "type": "string"
  3676.                               },
  3677.                               "time": {
  3678.                                 "type": "number"
  3679.                               }
  3680.                             },
  3681.                             "required": [
  3682.                               "name",
  3683.                               "time"
  3684.                             ]
  3685.                           },
  3686.                           {
  3687.                             "type": "object",
  3688.                             "properties": {
  3689.                               "name": {
  3690.                                 "type": "string"
  3691.                               },
  3692.                               "time": {
  3693.                                 "type": "number"
  3694.                               }
  3695.                             },
  3696.                             "required": [
  3697.                               "name",
  3698.                               "time"
  3699.                             ]
  3700.                           },
  3701.                           {
  3702.                             "type": "object",
  3703.                             "properties": {
  3704.                               "name": {
  3705.                                 "type": "string"
  3706.                               },
  3707.                               "time": {
  3708.                                 "type": "number"
  3709.                               }
  3710.                             },
  3711.                             "required": [
  3712.                               "name",
  3713.                               "time"
  3714.                             ]
  3715.                           },
  3716.                           {
  3717.                             "type": "object",
  3718.                             "properties": {
  3719.                               "name": {
  3720.                                 "type": "string"
  3721.                               },
  3722.                               "time": {
  3723.                                 "type": "number"
  3724.                               }
  3725.                             },
  3726.                             "required": [
  3727.                               "name",
  3728.                               "time"
  3729.                             ]
  3730.                           },
  3731.                           {
  3732.                             "type": "object",
  3733.                             "properties": {
  3734.                               "name": {
  3735.                                 "type": "string"
  3736.                               },
  3737.                               "time": {
  3738.                                 "type": "number"
  3739.                               }
  3740.                             },
  3741.                             "required": [
  3742.                               "name",
  3743.                               "time"
  3744.                             ]
  3745.                           },
  3746.                           {
  3747.                             "type": "object",
  3748.                             "properties": {
  3749.                               "name": {
  3750.                                 "type": "string"
  3751.                               },
  3752.                               "time": {
  3753.                                 "type": "number"
  3754.                               }
  3755.                             },
  3756.                             "required": [
  3757.                               "name",
  3758.                               "time"
  3759.                             ]
  3760.                           },
  3761.                           {
  3762.                             "type": "object",
  3763.                             "properties": {
  3764.                               "name": {
  3765.                                 "type": "string"
  3766.                               },
  3767.                               "time": {
  3768.                                 "type": "number"
  3769.                               }
  3770.                             },
  3771.                             "required": [
  3772.                               "name",
  3773.                               "time"
  3774.                             ]
  3775.                           },
  3776.                           {
  3777.                             "type": "object",
  3778.                             "properties": {
  3779.                               "name": {
  3780.                                 "type": "string"
  3781.                               },
  3782.                               "time": {
  3783.                                 "type": "number"
  3784.                               }
  3785.                             },
  3786.                             "required": [
  3787.                               "name",
  3788.                               "time"
  3789.                             ]
  3790.                           },
  3791.                           {
  3792.                             "type": "object",
  3793.                             "properties": {
  3794.                               "name": {
  3795.                                 "type": "string"
  3796.                               },
  3797.                               "time": {
  3798.                                 "type": "number"
  3799.                               }
  3800.                             },
  3801.                             "required": [
  3802.                               "name",
  3803.                               "time"
  3804.                             ]
  3805.                           },
  3806.                           {
  3807.                             "type": "object",
  3808.                             "properties": {
  3809.                               "name": {
  3810.                                 "type": "string"
  3811.                               },
  3812.                               "time": {
  3813.                                 "type": "number"
  3814.                               }
  3815.                             },
  3816.                             "required": [
  3817.                               "name",
  3818.                               "time"
  3819.                             ]
  3820.                           },
  3821.                           {
  3822.                             "type": "object",
  3823.                             "properties": {
  3824.                               "name": {
  3825.                                 "type": "string"
  3826.                               },
  3827.                               "time": {
  3828.                                 "type": "number"
  3829.                               }
  3830.                             },
  3831.                             "required": [
  3832.                               "name",
  3833.                               "time"
  3834.                             ]
  3835.                           },
  3836.                           {
  3837.                             "type": "object",
  3838.                             "properties": {
  3839.                               "name": {
  3840.                                 "type": "string"
  3841.                               },
  3842.                               "time": {
  3843.                                 "type": "number"
  3844.                               }
  3845.                             },
  3846.                             "required": [
  3847.                               "name",
  3848.                               "time"
  3849.                             ]
  3850.                           },
  3851.                           {
  3852.                             "type": "object",
  3853.                             "properties": {
  3854.                               "name": {
  3855.                                 "type": "string"
  3856.                               },
  3857.                               "time": {
  3858.                                 "type": "number"
  3859.                               }
  3860.                             },
  3861.                             "required": [
  3862.                               "name",
  3863.                               "time"
  3864.                             ]
  3865.                           },
  3866.                           {
  3867.                             "type": "object",
  3868.                             "properties": {
  3869.                               "name": {
  3870.                                 "type": "string"
  3871.                               },
  3872.                               "time": {
  3873.                                 "type": "number"
  3874.                               }
  3875.                             },
  3876.                             "required": [
  3877.                               "name",
  3878.                               "time"
  3879.                             ]
  3880.                           },
  3881.                           {
  3882.                             "type": "object",
  3883.                             "properties": {
  3884.                               "name": {
  3885.                                 "type": "string"
  3886.                               },
  3887.                               "time": {
  3888.                                 "type": "number"
  3889.                               }
  3890.                             },
  3891.                             "required": [
  3892.                               "name",
  3893.                               "time"
  3894.                             ]
  3895.                           },
  3896.                           {
  3897.                             "type": "object",
  3898.                             "properties": {
  3899.                               "name": {
  3900.                                 "type": "string"
  3901.                               },
  3902.                               "time": {
  3903.                                 "type": "number"
  3904.                               }
  3905.                             },
  3906.                             "required": [
  3907.                               "name",
  3908.                               "time"
  3909.                             ]
  3910.                           },
  3911.                           {
  3912.                             "type": "object",
  3913.                             "properties": {
  3914.                               "name": {
  3915.                                 "type": "string"
  3916.                               },
  3917.                               "time": {
  3918.                                 "type": "number"
  3919.                               }
  3920.                             },
  3921.                             "required": [
  3922.                               "name",
  3923.                               "time"
  3924.                             ]
  3925.                           },
  3926.                           {
  3927.                             "type": "object",
  3928.                             "properties": {
  3929.                               "name": {
  3930.                                 "type": "string"
  3931.                               },
  3932.                               "time": {
  3933.                                 "type": "number"
  3934.                               }
  3935.                             },
  3936.                             "required": [
  3937.                               "name",
  3938.                               "time"
  3939.                             ]
  3940.                           },
  3941.                           {
  3942.                             "type": "object",
  3943.                             "properties": {
  3944.                               "name": {
  3945.                                 "type": "string"
  3946.                               },
  3947.                               "time": {
  3948.                                 "type": "number"
  3949.                               }
  3950.                             },
  3951.                             "required": [
  3952.                               "name",
  3953.                               "time"
  3954.                             ]
  3955.                           },
  3956.                           {
  3957.                             "type": "object",
  3958.                             "properties": {
  3959.                               "name": {
  3960.                                 "type": "string"
  3961.                               },
  3962.                               "time": {
  3963.                                 "type": "number"
  3964.                               }
  3965.                             },
  3966.                             "required": [
  3967.                               "name",
  3968.                               "time"
  3969.                             ]
  3970.                           },
  3971.                           {
  3972.                             "type": "object",
  3973.                             "properties": {
  3974.                               "name": {
  3975.                                 "type": "string"
  3976.                               },
  3977.                               "time": {
  3978.                                 "type": "number"
  3979.                               }
  3980.                             },
  3981.                             "required": [
  3982.                               "name",
  3983.                               "time"
  3984.                             ]
  3985.                           },
  3986.                           {
  3987.                             "type": "object",
  3988.                             "properties": {
  3989.                               "name": {
  3990.                                 "type": "string"
  3991.                               },
  3992.                               "time": {
  3993.                                 "type": "number"
  3994.                               }
  3995.                             },
  3996.                             "required": [
  3997.                               "name",
  3998.                               "time"
  3999.                             ]
  4000.                           },
  4001.                           {
  4002.                             "type": "object",
  4003.                             "properties": {
  4004.                               "name": {
  4005.                                 "type": "string"
  4006.                               },
  4007.                               "time": {
  4008.                                 "type": "number"
  4009.                               }
  4010.                             },
  4011.                             "required": [
  4012.                               "name",
  4013.                               "time"
  4014.                             ]
  4015.                           },
  4016.                           {
  4017.                             "type": "object",
  4018.                             "properties": {
  4019.                               "name": {
  4020.                                 "type": "string"
  4021.                               },
  4022.                               "time": {
  4023.                                 "type": "number"
  4024.                               }
  4025.                             },
  4026.                             "required": [
  4027.                               "name",
  4028.                               "time"
  4029.                             ]
  4030.                           },
  4031.                           {
  4032.                             "type": "object",
  4033.                             "properties": {
  4034.                               "name": {
  4035.                                 "type": "string"
  4036.                               },
  4037.                               "time": {
  4038.                                 "type": "number"
  4039.                               }
  4040.                             },
  4041.                             "required": [
  4042.                               "name",
  4043.                               "time"
  4044.                             ]
  4045.                           },
  4046.                           {
  4047.                             "type": "object",
  4048.                             "properties": {
  4049.                               "name": {
  4050.                                 "type": "string"
  4051.                               },
  4052.                               "time": {
  4053.                                 "type": "number"
  4054.                               }
  4055.                             },
  4056.                             "required": [
  4057.                               "name",
  4058.                               "time"
  4059.                             ]
  4060.                           },
  4061.                           {
  4062.                             "type": "object",
  4063.                             "properties": {
  4064.                               "name": {
  4065.                                 "type": "string"
  4066.                               },
  4067.                               "time": {
  4068.                                 "type": "number"
  4069.                               }
  4070.                             },
  4071.                             "required": [
  4072.                               "name",
  4073.                               "time"
  4074.                             ]
  4075.                           },
  4076.                           {
  4077.                             "type": "object",
  4078.                             "properties": {
  4079.                               "name": {
  4080.                                 "type": "string"
  4081.                               },
  4082.                               "time": {
  4083.                                 "type": "number"
  4084.                               }
  4085.                             },
  4086.                             "required": [
  4087.                               "name",
  4088.                               "time"
  4089.                             ]
  4090.                           },
  4091.                           {
  4092.                             "type": "object",
  4093.                             "properties": {
  4094.                               "name": {
  4095.                                 "type": "string"
  4096.                               },
  4097.                               "time": {
  4098.                                 "type": "number"
  4099.                               }
  4100.                             },
  4101.                             "required": [
  4102.                               "name",
  4103.                               "time"
  4104.                             ]
  4105.                           },
  4106.                           {
  4107.                             "type": "object",
  4108.                             "properties": {
  4109.                               "name": {
  4110.                                 "type": "string"
  4111.                               },
  4112.                               "time": {
  4113.                                 "type": "number"
  4114.                               }
  4115.                             },
  4116.                             "required": [
  4117.                               "name",
  4118.                               "time"
  4119.                             ]
  4120.                           },
  4121.                           {
  4122.                             "type": "object",
  4123.                             "properties": {
  4124.                               "name": {
  4125.                                 "type": "string"
  4126.                               },
  4127.                               "time": {
  4128.                                 "type": "number"
  4129.                               }
  4130.                             },
  4131.                             "required": [
  4132.                               "name",
  4133.                               "time"
  4134.                             ]
  4135.                           },
  4136.                           {
  4137.                             "type": "object",
  4138.                             "properties": {
  4139.                               "name": {
  4140.                                 "type": "string"
  4141.                               },
  4142.                               "time": {
  4143.                                 "type": "number"
  4144.                               }
  4145.                             },
  4146.                             "required": [
  4147.                               "name",
  4148.                               "time"
  4149.                             ]
  4150.                           },
  4151.                           {
  4152.                             "type": "object",
  4153.                             "properties": {
  4154.                               "name": {
  4155.                                 "type": "string"
  4156.                               },
  4157.                               "time": {
  4158.                                 "type": "number"
  4159.                               }
  4160.                             },
  4161.                             "required": [
  4162.                               "name",
  4163.                               "time"
  4164.                             ]
  4165.                           },
  4166.                           {
  4167.                             "type": "object",
  4168.                             "properties": {
  4169.                               "name": {
  4170.                                 "type": "string"
  4171.                               },
  4172.                               "time": {
  4173.                                 "type": "number"
  4174.                               }
  4175.                             },
  4176.                             "required": [
  4177.                               "name",
  4178.                               "time"
  4179.                             ]
  4180.                           },
  4181.                           {
  4182.                             "type": "object",
  4183.                             "properties": {
  4184.                               "name": {
  4185.                                 "type": "string"
  4186.                               },
  4187.                               "time": {
  4188.                                 "type": "number"
  4189.                               }
  4190.                             },
  4191.                             "required": [
  4192.                               "name",
  4193.                               "time"
  4194.                             ]
  4195.                           },
  4196.                           {
  4197.                             "type": "object",
  4198.                             "properties": {
  4199.                               "name": {
  4200.                                 "type": "string"
  4201.                               },
  4202.                               "time": {
  4203.                                 "type": "number"
  4204.                               }
  4205.                             },
  4206.                             "required": [
  4207.                               "name",
  4208.                               "time"
  4209.                             ]
  4210.                           },
  4211.                           {
  4212.                             "type": "object",
  4213.                             "properties": {
  4214.                               "name": {
  4215.                                 "type": "string"
  4216.                               },
  4217.                               "time": {
  4218.                                 "type": "number"
  4219.                               }
  4220.                             },
  4221.                             "required": [
  4222.                               "name",
  4223.                               "time"
  4224.                             ]
  4225.                           },
  4226.                           {
  4227.                             "type": "object",
  4228.                             "properties": {
  4229.                               "name": {
  4230.                                 "type": "string"
  4231.                               },
  4232.                               "time": {
  4233.                                 "type": "number"
  4234.                               }
  4235.                             },
  4236.                             "required": [
  4237.                               "name",
  4238.                               "time"
  4239.                             ]
  4240.                           },
  4241.                           {
  4242.                             "type": "object",
  4243.                             "properties": {
  4244.                               "name": {
  4245.                                 "type": "string"
  4246.                               },
  4247.                               "time": {
  4248.                                 "type": "number"
  4249.                               }
  4250.                             },
  4251.                             "required": [
  4252.                               "name",
  4253.                               "time"
  4254.                             ]
  4255.                           },
  4256.                           {
  4257.                             "type": "object",
  4258.                             "properties": {
  4259.                               "name": {
  4260.                                 "type": "string"
  4261.                               },
  4262.                               "time": {
  4263.                                 "type": "number"
  4264.                               }
  4265.                             },
  4266.                             "required": [
  4267.                               "name",
  4268.                               "time"
  4269.                             ]
  4270.                           },
  4271.                           {
  4272.                             "type": "object",
  4273.                             "properties": {
  4274.                               "name": {
  4275.                                 "type": "string"
  4276.                               },
  4277.                               "time": {
  4278.                                 "type": "number"
  4279.                               }
  4280.                             },
  4281.                             "required": [
  4282.                               "name",
  4283.                               "time"
  4284.                             ]
  4285.                           },
  4286.                           {
  4287.                             "type": "object",
  4288.                             "properties": {
  4289.                               "name": {
  4290.                                 "type": "string"
  4291.                               },
  4292.                               "time": {
  4293.                                 "type": "number"
  4294.                               }
  4295.                             },
  4296.                             "required": [
  4297.                               "name",
  4298.                               "time"
  4299.                             ]
  4300.                           },
  4301.                           {
  4302.                             "type": "object",
  4303.                             "properties": {
  4304.                               "name": {
  4305.                                 "type": "string"
  4306.                               },
  4307.                               "time": {
  4308.                                 "type": "number"
  4309.                               }
  4310.                             },
  4311.                             "required": [
  4312.                               "name",
  4313.                               "time"
  4314.                             ]
  4315.                           },
  4316.                           {
  4317.                             "type": "object",
  4318.                             "properties": {
  4319.                               "name": {
  4320.                                 "type": "string"
  4321.                               },
  4322.                               "time": {
  4323.                                 "type": "number"
  4324.                               }
  4325.                             },
  4326.                             "required": [
  4327.                               "name",
  4328.                               "time"
  4329.                             ]
  4330.                           },
  4331.                           {
  4332.                             "type": "object",
  4333.                             "properties": {
  4334.                               "name": {
  4335.                                 "type": "string"
  4336.                               },
  4337.                               "time": {
  4338.                                 "type": "number"
  4339.                               }
  4340.                             },
  4341.                             "required": [
  4342.                               "name",
  4343.                               "time"
  4344.                             ]
  4345.                           },
  4346.                           {
  4347.                             "type": "object",
  4348.                             "properties": {
  4349.                               "name": {
  4350.                                 "type": "string"
  4351.                               },
  4352.                               "time": {
  4353.                                 "type": "number"
  4354.                               }
  4355.                             },
  4356.                             "required": [
  4357.                               "name",
  4358.                               "time"
  4359.                             ]
  4360.                           },
  4361.                           {
  4362.                             "type": "object",
  4363.                             "properties": {
  4364.                               "name": {
  4365.                                 "type": "string"
  4366.                               },
  4367.                               "time": {
  4368.                                 "type": "number"
  4369.                               }
  4370.                             },
  4371.                             "required": [
  4372.                               "name",
  4373.                               "time"
  4374.                             ]
  4375.                           },
  4376.                           {
  4377.                             "type": "object",
  4378.                             "properties": {
  4379.                               "name": {
  4380.                                 "type": "string"
  4381.                               },
  4382.                               "time": {
  4383.                                 "type": "number"
  4384.                               }
  4385.                             },
  4386.                             "required": [
  4387.                               "name",
  4388.                               "time"
  4389.                             ]
  4390.                           },
  4391.                           {
  4392.                             "type": "object",
  4393.                             "properties": {
  4394.                               "name": {
  4395.                                 "type": "string"
  4396.                               },
  4397.                               "time": {
  4398.                                 "type": "number"
  4399.                               }
  4400.                             },
  4401.                             "required": [
  4402.                               "name",
  4403.                               "time"
  4404.                             ]
  4405.                           },
  4406.                           {
  4407.                             "type": "object",
  4408.                             "properties": {
  4409.                               "name": {
  4410.                                 "type": "string"
  4411.                               },
  4412.                               "time": {
  4413.                                 "type": "number"
  4414.                               }
  4415.                             },
  4416.                             "required": [
  4417.                               "name",
  4418.                               "time"
  4419.                             ]
  4420.                           },
  4421.                           {
  4422.                             "type": "object",
  4423.                             "properties": {
  4424.                               "name": {
  4425.                                 "type": "string"
  4426.                               },
  4427.                               "time": {
  4428.                                 "type": "number"
  4429.                               }
  4430.                             },
  4431.                             "required": [
  4432.                               "name",
  4433.                               "time"
  4434.                             ]
  4435.                           },
  4436.                           {
  4437.                             "type": "object",
  4438.                             "properties": {
  4439.                               "name": {
  4440.                                 "type": "string"
  4441.                               },
  4442.                               "time": {
  4443.                                 "type": "number"
  4444.                               }
  4445.                             },
  4446.                             "required": [
  4447.                               "name",
  4448.                               "time"
  4449.                             ]
  4450.                           },
  4451.                           {
  4452.                             "type": "object",
  4453.                             "properties": {
  4454.                               "name": {
  4455.                                 "type": "string"
  4456.                               },
  4457.                               "time": {
  4458.                                 "type": "number"
  4459.                               }
  4460.                             },
  4461.                             "required": [
  4462.                               "name",
  4463.                               "time"
  4464.                             ]
  4465.                           },
  4466.                           {
  4467.                             "type": "object",
  4468.                             "properties": {
  4469.                               "name": {
  4470.                                 "type": "string"
  4471.                               },
  4472.                               "time": {
  4473.                                 "type": "number"
  4474.                               }
  4475.                             },
  4476.                             "required": [
  4477.                               "name",
  4478.                               "time"
  4479.                             ]
  4480.                           },
  4481.                           {
  4482.                             "type": "object",
  4483.                             "properties": {
  4484.                               "name": {
  4485.                                 "type": "string"
  4486.                               },
  4487.                               "time": {
  4488.                                 "type": "number"
  4489.                               }
  4490.                             },
  4491.                             "required": [
  4492.                               "name",
  4493.                               "time"
  4494.                             ]
  4495.                           },
  4496.                           {
  4497.                             "type": "object",
  4498.                             "properties": {
  4499.                               "name": {
  4500.                                 "type": "string"
  4501.                               },
  4502.                               "time": {
  4503.                                 "type": "number"
  4504.                               }
  4505.                             },
  4506.                             "required": [
  4507.                               "name",
  4508.                               "time"
  4509.                             ]
  4510.                           },
  4511.                           {
  4512.                             "type": "object",
  4513.                             "properties": {
  4514.                               "name": {
  4515.                                 "type": "string"
  4516.                               },
  4517.                               "time": {
  4518.                                 "type": "number"
  4519.                               }
  4520.                             },
  4521.                             "required": [
  4522.                               "name",
  4523.                               "time"
  4524.                             ]
  4525.                           },
  4526.                           {
  4527.                             "type": "object",
  4528.                             "properties": {
  4529.                               "name": {
  4530.                                 "type": "string"
  4531.                               },
  4532.                               "time": {
  4533.                                 "type": "number"
  4534.                               }
  4535.                             },
  4536.                             "required": [
  4537.                               "name",
  4538.                               "time"
  4539.                             ]
  4540.                           },
  4541.                           {
  4542.                             "type": "object",
  4543.                             "properties": {
  4544.                               "name": {
  4545.                                 "type": "string"
  4546.                               },
  4547.                               "time": {
  4548.                                 "type": "number"
  4549.                               }
  4550.                             },
  4551.                             "required": [
  4552.                               "name",
  4553.                               "time"
  4554.                             ]
  4555.                           },
  4556.                           {
  4557.                             "type": "object",
  4558.                             "properties": {
  4559.                               "name": {
  4560.                                 "type": "string"
  4561.                               },
  4562.                               "time": {
  4563.                                 "type": "number"
  4564.                               }
  4565.                             },
  4566.                             "required": [
  4567.                               "name",
  4568.                               "time"
  4569.                             ]
  4570.                           },
  4571.                           {
  4572.                             "type": "object",
  4573.                             "properties": {
  4574.                               "name": {
  4575.                                 "type": "string"
  4576.                               },
  4577.                               "time": {
  4578.                                 "type": "number"
  4579.                               }
  4580.                             },
  4581.                             "required": [
  4582.                               "name",
  4583.                               "time"
  4584.                             ]
  4585.                           },
  4586.                           {
  4587.                             "type": "object",
  4588.                             "properties": {
  4589.                               "name": {
  4590.                                 "type": "string"
  4591.                               },
  4592.                               "time": {
  4593.                                 "type": "number"
  4594.                               }
  4595.                             },
  4596.                             "required": [
  4597.                               "name",
  4598.                               "time"
  4599.                             ]
  4600.                           },
  4601.                           {
  4602.                             "type": "object",
  4603.                             "properties": {
  4604.                               "name": {
  4605.                                 "type": "string"
  4606.                               },
  4607.                               "time": {
  4608.                                 "type": "number"
  4609.                               }
  4610.                             },
  4611.                             "required": [
  4612.                               "name",
  4613.                               "time"
  4614.                             ]
  4615.                           },
  4616.                           {
  4617.                             "type": "object",
  4618.                             "properties": {
  4619.                               "name": {
  4620.                                 "type": "string"
  4621.                               },
  4622.                               "time": {
  4623.                                 "type": "number"
  4624.                               }
  4625.                             },
  4626.                             "required": [
  4627.                               "name",
  4628.                               "time"
  4629.                             ]
  4630.                           },
  4631.                           {
  4632.                             "type": "object",
  4633.                             "properties": {
  4634.                               "name": {
  4635.                                 "type": "string"
  4636.                               },
  4637.                               "time": {
  4638.                                 "type": "number"
  4639.                               }
  4640.                             },
  4641.                             "required": [
  4642.                               "name",
  4643.                               "time"
  4644.                             ]
  4645.                           },
  4646.                           {
  4647.                             "type": "object",
  4648.                             "properties": {
  4649.                               "name": {
  4650.                                 "type": "string"
  4651.                               },
  4652.                               "time": {
  4653.                                 "type": "number"
  4654.                               }
  4655.                             },
  4656.                             "required": [
  4657.                               "name",
  4658.                               "time"
  4659.                             ]
  4660.                           },
  4661.                           {
  4662.                             "type": "object",
  4663.                             "properties": {
  4664.                               "name": {
  4665.                                 "type": "string"
  4666.                               },
  4667.                               "time": {
  4668.                                 "type": "number"
  4669.                               }
  4670.                             },
  4671.                             "required": [
  4672.                               "name",
  4673.                               "time"
  4674.                             ]
  4675.                           },
  4676.                           {
  4677.                             "type": "object",
  4678.                             "properties": {
  4679.                               "name": {
  4680.                                 "type": "string"
  4681.                               },
  4682.                               "time": {
  4683.                                 "type": "number"
  4684.                               }
  4685.                             },
  4686.                             "required": [
  4687.                               "name",
  4688.                               "time"
  4689.                             ]
  4690.                           },
  4691.                           {
  4692.                             "type": "object",
  4693.                             "properties": {
  4694.                               "name": {
  4695.                                 "type": "string"
  4696.                               },
  4697.                               "time": {
  4698.                                 "type": "number"
  4699.                               }
  4700.                             },
  4701.                             "required": [
  4702.                               "name",
  4703.                               "time"
  4704.                             ]
  4705.                           },
  4706.                           {
  4707.                             "type": "object",
  4708.                             "properties": {
  4709.                               "name": {
  4710.                                 "type": "string"
  4711.                               },
  4712.                               "time": {
  4713.                                 "type": "number"
  4714.                               }
  4715.                             },
  4716.                             "required": [
  4717.                               "name",
  4718.                               "time"
  4719.                             ]
  4720.                           },
  4721.                           {
  4722.                             "type": "object",
  4723.                             "properties": {
  4724.                               "name": {
  4725.                                 "type": "string"
  4726.                               },
  4727.                               "time": {
  4728.                                 "type": "number"
  4729.                               }
  4730.                             },
  4731.                             "required": [
  4732.                               "name",
  4733.                               "time"
  4734.                             ]
  4735.                           },
  4736.                           {
  4737.                             "type": "object",
  4738.                             "properties": {
  4739.                               "name": {
  4740.                                 "type": "string"
  4741.                               },
  4742.                               "time": {
  4743.                                 "type": "number"
  4744.                               }
  4745.                             },
  4746.                             "required": [
  4747.                               "name",
  4748.                               "time"
  4749.                             ]
  4750.                           },
  4751.                           {
  4752.                             "type": "object",
  4753.                             "properties": {
  4754.                               "name": {
  4755.                                 "type": "string"
  4756.                               },
  4757.                               "time": {
  4758.                                 "type": "number"
  4759.                               }
  4760.                             },
  4761.                             "required": [
  4762.                               "name",
  4763.                               "time"
  4764.                             ]
  4765.                           },
  4766.                           {
  4767.                             "type": "object",
  4768.                             "properties": {
  4769.                               "name": {
  4770.                                 "type": "string"
  4771.                               },
  4772.                               "time": {
  4773.                                 "type": "number"
  4774.                               }
  4775.                             },
  4776.                             "required": [
  4777.                               "name",
  4778.                               "time"
  4779.                             ]
  4780.                           },
  4781.                           {
  4782.                             "type": "object",
  4783.                             "properties": {
  4784.                               "name": {
  4785.                                 "type": "string"
  4786.                               },
  4787.                               "time": {
  4788.                                 "type": "number"
  4789.                               }
  4790.                             },
  4791.                             "required": [
  4792.                               "name",
  4793.                               "time"
  4794.                             ]
  4795.                           },
  4796.                           {
  4797.                             "type": "object",
  4798.                             "properties": {
  4799.                               "name": {
  4800.                                 "type": "string"
  4801.                               },
  4802.                               "time": {
  4803.                                 "type": "number"
  4804.                               }
  4805.                             },
  4806.                             "required": [
  4807.                               "name",
  4808.                               "time"
  4809.                             ]
  4810.                           },
  4811.                           {
  4812.                             "type": "object",
  4813.                             "properties": {
  4814.                               "name": {
  4815.                                 "type": "string"
  4816.                               },
  4817.                               "time": {
  4818.                                 "type": "number"
  4819.                               }
  4820.                             },
  4821.                             "required": [
  4822.                               "name",
  4823.                               "time"
  4824.                             ]
  4825.                           },
  4826.                           {
  4827.                             "type": "object",
  4828.                             "properties": {
  4829.                               "name": {
  4830.                                 "type": "string"
  4831.                               },
  4832.                               "time": {
  4833.                                 "type": "number"
  4834.                               }
  4835.                             },
  4836.                             "required": [
  4837.                               "name",
  4838.                               "time"
  4839.                             ]
  4840.                           },
  4841.                           {
  4842.                             "type": "object",
  4843.                             "properties": {
  4844.                               "name": {
  4845.                                 "type": "string"
  4846.                               },
  4847.                               "time": {
  4848.                                 "type": "number"
  4849.                               }
  4850.                             },
  4851.                             "required": [
  4852.                               "name",
  4853.                               "time"
  4854.                             ]
  4855.                           },
  4856.                           {
  4857.                             "type": "object",
  4858.                             "properties": {
  4859.                               "name": {
  4860.                                 "type": "string"
  4861.                               },
  4862.                               "time": {
  4863.                                 "type": "number"
  4864.                               }
  4865.                             },
  4866.                             "required": [
  4867.                               "name",
  4868.                               "time"
  4869.                             ]
  4870.                           },
  4871.                           {
  4872.                             "type": "object",
  4873.                             "properties": {
  4874.                               "name": {
  4875.                                 "type": "string"
  4876.                               },
  4877.                               "time": {
  4878.                                 "type": "number"
  4879.                               }
  4880.                             },
  4881.                             "required": [
  4882.                               "name",
  4883.                               "time"
  4884.                             ]
  4885.                           },
  4886.                           {
  4887.                             "type": "object",
  4888.                             "properties": {
  4889.                               "name": {
  4890.                                 "type": "string"
  4891.                               },
  4892.                               "time": {
  4893.                                 "type": "number"
  4894.                               }
  4895.                             },
  4896.                             "required": [
  4897.                               "name",
  4898.                               "time"
  4899.                             ]
  4900.                           },
  4901.                           {
  4902.                             "type": "object",
  4903.                             "properties": {
  4904.                               "name": {
  4905.                                 "type": "string"
  4906.                               },
  4907.                               "time": {
  4908.                                 "type": "number"
  4909.                               }
  4910.                             },
  4911.                             "required": [
  4912.                               "name",
  4913.                               "time"
  4914.                             ]
  4915.                           },
  4916.                           {
  4917.                             "type": "object",
  4918.                             "properties": {
  4919.                               "name": {
  4920.                                 "type": "string"
  4921.                               },
  4922.                               "time": {
  4923.                                 "type": "number"
  4924.                               }
  4925.                             },
  4926.                             "required": [
  4927.                               "name",
  4928.                               "time"
  4929.                             ]
  4930.                           },
  4931.                           {
  4932.                             "type": "object",
  4933.                             "properties": {
  4934.                               "name": {
  4935.                                 "type": "string"
  4936.                               },
  4937.                               "time": {
  4938.                                 "type": "number"
  4939.                               }
  4940.                             },
  4941.                             "required": [
  4942.                               "name",
  4943.                               "time"
  4944.                             ]
  4945.                           },
  4946.                           {
  4947.                             "type": "object",
  4948.                             "properties": {
  4949.                               "name": {
  4950.                                 "type": "string"
  4951.                               },
  4952.                               "time": {
  4953.                                 "type": "number"
  4954.                               }
  4955.                             },
  4956.                             "required": [
  4957.                               "name",
  4958.                               "time"
  4959.                             ]
  4960.                           },
  4961.                           {
  4962.                             "type": "object",
  4963.                             "properties": {
  4964.                               "name": {
  4965.                                 "type": "string"
  4966.                               },
  4967.                               "time": {
  4968.                                 "type": "number"
  4969.                               }
  4970.                             },
  4971.                             "required": [
  4972.                               "name",
  4973.                               "time"
  4974.                             ]
  4975.                           },
  4976.                           {
  4977.                             "type": "object",
  4978.                             "properties": {
  4979.                               "name": {
  4980.                                 "type": "string"
  4981.                               },
  4982.                               "time": {
  4983.                                 "type": "number"
  4984.                               }
  4985.                             },
  4986.                             "required": [
  4987.                               "name",
  4988.                               "time"
  4989.                             ]
  4990.                           },
  4991.                           {
  4992.                             "type": "object",
  4993.                             "properties": {
  4994.                               "name": {
  4995.                                 "type": "string"
  4996.                               },
  4997.                               "time": {
  4998.                                 "type": "number"
  4999.                               }
  5000.                             },
  5001.                             "required": [
  5002.                               "name",
  5003.                               "time"
  5004.                             ]
  5005.                           },
  5006.                           {
  5007.                             "type": "object",
  5008.                             "properties": {
  5009.                               "name": {
  5010.                                 "type": "string"
  5011.                               },
  5012.                               "time": {
  5013.                                 "type": "number"
  5014.                               }
  5015.                             },
  5016.                             "required": [
  5017.                               "name",
  5018.                               "time"
  5019.                             ]
  5020.                           },
  5021.                           {
  5022.                             "type": "object",
  5023.                             "properties": {
  5024.                               "name": {
  5025.                                 "type": "string"
  5026.                               },
  5027.                               "time": {
  5028.                                 "type": "number"
  5029.                               }
  5030.                             },
  5031.                             "required": [
  5032.                               "name",
  5033.                               "time"
  5034.                             ]
  5035.                           },
  5036.                           {
  5037.                             "type": "object",
  5038.                             "properties": {
  5039.                               "name": {
  5040.                                 "type": "string"
  5041.                               },
  5042.                               "time": {
  5043.                                 "type": "number"
  5044.                               }
  5045.                             },
  5046.                             "required": [
  5047.                               "name",
  5048.                               "time"
  5049.                             ]
  5050.                           },
  5051.                           {
  5052.                             "type": "object",
  5053.                             "properties": {
  5054.                               "name": {
  5055.                                 "type": "string"
  5056.                               },
  5057.                               "time": {
  5058.                                 "type": "number"
  5059.                               }
  5060.                             },
  5061.                             "required": [
  5062.                               "name",
  5063.                               "time"
  5064.                             ]
  5065.                           },
  5066.                           {
  5067.                             "type": "object",
  5068.                             "properties": {
  5069.                               "name": {
  5070.                                 "type": "string"
  5071.                               },
  5072.                               "time": {
  5073.                                 "type": "number"
  5074.                               }
  5075.                             },
  5076.                             "required": [
  5077.                               "name",
  5078.                               "time"
  5079.                             ]
  5080.                           },
  5081.                           {
  5082.                             "type": "object",
  5083.                             "properties": {
  5084.                               "name": {
  5085.                                 "type": "string"
  5086.                               },
  5087.                               "time": {
  5088.                                 "type": "number"
  5089.                               }
  5090.                             },
  5091.                             "required": [
  5092.                               "name",
  5093.                               "time"
  5094.                             ]
  5095.                           },
  5096.                           {
  5097.                             "type": "object",
  5098.                             "properties": {
  5099.                               "name": {
  5100.                                 "type": "string"
  5101.                               },
  5102.                               "time": {
  5103.                                 "type": "number"
  5104.                               }
  5105.                             },
  5106.                             "required": [
  5107.                               "name",
  5108.                               "time"
  5109.                             ]
  5110.                           },
  5111.                           {
  5112.                             "type": "object",
  5113.                             "properties": {
  5114.                               "name": {
  5115.                                 "type": "string"
  5116.                               },
  5117.                               "time": {
  5118.                                 "type": "number"
  5119.                               }
  5120.                             },
  5121.                             "required": [
  5122.                               "name",
  5123.                               "time"
  5124.                             ]
  5125.                           },
  5126.                           {
  5127.                             "type": "object",
  5128.                             "properties": {
  5129.                               "name": {
  5130.                                 "type": "string"
  5131.                               },
  5132.                               "time": {
  5133.                                 "type": "number"
  5134.                               }
  5135.                             },
  5136.                             "required": [
  5137.                               "name",
  5138.                               "time"
  5139.                             ]
  5140.                           },
  5141.                           {
  5142.                             "type": "object",
  5143.                             "properties": {
  5144.                               "name": {
  5145.                                 "type": "string"
  5146.                               },
  5147.                               "time": {
  5148.                                 "type": "number"
  5149.                               }
  5150.                             },
  5151.                             "required": [
  5152.                               "name",
  5153.                               "time"
  5154.                             ]
  5155.                           },
  5156.                           {
  5157.                             "type": "object",
  5158.                             "properties": {
  5159.                               "name": {
  5160.                                 "type": "string"
  5161.                               },
  5162.                               "time": {
  5163.                                 "type": "number"
  5164.                               }
  5165.                             },
  5166.                             "required": [
  5167.                               "name",
  5168.                               "time"
  5169.                             ]
  5170.                           },
  5171.                           {
  5172.                             "type": "object",
  5173.                             "properties": {
  5174.                               "name": {
  5175.                                 "type": "string"
  5176.                               },
  5177.                               "time": {
  5178.                                 "type": "number"
  5179.                               }
  5180.                             },
  5181.                             "required": [
  5182.                               "name",
  5183.                               "time"
  5184.                             ]
  5185.                           },
  5186.                           {
  5187.                             "type": "object",
  5188.                             "properties": {
  5189.                               "name": {
  5190.                                 "type": "string"
  5191.                               },
  5192.                               "time": {
  5193.                                 "type": "number"
  5194.                               }
  5195.                             },
  5196.                             "required": [
  5197.                               "name",
  5198.                               "time"
  5199.                             ]
  5200.                           },
  5201.                           {
  5202.                             "type": "object",
  5203.                             "properties": {
  5204.                               "name": {
  5205.                                 "type": "string"
  5206.                               },
  5207.                               "time": {
  5208.                                 "type": "number"
  5209.                               }
  5210.                             },
  5211.                             "required": [
  5212.                               "name",
  5213.                               "time"
  5214.                             ]
  5215.                           },
  5216.                           {
  5217.                             "type": "object",
  5218.                             "properties": {
  5219.                               "name": {
  5220.                                 "type": "string"
  5221.                               },
  5222.                               "time": {
  5223.                                 "type": "number"
  5224.                               }
  5225.                             },
  5226.                             "required": [
  5227.                               "name",
  5228.                               "time"
  5229.                             ]
  5230.                           },
  5231.                           {
  5232.                             "type": "object",
  5233.                             "properties": {
  5234.                               "name": {
  5235.                                 "type": "string"
  5236.                               },
  5237.                               "time": {
  5238.                                 "type": "number"
  5239.                               }
  5240.                             },
  5241.                             "required": [
  5242.                               "name",
  5243.                               "time"
  5244.                             ]
  5245.                           },
  5246.                           {
  5247.                             "type": "object",
  5248.                             "properties": {
  5249.                               "name": {
  5250.                                 "type": "string"
  5251.                               },
  5252.                               "time": {
  5253.                                 "type": "number"
  5254.                               }
  5255.                             },
  5256.                             "required": [
  5257.                               "name",
  5258.                               "time"
  5259.                             ]
  5260.                           },
  5261.                           {
  5262.                             "type": "object",
  5263.                             "properties": {
  5264.                               "name": {
  5265.                                 "type": "string"
  5266.                               },
  5267.                               "time": {
  5268.                                 "type": "number"
  5269.                               }
  5270.                             },
  5271.                             "required": [
  5272.                               "name",
  5273.                               "time"
  5274.                             ]
  5275.                           },
  5276.                           {
  5277.                             "type": "object",
  5278.                             "properties": {
  5279.                               "name": {
  5280.                                 "type": "string"
  5281.                               },
  5282.                               "time": {
  5283.                                 "type": "number"
  5284.                               }
  5285.                             },
  5286.                             "required": [
  5287.                               "name",
  5288.                               "time"
  5289.                             ]
  5290.                           },
  5291.                           {
  5292.                             "type": "object",
  5293.                             "properties": {
  5294.                               "name": {
  5295.                                 "type": "string"
  5296.                               },
  5297.                               "time": {
  5298.                                 "type": "number"
  5299.                               }
  5300.                             },
  5301.                             "required": [
  5302.                               "name",
  5303.                               "time"
  5304.                             ]
  5305.                           },
  5306.                           {
  5307.                             "type": "object",
  5308.                             "properties": {
  5309.                               "name": {
  5310.                                 "type": "string"
  5311.                               },
  5312.                               "time": {
  5313.                                 "type": "number"
  5314.                               }
  5315.                             },
  5316.                             "required": [
  5317.                               "name",
  5318.                               "time"
  5319.                             ]
  5320.                           },
  5321.                           {
  5322.                             "type": "object",
  5323.                             "properties": {
  5324.                               "name": {
  5325.                                 "type": "string"
  5326.                               },
  5327.                               "time": {
  5328.                                 "type": "number"
  5329.                               }
  5330.                             },
  5331.                             "required": [
  5332.                               "name",
  5333.                               "time"
  5334.                             ]
  5335.                           },
  5336.                           {
  5337.                             "type": "object",
  5338.                             "properties": {
  5339.                               "name": {
  5340.                                 "type": "string"
  5341.                               },
  5342.                               "time": {
  5343.                                 "type": "number"
  5344.                               }
  5345.                             },
  5346.                             "required": [
  5347.                               "name",
  5348.                               "time"
  5349.                             ]
  5350.                           },
  5351.                           {
  5352.                             "type": "object",
  5353.                             "properties": {
  5354.                               "name": {
  5355.                                 "type": "string"
  5356.                               },
  5357.                               "time": {
  5358.                                 "type": "number"
  5359.                               }
  5360.                             },
  5361.                             "required": [
  5362.                               "name",
  5363.                               "time"
  5364.                             ]
  5365.                           },
  5366.                           {
  5367.                             "type": "object",
  5368.                             "properties": {
  5369.                               "name": {
  5370.                                 "type": "string"
  5371.                               },
  5372.                               "time": {
  5373.                                 "type": "number"
  5374.                               }
  5375.                             },
  5376.                             "required": [
  5377.                               "name",
  5378.                               "time"
  5379.                             ]
  5380.                           },
  5381.                           {
  5382.                             "type": "object",
  5383.                             "properties": {
  5384.                               "name": {
  5385.                                 "type": "string"
  5386.                               },
  5387.                               "time": {
  5388.                                 "type": "number"
  5389.                               }
  5390.                             },
  5391.                             "required": [
  5392.                               "name",
  5393.                               "time"
  5394.                             ]
  5395.                           },
  5396.                           {
  5397.                             "type": "object",
  5398.                             "properties": {
  5399.                               "name": {
  5400.                                 "type": "string"
  5401.                               },
  5402.                               "time": {
  5403.                                 "type": "number"
  5404.                               }
  5405.                             },
  5406.                             "required": [
  5407.                               "name",
  5408.                               "time"
  5409.                             ]
  5410.                           },
  5411.                           {
  5412.                             "type": "object",
  5413.                             "properties": {
  5414.                               "name": {
  5415.                                 "type": "string"
  5416.                               },
  5417.                               "time": {
  5418.                                 "type": "number"
  5419.                               }
  5420.                             },
  5421.                             "required": [
  5422.                               "name",
  5423.                               "time"
  5424.                             ]
  5425.                           },
  5426.                           {
  5427.                             "type": "object",
  5428.                             "properties": {
  5429.                               "name": {
  5430.                                 "type": "string"
  5431.                               },
  5432.                               "time": {
  5433.                                 "type": "number"
  5434.                               }
  5435.                             },
  5436.                             "required": [
  5437.                               "name",
  5438.                               "time"
  5439.                             ]
  5440.                           },
  5441.                           {
  5442.                             "type": "object",
  5443.                             "properties": {
  5444.                               "name": {
  5445.                                 "type": "string"
  5446.                               },
  5447.                               "time": {
  5448.                                 "type": "number"
  5449.                               }
  5450.                             },
  5451.                             "required": [
  5452.                               "name",
  5453.                               "time"
  5454.                             ]
  5455.                           },
  5456.                           {
  5457.                             "type": "object",
  5458.                             "properties": {
  5459.                               "name": {
  5460.                                 "type": "string"
  5461.                               },
  5462.                               "time": {
  5463.                                 "type": "number"
  5464.                               }
  5465.                             },
  5466.                             "required": [
  5467.                               "name",
  5468.                               "time"
  5469.                             ]
  5470.                           },
  5471.                           {
  5472.                             "type": "object",
  5473.                             "properties": {
  5474.                               "name": {
  5475.                                 "type": "string"
  5476.                               },
  5477.                               "time": {
  5478.                                 "type": "number"
  5479.                               }
  5480.                             },
  5481.                             "required": [
  5482.                               "name",
  5483.                               "time"
  5484.                             ]
  5485.                           },
  5486.                           {
  5487.                             "type": "object",
  5488.                             "properties": {
  5489.                               "name": {
  5490.                                 "type": "string"
  5491.                               },
  5492.                               "time": {
  5493.                                 "type": "number"
  5494.                               }
  5495.                             },
  5496.                             "required": [
  5497.                               "name",
  5498.                               "time"
  5499.                             ]
  5500.                           },
  5501.                           {
  5502.                             "type": "object",
  5503.                             "properties": {
  5504.                               "name": {
  5505.                                 "type": "string"
  5506.                               },
  5507.                               "time": {
  5508.                                 "type": "number"
  5509.                               }
  5510.                             },
  5511.                             "required": [
  5512.                               "name",
  5513.                               "time"
  5514.                             ]
  5515.                           },
  5516.                           {
  5517.                             "type": "object",
  5518.                             "properties": {
  5519.                               "name": {
  5520.                                 "type": "string"
  5521.                               },
  5522.                               "time": {
  5523.                                 "type": "number"
  5524.                               }
  5525.                             },
  5526.                             "required": [
  5527.                               "name",
  5528.                               "time"
  5529.                             ]
  5530.                           },
  5531.                           {
  5532.                             "type": "object",
  5533.                             "properties": {
  5534.                               "name": {
  5535.                                 "type": "string"
  5536.                               },
  5537.                               "time": {
  5538.                                 "type": "number"
  5539.                               }
  5540.                             },
  5541.                             "required": [
  5542.                               "name",
  5543.                               "time"
  5544.                             ]
  5545.                           },
  5546.                           {
  5547.                             "type": "object",
  5548.                             "properties": {
  5549.                               "name": {
  5550.                                 "type": "string"
  5551.                               },
  5552.                               "time": {
  5553.                                 "type": "number"
  5554.                               }
  5555.                             },
  5556.                             "required": [
  5557.                               "name",
  5558.                               "time"
  5559.                             ]
  5560.                           },
  5561.                           {
  5562.                             "type": "object",
  5563.                             "properties": {
  5564.                               "name": {
  5565.                                 "type": "string"
  5566.                               },
  5567.                               "time": {
  5568.                                 "type": "number"
  5569.                               }
  5570.                             },
  5571.                             "required": [
  5572.                               "name",
  5573.                               "time"
  5574.                             ]
  5575.                           },
  5576.                           {
  5577.                             "type": "object",
  5578.                             "properties": {
  5579.                               "name": {
  5580.                                 "type": "string"
  5581.                               },
  5582.                               "time": {
  5583.                                 "type": "number"
  5584.                               }
  5585.                             },
  5586.                             "required": [
  5587.                               "name",
  5588.                               "time"
  5589.                             ]
  5590.                           },
  5591.                           {
  5592.                             "type": "object",
  5593.                             "properties": {
  5594.                               "name": {
  5595.                                 "type": "string"
  5596.                               },
  5597.                               "time": {
  5598.                                 "type": "number"
  5599.                               }
  5600.                             },
  5601.                             "required": [
  5602.                               "name",
  5603.                               "time"
  5604.                             ]
  5605.                           },
  5606.                           {
  5607.                             "type": "object",
  5608.                             "properties": {
  5609.                               "name": {
  5610.                                 "type": "string"
  5611.                               },
  5612.                               "time": {
  5613.                                 "type": "number"
  5614.                               }
  5615.                             },
  5616.                             "required": [
  5617.                               "name",
  5618.                               "time"
  5619.                             ]
  5620.                           },
  5621.                           {
  5622.                             "type": "object",
  5623.                             "properties": {
  5624.                               "name": {
  5625.                                 "type": "string"
  5626.                               },
  5627.                               "time": {
  5628.                                 "type": "number"
  5629.                               }
  5630.                             },
  5631.                             "required": [
  5632.                               "name",
  5633.                               "time"
  5634.                             ]
  5635.                           },
  5636.                           {
  5637.                             "type": "object",
  5638.                             "properties": {
  5639.                               "name": {
  5640.                                 "type": "string"
  5641.                               },
  5642.                               "time": {
  5643.                                 "type": "number"
  5644.                               }
  5645.                             },
  5646.                             "required": [
  5647.                               "name",
  5648.                               "time"
  5649.                             ]
  5650.                           },
  5651.                           {
  5652.                             "type": "object",
  5653.                             "properties": {
  5654.                               "name": {
  5655.                                 "type": "string"
  5656.                               },
  5657.                               "time": {
  5658.                                 "type": "number"
  5659.                               }
  5660.                             },
  5661.                             "required": [
  5662.                               "name",
  5663.                               "time"
  5664.                             ]
  5665.                           },
  5666.                           {
  5667.                             "type": "object",
  5668.                             "properties": {
  5669.                               "name": {
  5670.                                 "type": "string"
  5671.                               },
  5672.                               "time": {
  5673.                                 "type": "number"
  5674.                               }
  5675.                             },
  5676.                             "required": [
  5677.                               "name",
  5678.                               "time"
  5679.                             ]
  5680.                           },
  5681.                           {
  5682.                             "type": "object",
  5683.                             "properties": {
  5684.                               "name": {
  5685.                                 "type": "string"
  5686.                               },
  5687.                               "time": {
  5688.                                 "type": "number"
  5689.                               }
  5690.                             },
  5691.                             "required": [
  5692.                               "name",
  5693.                               "time"
  5694.                             ]
  5695.                           },
  5696.                           {
  5697.                             "type": "object",
  5698.                             "properties": {
  5699.                               "name": {
  5700.                                 "type": "string"
  5701.                               },
  5702.                               "time": {
  5703.                                 "type": "number"
  5704.                               }
  5705.                             },
  5706.                             "required": [
  5707.                               "name",
  5708.                               "time"
  5709.                             ]
  5710.                           }
  5711.                         ]
  5712.                       }
  5713.                     },
  5714.                     "required": [
  5715.                       "signatures"
  5716.                     ]
  5717.                   },
  5718.                   "behavior": {
  5719.                     "type": "object",
  5720.                     "properties": {
  5721.                       "processes": {
  5722.                         "type": "array",
  5723.                         "items": {}
  5724.                       },
  5725.                       "anomaly": {
  5726.                         "type": "array",
  5727.                         "items": {}
  5728.                       },
  5729.                       "processtree": {
  5730.                         "type": "array",
  5731.                         "items": {}
  5732.                       },
  5733.                       "summary": {
  5734.                         "type": "object",
  5735.                         "properties": {
  5736.                           "files": {
  5737.                             "type": "array",
  5738.                             "items": {}
  5739.                           },
  5740.                           "read_files": {
  5741.                             "type": "array",
  5742.                             "items": {}
  5743.                           },
  5744.                           "write_files": {
  5745.                             "type": "array",
  5746.                             "items": {}
  5747.                           },
  5748.                           "delete_files": {
  5749.                             "type": "array",
  5750.                             "items": {}
  5751.                           },
  5752.                           "keys": {
  5753.                             "type": "array",
  5754.                             "items": {}
  5755.                           },
  5756.                           "read_keys": {
  5757.                             "type": "array",
  5758.                             "items": {}
  5759.                           },
  5760.                           "write_keys": {
  5761.                             "type": "array",
  5762.                             "items": {}
  5763.                           },
  5764.                           "delete_keys": {
  5765.                             "type": "array",
  5766.                             "items": {}
  5767.                           },
  5768.                           "executed_commands": {
  5769.                             "type": "array",
  5770.                             "items": {}
  5771.                           },
  5772.                           "resolved_apis": {
  5773.                             "type": "array",
  5774.                             "items": {}
  5775.                           },
  5776.                           "mutexes": {
  5777.                             "type": "array",
  5778.                             "items": {}
  5779.                           },
  5780.                           "created_services": {
  5781.                             "type": "array",
  5782.                             "items": {}
  5783.                           },
  5784.                           "started_services": {
  5785.                             "type": "array",
  5786.                             "items": {}
  5787.                           }
  5788.                         },
  5789.                         "required": [
  5790.                           "files",
  5791.                           "read_files",
  5792.                           "write_files",
  5793.                           "delete_files",
  5794.                           "keys",
  5795.                           "read_keys",
  5796.                           "write_keys",
  5797.                           "delete_keys",
  5798.                           "executed_commands",
  5799.                           "resolved_apis",
  5800.                           "mutexes",
  5801.                           "created_services",
  5802.                           "started_services"
  5803.                         ]
  5804.                       },
  5805.                       "enhanced": {
  5806.                         "type": "array",
  5807.                         "items": {}
  5808.                       }
  5809.                     },
  5810.                     "required": [
  5811.                       "processes",
  5812.                       "anomaly",
  5813.                       "processtree",
  5814.                       "summary",
  5815.                       "enhanced"
  5816.                     ]
  5817.                   },
  5818.                   "dropped": {
  5819.                     "type": "array",
  5820.                     "items": {}
  5821.                   },
  5822.                   "network": {
  5823.                     "type": "object",
  5824.                     "properties": {
  5825.                       "mitm": {
  5826.                         "type": "array",
  5827.                         "items": {}
  5828.                       },
  5829.                       "pcap_sha256": {
  5830.                         "type": "string"
  5831.                       },
  5832.                       "sorted_pcap_sha256": {
  5833.                         "type": "string"
  5834.                       },
  5835.                       "hosts": {
  5836.                         "type": "array",
  5837.                         "items": [
  5838.                           {
  5839.                             "type": "object",
  5840.                             "properties": {
  5841.                               "ip": {
  5842.                                 "type": "string"
  5843.                               },
  5844.                               "country_name": {
  5845.                                 "type": "string"
  5846.                               },
  5847.                               "hostname": {
  5848.                                 "type": "string"
  5849.                               },
  5850.                               "inaddrarpa": {
  5851.                                 "type": "string"
  5852.                               }
  5853.                             },
  5854.                             "required": [
  5855.                               "ip",
  5856.                               "country_name",
  5857.                               "hostname",
  5858.                               "inaddrarpa"
  5859.                             ]
  5860.                           }
  5861.                         ]
  5862.                       },
  5863.                       "domains": {
  5864.                         "type": "array",
  5865.                         "items": {}
  5866.                       },
  5867.                       "tcp": {
  5868.                         "type": "array",
  5869.                         "items": {}
  5870.                       },
  5871.                       "udp": {
  5872.                         "type": "array",
  5873.                         "items": [
  5874.                           {
  5875.                             "type": "object",
  5876.                             "properties": {
  5877.                               "src": {
  5878.                                 "type": "string"
  5879.                               },
  5880.                               "sport": {
  5881.                                 "type": "integer"
  5882.                               },
  5883.                               "dst": {
  5884.                                 "type": "string"
  5885.                               },
  5886.                               "dport": {
  5887.                                 "type": "integer"
  5888.                               },
  5889.                               "offset": {
  5890.                                 "type": "integer"
  5891.                               },
  5892.                               "time": {
  5893.                                 "type": "number"
  5894.                               }
  5895.                             },
  5896.                             "required": [
  5897.                               "src",
  5898.                               "sport",
  5899.                               "dst",
  5900.                               "dport",
  5901.                               "offset",
  5902.                               "time"
  5903.                             ]
  5904.                           }
  5905.                         ]
  5906.                       },
  5907.                       "icmp": {
  5908.                         "type": "array",
  5909.                         "items": {}
  5910.                       },
  5911.                       "http": {
  5912.                         "type": "array",
  5913.                         "items": {}
  5914.                       },
  5915.                       "tls": {
  5916.                         "type": "array",
  5917.                         "items": {}
  5918.                       },
  5919.                       "dns": {
  5920.                         "type": "array",
  5921.                         "items": {}
  5922.                       },
  5923.                       "smtp": {
  5924.                         "type": "array",
  5925.                         "items": {}
  5926.                       },
  5927.                       "irc": {
  5928.                         "type": "array",
  5929.                         "items": {}
  5930.                       },
  5931.                       "dns_servers": {
  5932.                         "type": "array",
  5933.                         "items": {}
  5934.                       },
  5935.                       "dead_hosts": {
  5936.                         "type": "array",
  5937.                         "items": {}
  5938.                       },
  5939.                       "http_ex": {
  5940.                         "type": "array",
  5941.                         "items": {}
  5942.                       },
  5943.                       "https_ex": {
  5944.                         "type": "array",
  5945.                         "items": {}
  5946.                       },
  5947.                       "smtp_ex": {
  5948.                         "type": "array",
  5949.                         "items": {}
  5950.                       }
  5951.                     },
  5952.                     "required": [
  5953.                       "mitm",
  5954.                       "pcap_sha256",
  5955.                       "sorted_pcap_sha256",
  5956.                       "hosts",
  5957.                       "domains",
  5958.                       "tcp",
  5959.                       "udp",
  5960.                       "icmp",
  5961.                       "http",
  5962.                       "tls",
  5963.                       "dns",
  5964.                       "smtp",
  5965.                       "irc",
  5966.                       "dns_servers",
  5967.                       "dead_hosts",
  5968.                       "http_ex",
  5969.                       "https_ex",
  5970.                       "smtp_ex"
  5971.                     ]
  5972.                   },
  5973.                   "info": {
  5974.                     "type": "object",
  5975.                     "properties": {
  5976.                       "started": {
  5977.                         "type": "number"
  5978.                       },
  5979.                       "ended": {
  5980.                         "type": "number"
  5981.                       },
  5982.                       "duration": {
  5983.                         "type": "integer"
  5984.                       },
  5985.                       "id": {
  5986.                         "type": "integer"
  5987.                       },
  5988.                       "category": {
  5989.                         "type": "string"
  5990.                       },
  5991.                       "custom": {
  5992.                         "type": "null"
  5993.                       },
  5994.                       "machine": {
  5995.                         "type": "object",
  5996.                         "properties": {
  5997.                           "label": {
  5998.                             "type": "string"
  5999.                           },
  6000.                           "ip": {
  6001.                             "type": "string"
  6002.                           },
  6003.                           "platform": {
  6004.                             "type": "string"
  6005.                           },
  6006.                           "architecture": {
  6007.                             "type": "string"
  6008.                           },
  6009.                           "os": {
  6010.                             "type": "string"
  6011.                           },
  6012.                           "options": {
  6013.                             "type": "string"
  6014.                           },
  6015.                           "tags": {
  6016.                             "type": "string"
  6017.                           },
  6018.                           "interface": {
  6019.                             "type": "string"
  6020.                           },
  6021.                           "poweron_snapshot": {
  6022.                             "type": "string"
  6023.                           },
  6024.                           "poweroff_snapshot": {
  6025.                             "type": "string"
  6026.                           },
  6027.                           "resultserver_ip": {
  6028.                             "type": "string"
  6029.                           },
  6030.                           "resultserver_port": {
  6031.                             "type": "string"
  6032.                           },
  6033.                           "status": {
  6034.                             "type": "string"
  6035.                           },
  6036.                           "locked": {
  6037.                             "type": "string"
  6038.                           }
  6039.                         },
  6040.                         "required": [
  6041.                           "label",
  6042.                           "ip",
  6043.                           "platform",
  6044.                           "architecture",
  6045.                           "os",
  6046.                           "options",
  6047.                           "tags",
  6048.                           "interface",
  6049.                           "poweron_snapshot",
  6050.                           "poweroff_snapshot",
  6051.                           "resultserver_ip",
  6052.                           "resultserver_port",
  6053.                           "status",
  6054.                           "locked"
  6055.                         ]
  6056.                       },
  6057.                       "package": {
  6058.                         "type": "string"
  6059.                       },
  6060.                       "timeout": {
  6061.                         "type": "boolean"
  6062.                       },
  6063.                       "parent_id": {
  6064.                         "type": "null"
  6065.                       },
  6066.                       "options": {
  6067.                         "type": "object"
  6068.                       },
  6069.                       "clam_results": {
  6070.                         "type": "array",
  6071.                         "items": [
  6072.                           {
  6073.                             "type": "string"
  6074.                           }
  6075.                         ]
  6076.                       }
  6077.                     },
  6078.                     "required": [
  6079.                       "started",
  6080.                       "ended",
  6081.                       "duration",
  6082.                       "id",
  6083.                       "category",
  6084.                       "custom",
  6085.                       "machine",
  6086.                       "package",
  6087.                       "timeout",
  6088.                       "parent_id",
  6089.                       "options",
  6090.                       "clam_results"
  6091.                     ]
  6092.                   },
  6093.                   "deduplicated_shots": {
  6094.                     "type": "array",
  6095.                     "items": [
  6096.                       {
  6097.                         "type": "string"
  6098.                       },
  6099.                       {
  6100.                         "type": "string"
  6101.                       },
  6102.                       {
  6103.                         "type": "string"
  6104.                       }
  6105.                     ]
  6106.                   },
  6107.                   "virustotal": {
  6108.                     "type": "object",
  6109.                     "properties": {
  6110.                       "scans": {
  6111.                         "type": "object",
  6112.                         "properties": {
  6113.                           "Bkav": {
  6114.                             "type": "object",
  6115.                             "properties": {
  6116.                               "detected": {
  6117.                                 "type": "boolean"
  6118.                               },
  6119.                               "version": {
  6120.                                 "type": "string"
  6121.                               },
  6122.                               "result": {
  6123.                                 "type": "null"
  6124.                               },
  6125.                               "update": {
  6126.                                 "type": "string"
  6127.                               }
  6128.                             },
  6129.                             "required": [
  6130.                               "detected",
  6131.                               "version",
  6132.                               "result",
  6133.                               "update"
  6134.                             ]
  6135.                           },
  6136.                           "TotalDefense": {
  6137.                             "type": "object",
  6138.                             "properties": {
  6139.                               "detected": {
  6140.                                 "type": "boolean"
  6141.                               },
  6142.                               "version": {
  6143.                                 "type": "string"
  6144.                               },
  6145.                               "result": {
  6146.                                 "type": "null"
  6147.                               },
  6148.                               "update": {
  6149.                                 "type": "string"
  6150.                               }
  6151.                             },
  6152.                             "required": [
  6153.                               "detected",
  6154.                               "version",
  6155.                               "result",
  6156.                               "update"
  6157.                             ]
  6158.                           },
  6159.                           "MicroWorld-eScan": {
  6160.                             "type": "object",
  6161.                             "properties": {
  6162.                               "detected": {
  6163.                                 "type": "boolean"
  6164.                               },
  6165.                               "version": {
  6166.                                 "type": "string"
  6167.                               },
  6168.                               "result": {
  6169.                                 "type": "null"
  6170.                               },
  6171.                               "update": {
  6172.                                 "type": "string"
  6173.                               }
  6174.                             },
  6175.                             "required": [
  6176.                               "detected",
  6177.                               "version",
  6178.                               "result",
  6179.                               "update"
  6180.                             ]
  6181.                           },
  6182.                           "nProtect": {
  6183.                             "type": "object",
  6184.                             "properties": {
  6185.                               "detected": {
  6186.                                 "type": "boolean"
  6187.                               },
  6188.                               "version": {
  6189.                                 "type": "string"
  6190.                               },
  6191.                               "result": {
  6192.                                 "type": "null"
  6193.                               },
  6194.                               "update": {
  6195.                                 "type": "string"
  6196.                               }
  6197.                             },
  6198.                             "required": [
  6199.                               "detected",
  6200.                               "version",
  6201.                               "result",
  6202.                               "update"
  6203.                             ]
  6204.                           },
  6205.                           "CAT-QuickHeal": {
  6206.                             "type": "object",
  6207.                             "properties": {
  6208.                               "detected": {
  6209.                                 "type": "boolean"
  6210.                               },
  6211.                               "version": {
  6212.                                 "type": "string"
  6213.                               },
  6214.                               "result": {
  6215.                                 "type": "null"
  6216.                               },
  6217.                               "update": {
  6218.                                 "type": "string"
  6219.                               }
  6220.                             },
  6221.                             "required": [
  6222.                               "detected",
  6223.                               "version",
  6224.                               "result",
  6225.                               "update"
  6226.                             ]
  6227.                           },
  6228.                           "McAfee": {
  6229.                             "type": "object",
  6230.                             "properties": {
  6231.                               "detected": {
  6232.                                 "type": "boolean"
  6233.                               },
  6234.                               "version": {
  6235.                                 "type": "string"
  6236.                               },
  6237.                               "result": {
  6238.                                 "type": "string"
  6239.                               },
  6240.                               "update": {
  6241.                                 "type": "string"
  6242.                               }
  6243.                             },
  6244.                             "required": [
  6245.                               "detected",
  6246.                               "version",
  6247.                               "result",
  6248.                               "update"
  6249.                             ]
  6250.                           },
  6251.                           "Malwarebytes": {
  6252.                             "type": "object",
  6253.                             "properties": {
  6254.                               "detected": {
  6255.                                 "type": "boolean"
  6256.                               },
  6257.                               "version": {
  6258.                                 "type": "string"
  6259.                               },
  6260.                               "result": {
  6261.                                 "type": "null"
  6262.                               },
  6263.                               "update": {
  6264.                                 "type": "string"
  6265.                               }
  6266.                             },
  6267.                             "required": [
  6268.                               "detected",
  6269.                               "version",
  6270.                               "result",
  6271.                               "update"
  6272.                             ]
  6273.                           },
  6274.                           "VIPRE": {
  6275.                             "type": "object",
  6276.                             "properties": {
  6277.                               "detected": {
  6278.                                 "type": "boolean"
  6279.                               },
  6280.                               "version": {
  6281.                                 "type": "string"
  6282.                               },
  6283.                               "result": {
  6284.                                 "type": "null"
  6285.                               },
  6286.                               "update": {
  6287.                                 "type": "string"
  6288.                               }
  6289.                             },
  6290.                             "required": [
  6291.                               "detected",
  6292.                               "version",
  6293.                               "result",
  6294.                               "update"
  6295.                             ]
  6296.                           },
  6297.                           "SUPERAntiSpyware": {
  6298.                             "type": "object",
  6299.                             "properties": {
  6300.                               "detected": {
  6301.                                 "type": "boolean"
  6302.                               },
  6303.                               "version": {
  6304.                                 "type": "string"
  6305.                               },
  6306.                               "result": {
  6307.                                 "type": "null"
  6308.                               },
  6309.                               "update": {
  6310.                                 "type": "string"
  6311.                               }
  6312.                             },
  6313.                             "required": [
  6314.                               "detected",
  6315.                               "version",
  6316.                               "result",
  6317.                               "update"
  6318.                             ]
  6319.                           },
  6320.                           "TheHacker": {
  6321.                             "type": "object",
  6322.                             "properties": {
  6323.                               "detected": {
  6324.                                 "type": "boolean"
  6325.                               },
  6326.                               "version": {
  6327.                                 "type": "string"
  6328.                               },
  6329.                               "result": {
  6330.                                 "type": "null"
  6331.                               },
  6332.                               "update": {
  6333.                                 "type": "string"
  6334.                               }
  6335.                             },
  6336.                             "required": [
  6337.                               "detected",
  6338.                               "version",
  6339.                               "result",
  6340.                               "update"
  6341.                             ]
  6342.                           },
  6343.                           "Alibaba": {
  6344.                             "type": "object",
  6345.                             "properties": {
  6346.                               "detected": {
  6347.                                 "type": "boolean"
  6348.                               },
  6349.                               "version": {
  6350.                                 "type": "string"
  6351.                               },
  6352.                               "result": {
  6353.                                 "type": "null"
  6354.                               },
  6355.                               "update": {
  6356.                                 "type": "string"
  6357.                               }
  6358.                             },
  6359.                             "required": [
  6360.                               "detected",
  6361.                               "version",
  6362.                               "result",
  6363.                               "update"
  6364.                             ]
  6365.                           },
  6366.                           "K7GW": {
  6367.                             "type": "object",
  6368.                             "properties": {
  6369.                               "detected": {
  6370.                                 "type": "boolean"
  6371.                               },
  6372.                               "version": {
  6373.                                 "type": "string"
  6374.                               },
  6375.                               "result": {
  6376.                                 "type": "string"
  6377.                               },
  6378.                               "update": {
  6379.                                 "type": "string"
  6380.                               }
  6381.                             },
  6382.                             "required": [
  6383.                               "detected",
  6384.                               "version",
  6385.                               "result",
  6386.                               "update"
  6387.                             ]
  6388.                           },
  6389.                           "K7AntiVirus": {
  6390.                             "type": "object",
  6391.                             "properties": {
  6392.                               "detected": {
  6393.                                 "type": "boolean"
  6394.                               },
  6395.                               "version": {
  6396.                                 "type": "string"
  6397.                               },
  6398.                               "result": {
  6399.                                 "type": "string"
  6400.                               },
  6401.                               "update": {
  6402.                                 "type": "string"
  6403.                               }
  6404.                             },
  6405.                             "required": [
  6406.                               "detected",
  6407.                               "version",
  6408.                               "result",
  6409.                               "update"
  6410.                             ]
  6411.                           },
  6412.                           "Arcabit": {
  6413.                             "type": "object",
  6414.                             "properties": {
  6415.                               "detected": {
  6416.                                 "type": "boolean"
  6417.                               },
  6418.                               "version": {
  6419.                                 "type": "string"
  6420.                               },
  6421.                               "result": {
  6422.                                 "type": "null"
  6423.                               },
  6424.                               "update": {
  6425.                                 "type": "string"
  6426.                               }
  6427.                             },
  6428.                             "required": [
  6429.                               "detected",
  6430.                               "version",
  6431.                               "result",
  6432.                               "update"
  6433.                             ]
  6434.                           },
  6435.                           "NANO-Antivirus": {
  6436.                             "type": "object",
  6437.                             "properties": {
  6438.                               "detected": {
  6439.                                 "type": "boolean"
  6440.                               },
  6441.                               "version": {
  6442.                                 "type": "string"
  6443.                               },
  6444.                               "result": {
  6445.                                 "type": "string"
  6446.                               },
  6447.                               "update": {
  6448.                                 "type": "string"
  6449.                               }
  6450.                             },
  6451.                             "required": [
  6452.                               "detected",
  6453.                               "version",
  6454.                               "result",
  6455.                               "update"
  6456.                             ]
  6457.                           },
  6458.                           "F-Prot": {
  6459.                             "type": "object",
  6460.                             "properties": {
  6461.                               "detected": {
  6462.                                 "type": "boolean"
  6463.                               },
  6464.                               "version": {
  6465.                                 "type": "string"
  6466.                               },
  6467.                               "result": {
  6468.                                 "type": "null"
  6469.                               },
  6470.                               "update": {
  6471.                                 "type": "string"
  6472.                               }
  6473.                             },
  6474.                             "required": [
  6475.                               "detected",
  6476.                               "version",
  6477.                               "result",
  6478.                               "update"
  6479.                             ]
  6480.                           },
  6481.                           "Symantec": {
  6482.                             "type": "object",
  6483.                             "properties": {
  6484.                               "detected": {
  6485.                                 "type": "boolean"
  6486.                               },
  6487.                               "version": {
  6488.                                 "type": "string"
  6489.                               },
  6490.                               "result": {
  6491.                                 "type": "null"
  6492.                               },
  6493.                               "update": {
  6494.                                 "type": "string"
  6495.                               }
  6496.                             },
  6497.                             "required": [
  6498.                               "detected",
  6499.                               "version",
  6500.                               "result",
  6501.                               "update"
  6502.                             ]
  6503.                           },
  6504.                           "ESET-NOD32": {
  6505.                             "type": "object",
  6506.                             "properties": {
  6507.                               "detected": {
  6508.                                 "type": "boolean"
  6509.                               },
  6510.                               "version": {
  6511.                                 "type": "string"
  6512.                               },
  6513.                               "result": {
  6514.                                 "type": "string"
  6515.                               },
  6516.                               "update": {
  6517.                                 "type": "string"
  6518.                               }
  6519.                             },
  6520.                             "required": [
  6521.                               "detected",
  6522.                               "version",
  6523.                               "result",
  6524.                               "update"
  6525.                             ]
  6526.                           },
  6527.                           "TrendMicro-HouseCall": {
  6528.                             "type": "object",
  6529.                             "properties": {
  6530.                               "detected": {
  6531.                                 "type": "boolean"
  6532.                               },
  6533.                               "version": {
  6534.                                 "type": "string"
  6535.                               },
  6536.                               "result": {
  6537.                                 "type": "null"
  6538.                               },
  6539.                               "update": {
  6540.                                 "type": "string"
  6541.                               }
  6542.                             },
  6543.                             "required": [
  6544.                               "detected",
  6545.                               "version",
  6546.                               "result",
  6547.                               "update"
  6548.                             ]
  6549.                           },
  6550.                           "Avast": {
  6551.                             "type": "object",
  6552.                             "properties": {
  6553.                               "detected": {
  6554.                                 "type": "boolean"
  6555.                               },
  6556.                               "version": {
  6557.                                 "type": "string"
  6558.                               },
  6559.                               "result": {
  6560.                                 "type": "null"
  6561.                               },
  6562.                               "update": {
  6563.                                 "type": "string"
  6564.                               }
  6565.                             },
  6566.                             "required": [
  6567.                               "detected",
  6568.                               "version",
  6569.                               "result",
  6570.                               "update"
  6571.                             ]
  6572.                           },
  6573.                           "ClamAV": {
  6574.                             "type": "object",
  6575.                             "properties": {
  6576.                               "detected": {
  6577.                                 "type": "boolean"
  6578.                               },
  6579.                               "version": {
  6580.                                 "type": "string"
  6581.                               },
  6582.                               "result": {
  6583.                                 "type": "string"
  6584.                               },
  6585.                               "update": {
  6586.                                 "type": "string"
  6587.                               }
  6588.                             },
  6589.                             "required": [
  6590.                               "detected",
  6591.                               "version",
  6592.                               "result",
  6593.                               "update"
  6594.                             ]
  6595.                           },
  6596.                           "Kaspersky": {
  6597.                             "type": "object",
  6598.                             "properties": {
  6599.                               "detected": {
  6600.                                 "type": "boolean"
  6601.                               },
  6602.                               "version": {
  6603.                                 "type": "string"
  6604.                               },
  6605.                               "result": {
  6606.                                 "type": "null"
  6607.                               },
  6608.                               "update": {
  6609.                                 "type": "string"
  6610.                               }
  6611.                             },
  6612.                             "required": [
  6613.                               "detected",
  6614.                               "version",
  6615.                               "result",
  6616.                               "update"
  6617.                             ]
  6618.                           },
  6619.                           "BitDefender": {
  6620.                             "type": "object",
  6621.                             "properties": {
  6622.                               "detected": {
  6623.                                 "type": "boolean"
  6624.                               },
  6625.                               "version": {
  6626.                                 "type": "string"
  6627.                               },
  6628.                               "result": {
  6629.                                 "type": "null"
  6630.                               },
  6631.                               "update": {
  6632.                                 "type": "string"
  6633.                               }
  6634.                             },
  6635.                             "required": [
  6636.                               "detected",
  6637.                               "version",
  6638.                               "result",
  6639.                               "update"
  6640.                             ]
  6641.                           },
  6642.                           "Agnitum": {
  6643.                             "type": "object",
  6644.                             "properties": {
  6645.                               "detected": {
  6646.                                 "type": "boolean"
  6647.                               },
  6648.                               "version": {
  6649.                                 "type": "string"
  6650.                               },
  6651.                               "result": {
  6652.                                 "type": "string"
  6653.                               },
  6654.                               "update": {
  6655.                                 "type": "string"
  6656.                               }
  6657.                             },
  6658.                             "required": [
  6659.                               "detected",
  6660.                               "version",
  6661.                               "result",
  6662.                               "update"
  6663.                             ]
  6664.                           },
  6665.                           "ViRobot": {
  6666.                             "type": "object",
  6667.                             "properties": {
  6668.                               "detected": {
  6669.                                 "type": "boolean"
  6670.                               },
  6671.                               "version": {
  6672.                                 "type": "string"
  6673.                               },
  6674.                               "result": {
  6675.                                 "type": "null"
  6676.                               },
  6677.                               "update": {
  6678.                                 "type": "string"
  6679.                               }
  6680.                             },
  6681.                             "required": [
  6682.                               "detected",
  6683.                               "version",
  6684.                               "result",
  6685.                               "update"
  6686.                             ]
  6687.                           },
  6688.                           "Tencent": {
  6689.                             "type": "object",
  6690.                             "properties": {
  6691.                               "detected": {
  6692.                                 "type": "boolean"
  6693.                               },
  6694.                               "version": {
  6695.                                 "type": "string"
  6696.                               },
  6697.                               "result": {
  6698.                                 "type": "null"
  6699.                               },
  6700.                               "update": {
  6701.                                 "type": "string"
  6702.                               }
  6703.                             },
  6704.                             "required": [
  6705.                               "detected",
  6706.                               "version",
  6707.                               "result",
  6708.                               "update"
  6709.                             ]
  6710.                           },
  6711.                           "Ad-Aware": {
  6712.                             "type": "object",
  6713.                             "properties": {
  6714.                               "detected": {
  6715.                                 "type": "boolean"
  6716.                               },
  6717.                               "version": {
  6718.                                 "type": "string"
  6719.                               },
  6720.                               "result": {
  6721.                                 "type": "null"
  6722.                               },
  6723.                               "update": {
  6724.                                 "type": "string"
  6725.                               }
  6726.                             },
  6727.                             "required": [
  6728.                               "detected",
  6729.                               "version",
  6730.                               "result",
  6731.                               "update"
  6732.                             ]
  6733.                           },
  6734.                           "Emsisoft": {
  6735.                             "type": "object",
  6736.                             "properties": {
  6737.                               "detected": {
  6738.                                 "type": "boolean"
  6739.                               },
  6740.                               "version": {
  6741.                                 "type": "string"
  6742.                               },
  6743.                               "result": {
  6744.                                 "type": "null"
  6745.                               },
  6746.                               "update": {
  6747.                                 "type": "string"
  6748.                               }
  6749.                             },
  6750.                             "required": [
  6751.                               "detected",
  6752.                               "version",
  6753.                               "result",
  6754.                               "update"
  6755.                             ]
  6756.                           },
  6757.                           "Comodo": {
  6758.                             "type": "object",
  6759.                             "properties": {
  6760.                               "detected": {
  6761.                                 "type": "boolean"
  6762.                               },
  6763.                               "version": {
  6764.                                 "type": "string"
  6765.                               },
  6766.                               "result": {
  6767.                                 "type": "string"
  6768.                               },
  6769.                               "update": {
  6770.                                 "type": "string"
  6771.                               }
  6772.                             },
  6773.                             "required": [
  6774.                               "detected",
  6775.                               "version",
  6776.                               "result",
  6777.                               "update"
  6778.                             ]
  6779.                           },
  6780.                           "F-Secure": {
  6781.                             "type": "object",
  6782.                             "properties": {
  6783.                               "detected": {
  6784.                                 "type": "boolean"
  6785.                               },
  6786.                               "version": {
  6787.                                 "type": "string"
  6788.                               },
  6789.                               "result": {
  6790.                                 "type": "null"
  6791.                               },
  6792.                               "update": {
  6793.                                 "type": "string"
  6794.                               }
  6795.                             },
  6796.                             "required": [
  6797.                               "detected",
  6798.                               "version",
  6799.                               "result",
  6800.                               "update"
  6801.                             ]
  6802.                           },
  6803.                           "DrWeb": {
  6804.                             "type": "object",
  6805.                             "properties": {
  6806.                               "detected": {
  6807.                                 "type": "boolean"
  6808.                               },
  6809.                               "version": {
  6810.                                 "type": "string"
  6811.                               },
  6812.                               "result": {
  6813.                                 "type": "string"
  6814.                               },
  6815.                               "update": {
  6816.                                 "type": "string"
  6817.                               }
  6818.                             },
  6819.                             "required": [
  6820.                               "detected",
  6821.                               "version",
  6822.                               "result",
  6823.                               "update"
  6824.                             ]
  6825.                           },
  6826.                           "Zillya": {
  6827.                             "type": "object",
  6828.                             "properties": {
  6829.                               "detected": {
  6830.                                 "type": "boolean"
  6831.                               },
  6832.                               "version": {
  6833.                                 "type": "string"
  6834.                               },
  6835.                               "result": {
  6836.                                 "type": "null"
  6837.                               },
  6838.                               "update": {
  6839.                                 "type": "string"
  6840.                               }
  6841.                             },
  6842.                             "required": [
  6843.                               "detected",
  6844.                               "version",
  6845.                               "result",
  6846.                               "update"
  6847.                             ]
  6848.                           },
  6849.                           "TrendMicro": {
  6850.                             "type": "object",
  6851.                             "properties": {
  6852.                               "detected": {
  6853.                                 "type": "boolean"
  6854.                               },
  6855.                               "version": {
  6856.                                 "type": "string"
  6857.                               },
  6858.                               "result": {
  6859.                                 "type": "null"
  6860.                               },
  6861.                               "update": {
  6862.                                 "type": "string"
  6863.                               }
  6864.                             },
  6865.                             "required": [
  6866.                               "detected",
  6867.                               "version",
  6868.                               "result",
  6869.                               "update"
  6870.                             ]
  6871.                           },
  6872.                           "McAfee-GW-Edition": {
  6873.                             "type": "object",
  6874.                             "properties": {
  6875.                               "detected": {
  6876.                                 "type": "boolean"
  6877.                               },
  6878.                               "version": {
  6879.                                 "type": "string"
  6880.                               },
  6881.                               "result": {
  6882.                                 "type": "string"
  6883.                               },
  6884.                               "update": {
  6885.                                 "type": "string"
  6886.                               }
  6887.                             },
  6888.                             "required": [
  6889.                               "detected",
  6890.                               "version",
  6891.                               "result",
  6892.                               "update"
  6893.                             ]
  6894.                           },
  6895.                           "Sophos": {
  6896.                             "type": "object",
  6897.                             "properties": {
  6898.                               "detected": {
  6899.                                 "type": "boolean"
  6900.                               },
  6901.                               "version": {
  6902.                                 "type": "string"
  6903.                               },
  6904.                               "result": {
  6905.                                 "type": "string"
  6906.                               },
  6907.                               "update": {
  6908.                                 "type": "string"
  6909.                               }
  6910.                             },
  6911.                             "required": [
  6912.                               "detected",
  6913.                               "version",
  6914.                               "result",
  6915.                               "update"
  6916.                             ]
  6917.                           },
  6918.                           "Cyren": {
  6919.                             "type": "object",
  6920.                             "properties": {
  6921.                               "detected": {
  6922.                                 "type": "boolean"
  6923.                               },
  6924.                               "version": {
  6925.                                 "type": "string"
  6926.                               },
  6927.                               "result": {
  6928.                                 "type": "null"
  6929.                               },
  6930.                               "update": {
  6931.                                 "type": "string"
  6932.                               }
  6933.                             },
  6934.                             "required": [
  6935.                               "detected",
  6936.                               "version",
  6937.                               "result",
  6938.                               "update"
  6939.                             ]
  6940.                           },
  6941.                           "Jiangmin": {
  6942.                             "type": "object",
  6943.                             "properties": {
  6944.                               "detected": {
  6945.                                 "type": "boolean"
  6946.                               },
  6947.                               "version": {
  6948.                                 "type": "string"
  6949.                               },
  6950.                               "result": {
  6951.                                 "type": "null"
  6952.                               },
  6953.                               "update": {
  6954.                                 "type": "string"
  6955.                               }
  6956.                             },
  6957.                             "required": [
  6958.                               "detected",
  6959.                               "version",
  6960.                               "result",
  6961.                               "update"
  6962.                             ]
  6963.                           },
  6964.                           "Avira": {
  6965.                             "type": "object",
  6966.                             "properties": {
  6967.                               "detected": {
  6968.                                 "type": "boolean"
  6969.                               },
  6970.                               "version": {
  6971.                                 "type": "string"
  6972.                               },
  6973.                               "result": {
  6974.                                 "type": "string"
  6975.                               },
  6976.                               "update": {
  6977.                                 "type": "string"
  6978.                               }
  6979.                             },
  6980.                             "required": [
  6981.                               "detected",
  6982.                               "version",
  6983.                               "result",
  6984.                               "update"
  6985.                             ]
  6986.                           },
  6987.                           "Antiy-AVL": {
  6988.                             "type": "object",
  6989.                             "properties": {
  6990.                               "detected": {
  6991.                                 "type": "boolean"
  6992.                               },
  6993.                               "version": {
  6994.                                 "type": "string"
  6995.                               },
  6996.                               "result": {
  6997.                                 "type": "null"
  6998.                               },
  6999.                               "update": {
  7000.                                 "type": "string"
  7001.                               }
  7002.                             },
  7003.                             "required": [
  7004.                               "detected",
  7005.                               "version",
  7006.                               "result",
  7007.                               "update"
  7008.                             ]
  7009.                           },
  7010.                           "Microsoft": {
  7011.                             "type": "object",
  7012.                             "properties": {
  7013.                               "detected": {
  7014.                                 "type": "boolean"
  7015.                               },
  7016.                               "version": {
  7017.                                 "type": "string"
  7018.                               },
  7019.                               "result": {
  7020.                                 "type": "null"
  7021.                               },
  7022.                               "update": {
  7023.                                 "type": "string"
  7024.                               }
  7025.                             },
  7026.                             "required": [
  7027.                               "detected",
  7028.                               "version",
  7029.                               "result",
  7030.                               "update"
  7031.                             ]
  7032.                           },
  7033.                           "AegisLab": {
  7034.                             "type": "object",
  7035.                             "properties": {
  7036.                               "detected": {
  7037.                                 "type": "boolean"
  7038.                               },
  7039.                               "version": {
  7040.                                 "type": "string"
  7041.                               },
  7042.                               "result": {
  7043.                                 "type": "string"
  7044.                               },
  7045.                               "update": {
  7046.                                 "type": "string"
  7047.                               }
  7048.                             },
  7049.                             "required": [
  7050.                               "detected",
  7051.                               "version",
  7052.                               "result",
  7053.                               "update"
  7054.                             ]
  7055.                           },
  7056.                           "AhnLab-V3": {
  7057.                             "type": "object",
  7058.                             "properties": {
  7059.                               "detected": {
  7060.                                 "type": "boolean"
  7061.                               },
  7062.                               "version": {
  7063.                                 "type": "string"
  7064.                               },
  7065.                               "result": {
  7066.                                 "type": "null"
  7067.                               },
  7068.                               "update": {
  7069.                                 "type": "string"
  7070.                               }
  7071.                             },
  7072.                             "required": [
  7073.                               "detected",
  7074.                               "version",
  7075.                               "result",
  7076.                               "update"
  7077.                             ]
  7078.                           },
  7079.                           "GData": {
  7080.                             "type": "object",
  7081.                             "properties": {
  7082.                               "detected": {
  7083.                                 "type": "boolean"
  7084.                               },
  7085.                               "version": {
  7086.                                 "type": "string"
  7087.                               },
  7088.                               "result": {
  7089.                                 "type": "null"
  7090.                               },
  7091.                               "update": {
  7092.                                 "type": "string"
  7093.                               }
  7094.                             },
  7095.                             "required": [
  7096.                               "detected",
  7097.                               "version",
  7098.                               "result",
  7099.                               "update"
  7100.                             ]
  7101.                           },
  7102.                           "ByteHero": {
  7103.                             "type": "object",
  7104.                             "properties": {
  7105.                               "detected": {
  7106.                                 "type": "boolean"
  7107.                               },
  7108.                               "version": {
  7109.                                 "type": "string"
  7110.                               },
  7111.                               "result": {
  7112.                                 "type": "null"
  7113.                               },
  7114.                               "update": {
  7115.                                 "type": "string"
  7116.                               }
  7117.                             },
  7118.                             "required": [
  7119.                               "detected",
  7120.                               "version",
  7121.                               "result",
  7122.                               "update"
  7123.                             ]
  7124.                           },
  7125.                           "VBA32": {
  7126.                             "type": "object",
  7127.                             "properties": {
  7128.                               "detected": {
  7129.                                 "type": "boolean"
  7130.                               },
  7131.                               "version": {
  7132.                                 "type": "string"
  7133.                               },
  7134.                               "result": {
  7135.                                 "type": "string"
  7136.                               },
  7137.                               "update": {
  7138.                                 "type": "string"
  7139.                               }
  7140.                             },
  7141.                             "required": [
  7142.                               "detected",
  7143.                               "version",
  7144.                               "result",
  7145.                               "update"
  7146.                             ]
  7147.                           },
  7148.                           "ALYac": {
  7149.                             "type": "object",
  7150.                             "properties": {
  7151.                               "detected": {
  7152.                                 "type": "boolean"
  7153.                               },
  7154.                               "version": {
  7155.                                 "type": "string"
  7156.                               },
  7157.                               "result": {
  7158.                                 "type": "null"
  7159.                               },
  7160.                               "update": {
  7161.                                 "type": "string"
  7162.                               }
  7163.                             },
  7164.                             "required": [
  7165.                               "detected",
  7166.                               "version",
  7167.                               "result",
  7168.                               "update"
  7169.                             ]
  7170.                           },
  7171.                           "Panda": {
  7172.                             "type": "object",
  7173.                             "properties": {
  7174.                               "detected": {
  7175.                                 "type": "boolean"
  7176.                               },
  7177.                               "version": {
  7178.                                 "type": "string"
  7179.                               },
  7180.                               "result": {
  7181.                                 "type": "null"
  7182.                               },
  7183.                               "update": {
  7184.                                 "type": "string"
  7185.                               }
  7186.                             },
  7187.                             "required": [
  7188.                               "detected",
  7189.                               "version",
  7190.                               "result",
  7191.                               "update"
  7192.                             ]
  7193.                           },
  7194.                           "Zoner": {
  7195.                             "type": "object",
  7196.                             "properties": {
  7197.                               "detected": {
  7198.                                 "type": "boolean"
  7199.                               },
  7200.                               "version": {
  7201.                                 "type": "string"
  7202.                               },
  7203.                               "result": {
  7204.                                 "type": "null"
  7205.                               },
  7206.                               "update": {
  7207.                                 "type": "string"
  7208.                               }
  7209.                             },
  7210.                             "required": [
  7211.                               "detected",
  7212.                               "version",
  7213.                               "result",
  7214.                               "update"
  7215.                             ]
  7216.                           },
  7217.                           "Rising": {
  7218.                             "type": "object",
  7219.                             "properties": {
  7220.                               "detected": {
  7221.                                 "type": "boolean"
  7222.                               },
  7223.                               "version": {
  7224.                                 "type": "string"
  7225.                               },
  7226.                               "result": {
  7227.                                 "type": "string"
  7228.                               },
  7229.                               "update": {
  7230.                                 "type": "string"
  7231.                               }
  7232.                             },
  7233.                             "required": [
  7234.                               "detected",
  7235.                               "version",
  7236.                               "result",
  7237.                               "update"
  7238.                             ]
  7239.                           },
  7240.                           "Ikarus": {
  7241.                             "type": "object",
  7242.                             "properties": {
  7243.                               "detected": {
  7244.                                 "type": "boolean"
  7245.                               },
  7246.                               "version": {
  7247.                                 "type": "string"
  7248.                               },
  7249.                               "result": {
  7250.                                 "type": "string"
  7251.                               },
  7252.                               "update": {
  7253.                                 "type": "string"
  7254.                               }
  7255.                             },
  7256.                             "required": [
  7257.                               "detected",
  7258.                               "version",
  7259.                               "result",
  7260.                               "update"
  7261.                             ]
  7262.                           },
  7263.                           "Fortinet": {
  7264.                             "type": "object",
  7265.                             "properties": {
  7266.                               "detected": {
  7267.                                 "type": "boolean"
  7268.                               },
  7269.                               "version": {
  7270.                                 "type": "string"
  7271.                               },
  7272.                               "result": {
  7273.                                 "type": "null"
  7274.                               },
  7275.                               "update": {
  7276.                                 "type": "string"
  7277.                               }
  7278.                             },
  7279.                             "required": [
  7280.                               "detected",
  7281.                               "version",
  7282.                               "result",
  7283.                               "update"
  7284.                             ]
  7285.                           },
  7286.                           "AVG": {
  7287.                             "type": "object",
  7288.                             "properties": {
  7289.                               "detected": {
  7290.                                 "type": "boolean"
  7291.                               },
  7292.                               "version": {
  7293.                                 "type": "string"
  7294.                               },
  7295.                               "result": {
  7296.                                 "type": "string"
  7297.                               },
  7298.                               "update": {
  7299.                                 "type": "string"
  7300.                               }
  7301.                             },
  7302.                             "required": [
  7303.                               "detected",
  7304.                               "version",
  7305.                               "result",
  7306.                               "update"
  7307.                             ]
  7308.                           },
  7309.                           "Baidu-International": {
  7310.                             "type": "object",
  7311.                             "properties": {
  7312.                               "detected": {
  7313.                                 "type": "boolean"
  7314.                               },
  7315.                               "version": {
  7316.                                 "type": "string"
  7317.                               },
  7318.                               "result": {
  7319.                                 "type": "string"
  7320.                               },
  7321.                               "update": {
  7322.                                 "type": "string"
  7323.                               }
  7324.                             },
  7325.                             "required": [
  7326.                               "detected",
  7327.                               "version",
  7328.                               "result",
  7329.                               "update"
  7330.                             ]
  7331.                           },
  7332.                           "Qihoo-360": {
  7333.                             "type": "object",
  7334.                             "properties": {
  7335.                               "detected": {
  7336.                                 "type": "boolean"
  7337.                               },
  7338.                               "version": {
  7339.                                 "type": "string"
  7340.                               },
  7341.                               "result": {
  7342.                                 "type": "string"
  7343.                               },
  7344.                               "update": {
  7345.                                 "type": "string"
  7346.                               }
  7347.                             },
  7348.                             "required": [
  7349.                               "detected",
  7350.                               "version",
  7351.                               "result",
  7352.                               "update"
  7353.                             ]
  7354.                           }
  7355.                         },
  7356.                         "required": [
  7357.                           "Bkav",
  7358.                           "TotalDefense",
  7359.                           "MicroWorld-eScan",
  7360.                           "nProtect",
  7361.                           "CAT-QuickHeal",
  7362.                           "McAfee",
  7363.                           "Malwarebytes",
  7364.                           "VIPRE",
  7365.                           "SUPERAntiSpyware",
  7366.                           "TheHacker",
  7367.                           "Alibaba",
  7368.                           "K7GW",
  7369.                           "K7AntiVirus",
  7370.                           "Arcabit",
  7371.                           "NANO-Antivirus",
  7372.                           "F-Prot",
  7373.                           "Symantec",
  7374.                           "ESET-NOD32",
  7375.                           "TrendMicro-HouseCall",
  7376.                           "Avast",
  7377.                           "ClamAV",
  7378.                           "Kaspersky",
  7379.                           "BitDefender",
  7380.                           "Agnitum",
  7381.                           "ViRobot",
  7382.                           "Tencent",
  7383.                           "Ad-Aware",
  7384.                           "Emsisoft",
  7385.                           "Comodo",
  7386.                           "F-Secure",
  7387.                           "DrWeb",
  7388.                           "Zillya",
  7389.                           "TrendMicro",
  7390.                           "McAfee-GW-Edition",
  7391.                           "Sophos",
  7392.                           "Cyren",
  7393.                           "Jiangmin",
  7394.                           "Avira",
  7395.                           "Antiy-AVL",
  7396.                           "Microsoft",
  7397.                           "AegisLab",
  7398.                           "AhnLab-V3",
  7399.                           "GData",
  7400.                           "ByteHero",
  7401.                           "VBA32",
  7402.                           "ALYac",
  7403.                           "Panda",
  7404.                           "Zoner",
  7405.                           "Rising",
  7406.                           "Ikarus",
  7407.                           "Fortinet",
  7408.                           "AVG",
  7409.                           "Baidu-International",
  7410.                           "Qihoo-360"
  7411.                         ]
  7412.                       },
  7413.                       "scan_id": {
  7414.                         "type": "string"
  7415.                       },
  7416.                       "sha1": {
  7417.                         "type": "string"
  7418.                       },
  7419.                       "resource": {
  7420.                         "type": "string"
  7421.                       },
  7422.                       "response_code": {
  7423.                         "type": "integer"
  7424.                       },
  7425.                       "scan_date": {
  7426.                         "type": "string"
  7427.                       },
  7428.                       "permalink": {
  7429.                         "type": "string"
  7430.                       },
  7431.                       "verbose_msg": {
  7432.                         "type": "string"
  7433.                       },
  7434.                       "total": {
  7435.                         "type": "integer"
  7436.                       },
  7437.                       "positives": {
  7438.                         "type": "integer"
  7439.                       },
  7440.                       "sha256": {
  7441.                         "type": "string"
  7442.                       },
  7443.                       "md5": {
  7444.                         "type": "string"
  7445.                       },
  7446.                       "results": {
  7447.                         "type": "array",
  7448.                         "items": [
  7449.                           {
  7450.                             "type": "object",
  7451.                             "properties": {
  7452.                               "vendor": {
  7453.                                 "type": "string"
  7454.                               },
  7455.                               "sig": {
  7456.                                 "type": "null"
  7457.                               }
  7458.                             },
  7459.                             "required": [
  7460.                               "vendor",
  7461.                               "sig"
  7462.                             ]
  7463.                           },
  7464.                           {
  7465.                             "type": "object",
  7466.                             "properties": {
  7467.                               "vendor": {
  7468.                                 "type": "string"
  7469.                               },
  7470.                               "sig": {
  7471.                                 "type": "null"
  7472.                               }
  7473.                             },
  7474.                             "required": [
  7475.                               "vendor",
  7476.                               "sig"
  7477.                             ]
  7478.                           },
  7479.                           {
  7480.                             "type": "object",
  7481.                             "properties": {
  7482.                               "vendor": {
  7483.                                 "type": "string"
  7484.                               },
  7485.                               "sig": {
  7486.                                 "type": "null"
  7487.                               }
  7488.                             },
  7489.                             "required": [
  7490.                               "vendor",
  7491.                               "sig"
  7492.                             ]
  7493.                           },
  7494.                           {
  7495.                             "type": "object",
  7496.                             "properties": {
  7497.                               "vendor": {
  7498.                                 "type": "string"
  7499.                               },
  7500.                               "sig": {
  7501.                                 "type": "null"
  7502.                               }
  7503.                             },
  7504.                             "required": [
  7505.                               "vendor",
  7506.                               "sig"
  7507.                             ]
  7508.                           },
  7509.                           {
  7510.                             "type": "object",
  7511.                             "properties": {
  7512.                               "vendor": {
  7513.                                 "type": "string"
  7514.                               },
  7515.                               "sig": {
  7516.                                 "type": "null"
  7517.                               }
  7518.                             },
  7519.                             "required": [
  7520.                               "vendor",
  7521.                               "sig"
  7522.                             ]
  7523.                           },
  7524.                           {
  7525.                             "type": "object",
  7526.                             "properties": {
  7527.                               "vendor": {
  7528.                                 "type": "string"
  7529.                               },
  7530.                               "sig": {
  7531.                                 "type": "string"
  7532.                               }
  7533.                             },
  7534.                             "required": [
  7535.                               "vendor",
  7536.                               "sig"
  7537.                             ]
  7538.                           },
  7539.                           {
  7540.                             "type": "object",
  7541.                             "properties": {
  7542.                               "vendor": {
  7543.                                 "type": "string"
  7544.                               },
  7545.                               "sig": {
  7546.                                 "type": "null"
  7547.                               }
  7548.                             },
  7549.                             "required": [
  7550.                               "vendor",
  7551.                               "sig"
  7552.                             ]
  7553.                           },
  7554.                           {
  7555.                             "type": "object",
  7556.                             "properties": {
  7557.                               "vendor": {
  7558.                                 "type": "string"
  7559.                               },
  7560.                               "sig": {
  7561.                                 "type": "null"
  7562.                               }
  7563.                             },
  7564.                             "required": [
  7565.                               "vendor",
  7566.                               "sig"
  7567.                             ]
  7568.                           },
  7569.                           {
  7570.                             "type": "object",
  7571.                             "properties": {
  7572.                               "vendor": {
  7573.                                 "type": "string"
  7574.                               },
  7575.                               "sig": {
  7576.                                 "type": "null"
  7577.                               }
  7578.                             },
  7579.                             "required": [
  7580.                               "vendor",
  7581.                               "sig"
  7582.                             ]
  7583.                           },
  7584.                           {
  7585.                             "type": "object",
  7586.                             "properties": {
  7587.                               "vendor": {
  7588.                                 "type": "string"
  7589.                               },
  7590.                               "sig": {
  7591.                                 "type": "null"
  7592.                               }
  7593.                             },
  7594.                             "required": [
  7595.                               "vendor",
  7596.                               "sig"
  7597.                             ]
  7598.                           },
  7599.                           {
  7600.                             "type": "object",
  7601.                             "properties": {
  7602.                               "vendor": {
  7603.                                 "type": "string"
  7604.                               },
  7605.                               "sig": {
  7606.                                 "type": "null"
  7607.                               }
  7608.                             },
  7609.                             "required": [
  7610.                               "vendor",
  7611.                               "sig"
  7612.                             ]
  7613.                           },
  7614.                           {
  7615.                             "type": "object",
  7616.                             "properties": {
  7617.                               "vendor": {
  7618.                                 "type": "string"
  7619.                               },
  7620.                               "sig": {
  7621.                                 "type": "string"
  7622.                               }
  7623.                             },
  7624.                             "required": [
  7625.                               "vendor",
  7626.                               "sig"
  7627.                             ]
  7628.                           },
  7629.                           {
  7630.                             "type": "object",
  7631.                             "properties": {
  7632.                               "vendor": {
  7633.                                 "type": "string"
  7634.                               },
  7635.                               "sig": {
  7636.                                 "type": "string"
  7637.                               }
  7638.                             },
  7639.                             "required": [
  7640.                               "vendor",
  7641.                               "sig"
  7642.                             ]
  7643.                           },
  7644.                           {
  7645.                             "type": "object",
  7646.                             "properties": {
  7647.                               "vendor": {
  7648.                                 "type": "string"
  7649.                               },
  7650.                               "sig": {
  7651.                                 "type": "null"
  7652.                               }
  7653.                             },
  7654.                             "required": [
  7655.                               "vendor",
  7656.                               "sig"
  7657.                             ]
  7658.                           },
  7659.                           {
  7660.                             "type": "object",
  7661.                             "properties": {
  7662.                               "vendor": {
  7663.                                 "type": "string"
  7664.                               },
  7665.                               "sig": {
  7666.                                 "type": "string"
  7667.                               }
  7668.                             },
  7669.                             "required": [
  7670.                               "vendor",
  7671.                               "sig"
  7672.                             ]
  7673.                           },
  7674.                           {
  7675.                             "type": "object",
  7676.                             "properties": {
  7677.                               "vendor": {
  7678.                                 "type": "string"
  7679.                               },
  7680.                               "sig": {
  7681.                                 "type": "null"
  7682.                               }
  7683.                             },
  7684.                             "required": [
  7685.                               "vendor",
  7686.                               "sig"
  7687.                             ]
  7688.                           },
  7689.                           {
  7690.                             "type": "object",
  7691.                             "properties": {
  7692.                               "vendor": {
  7693.                                 "type": "string"
  7694.                               },
  7695.                               "sig": {
  7696.                                 "type": "null"
  7697.                               }
  7698.                             },
  7699.                             "required": [
  7700.                               "vendor",
  7701.                               "sig"
  7702.                             ]
  7703.                           },
  7704.                           {
  7705.                             "type": "object",
  7706.                             "properties": {
  7707.                               "vendor": {
  7708.                                 "type": "string"
  7709.                               },
  7710.                               "sig": {
  7711.                                 "type": "string"
  7712.                               }
  7713.                             },
  7714.                             "required": [
  7715.                               "vendor",
  7716.                               "sig"
  7717.                             ]
  7718.                           },
  7719.                           {
  7720.                             "type": "object",
  7721.                             "properties": {
  7722.                               "vendor": {
  7723.                                 "type": "string"
  7724.                               },
  7725.                               "sig": {
  7726.                                 "type": "null"
  7727.                               }
  7728.                             },
  7729.                             "required": [
  7730.                               "vendor",
  7731.                               "sig"
  7732.                             ]
  7733.                           },
  7734.                           {
  7735.                             "type": "object",
  7736.                             "properties": {
  7737.                               "vendor": {
  7738.                                 "type": "string"
  7739.                               },
  7740.                               "sig": {
  7741.                                 "type": "null"
  7742.                               }
  7743.                             },
  7744.                             "required": [
  7745.                               "vendor",
  7746.                               "sig"
  7747.                             ]
  7748.                           },
  7749.                           {
  7750.                             "type": "object",
  7751.                             "properties": {
  7752.                               "vendor": {
  7753.                                 "type": "string"
  7754.                               },
  7755.                               "sig": {
  7756.                                 "type": "string"
  7757.                               }
  7758.                             },
  7759.                             "required": [
  7760.                               "vendor",
  7761.                               "sig"
  7762.                             ]
  7763.                           },
  7764.                           {
  7765.                             "type": "object",
  7766.                             "properties": {
  7767.                               "vendor": {
  7768.                                 "type": "string"
  7769.                               },
  7770.                               "sig": {
  7771.                                 "type": "null"
  7772.                               }
  7773.                             },
  7774.                             "required": [
  7775.                               "vendor",
  7776.                               "sig"
  7777.                             ]
  7778.                           },
  7779.                           {
  7780.                             "type": "object",
  7781.                             "properties": {
  7782.                               "vendor": {
  7783.                                 "type": "string"
  7784.                               },
  7785.                               "sig": {
  7786.                                 "type": "null"
  7787.                               }
  7788.                             },
  7789.                             "required": [
  7790.                               "vendor",
  7791.                               "sig"
  7792.                             ]
  7793.                           },
  7794.                           {
  7795.                             "type": "object",
  7796.                             "properties": {
  7797.                               "vendor": {
  7798.                                 "type": "string"
  7799.                               },
  7800.                               "sig": {
  7801.                                 "type": "string"
  7802.                               }
  7803.                             },
  7804.                             "required": [
  7805.                               "vendor",
  7806.                               "sig"
  7807.                             ]
  7808.                           },
  7809.                           {
  7810.                             "type": "object",
  7811.                             "properties": {
  7812.                               "vendor": {
  7813.                                 "type": "string"
  7814.                               },
  7815.                               "sig": {
  7816.                                 "type": "null"
  7817.                               }
  7818.                             },
  7819.                             "required": [
  7820.                               "vendor",
  7821.                               "sig"
  7822.                             ]
  7823.                           },
  7824.                           {
  7825.                             "type": "object",
  7826.                             "properties": {
  7827.                               "vendor": {
  7828.                                 "type": "string"
  7829.                               },
  7830.                               "sig": {
  7831.                                 "type": "null"
  7832.                               }
  7833.                             },
  7834.                             "required": [
  7835.                               "vendor",
  7836.                               "sig"
  7837.                             ]
  7838.                           },
  7839.                           {
  7840.                             "type": "object",
  7841.                             "properties": {
  7842.                               "vendor": {
  7843.                                 "type": "string"
  7844.                               },
  7845.                               "sig": {
  7846.                                 "type": "null"
  7847.                               }
  7848.                             },
  7849.                             "required": [
  7850.                               "vendor",
  7851.                               "sig"
  7852.                             ]
  7853.                           },
  7854.                           {
  7855.                             "type": "object",
  7856.                             "properties": {
  7857.                               "vendor": {
  7858.                                 "type": "string"
  7859.                               },
  7860.                               "sig": {
  7861.                                 "type": "null"
  7862.                               }
  7863.                             },
  7864.                             "required": [
  7865.                               "vendor",
  7866.                               "sig"
  7867.                             ]
  7868.                           },
  7869.                           {
  7870.                             "type": "object",
  7871.                             "properties": {
  7872.                               "vendor": {
  7873.                                 "type": "string"
  7874.                               },
  7875.                               "sig": {
  7876.                                 "type": "string"
  7877.                               }
  7878.                             },
  7879.                             "required": [
  7880.                               "vendor",
  7881.                               "sig"
  7882.                             ]
  7883.                           },
  7884.                           {
  7885.                             "type": "object",
  7886.                             "properties": {
  7887.                               "vendor": {
  7888.                                 "type": "string"
  7889.                               },
  7890.                               "sig": {
  7891.                                 "type": "null"
  7892.                               }
  7893.                             },
  7894.                             "required": [
  7895.                               "vendor",
  7896.                               "sig"
  7897.                             ]
  7898.                           },
  7899.                           {
  7900.                             "type": "object",
  7901.                             "properties": {
  7902.                               "vendor": {
  7903.                                 "type": "string"
  7904.                               },
  7905.                               "sig": {
  7906.                                 "type": "string"
  7907.                               }
  7908.                             },
  7909.                             "required": [
  7910.                               "vendor",
  7911.                               "sig"
  7912.                             ]
  7913.                           },
  7914.                           {
  7915.                             "type": "object",
  7916.                             "properties": {
  7917.                               "vendor": {
  7918.                                 "type": "string"
  7919.                               },
  7920.                               "sig": {
  7921.                                 "type": "null"
  7922.                               }
  7923.                             },
  7924.                             "required": [
  7925.                               "vendor",
  7926.                               "sig"
  7927.                             ]
  7928.                           },
  7929.                           {
  7930.                             "type": "object",
  7931.                             "properties": {
  7932.                               "vendor": {
  7933.                                 "type": "string"
  7934.                               },
  7935.                               "sig": {
  7936.                                 "type": "null"
  7937.                               }
  7938.                             },
  7939.                             "required": [
  7940.                               "vendor",
  7941.                               "sig"
  7942.                             ]
  7943.                           },
  7944.                           {
  7945.                             "type": "object",
  7946.                             "properties": {
  7947.                               "vendor": {
  7948.                                 "type": "string"
  7949.                               },
  7950.                               "sig": {
  7951.                                 "type": "string"
  7952.                               }
  7953.                             },
  7954.                             "required": [
  7955.                               "vendor",
  7956.                               "sig"
  7957.                             ]
  7958.                           },
  7959.                           {
  7960.                             "type": "object",
  7961.                             "properties": {
  7962.                               "vendor": {
  7963.                                 "type": "string"
  7964.                               },
  7965.                               "sig": {
  7966.                                 "type": "string"
  7967.                               }
  7968.                             },
  7969.                             "required": [
  7970.                               "vendor",
  7971.                               "sig"
  7972.                             ]
  7973.                           },
  7974.                           {
  7975.                             "type": "object",
  7976.                             "properties": {
  7977.                               "vendor": {
  7978.                                 "type": "string"
  7979.                               },
  7980.                               "sig": {
  7981.                                 "type": "null"
  7982.                               }
  7983.                             },
  7984.                             "required": [
  7985.                               "vendor",
  7986.                               "sig"
  7987.                             ]
  7988.                           },
  7989.                           {
  7990.                             "type": "object",
  7991.                             "properties": {
  7992.                               "vendor": {
  7993.                                 "type": "string"
  7994.                               },
  7995.                               "sig": {
  7996.                                 "type": "null"
  7997.                               }
  7998.                             },
  7999.                             "required": [
  8000.                               "vendor",
  8001.                               "sig"
  8002.                             ]
  8003.                           },
  8004.                           {
  8005.                             "type": "object",
  8006.                             "properties": {
  8007.                               "vendor": {
  8008.                                 "type": "string"
  8009.                               },
  8010.                               "sig": {
  8011.                                 "type": "string"
  8012.                               }
  8013.                             },
  8014.                             "required": [
  8015.                               "vendor",
  8016.                               "sig"
  8017.                             ]
  8018.                           },
  8019.                           {
  8020.                             "type": "object",
  8021.                             "properties": {
  8022.                               "vendor": {
  8023.                                 "type": "string"
  8024.                               },
  8025.                               "sig": {
  8026.                                 "type": "null"
  8027.                               }
  8028.                             },
  8029.                             "required": [
  8030.                               "vendor",
  8031.                               "sig"
  8032.                             ]
  8033.                           },
  8034.                           {
  8035.                             "type": "object",
  8036.                             "properties": {
  8037.                               "vendor": {
  8038.                                 "type": "string"
  8039.                               },
  8040.                               "sig": {
  8041.                                 "type": "null"
  8042.                               }
  8043.                             },
  8044.                             "required": [
  8045.                               "vendor",
  8046.                               "sig"
  8047.                             ]
  8048.                           },
  8049.                           {
  8050.                             "type": "object",
  8051.                             "properties": {
  8052.                               "vendor": {
  8053.                                 "type": "string"
  8054.                               },
  8055.                               "sig": {
  8056.                                 "type": "string"
  8057.                               }
  8058.                             },
  8059.                             "required": [
  8060.                               "vendor",
  8061.                               "sig"
  8062.                             ]
  8063.                           },
  8064.                           {
  8065.                             "type": "object",
  8066.                             "properties": {
  8067.                               "vendor": {
  8068.                                 "type": "string"
  8069.                               },
  8070.                               "sig": {
  8071.                                 "type": "null"
  8072.                               }
  8073.                             },
  8074.                             "required": [
  8075.                               "vendor",
  8076.                               "sig"
  8077.                             ]
  8078.                           },
  8079.                           {
  8080.                             "type": "object",
  8081.                             "properties": {
  8082.                               "vendor": {
  8083.                                 "type": "string"
  8084.                               },
  8085.                               "sig": {
  8086.                                 "type": "null"
  8087.                               }
  8088.                             },
  8089.                             "required": [
  8090.                               "vendor",
  8091.                               "sig"
  8092.                             ]
  8093.                           },
  8094.                           {
  8095.                             "type": "object",
  8096.                             "properties": {
  8097.                               "vendor": {
  8098.                                 "type": "string"
  8099.                               },
  8100.                               "sig": {
  8101.                                 "type": "null"
  8102.                               }
  8103.                             },
  8104.                             "required": [
  8105.                               "vendor",
  8106.                               "sig"
  8107.                             ]
  8108.                           },
  8109.                           {
  8110.                             "type": "object",
  8111.                             "properties": {
  8112.                               "vendor": {
  8113.                                 "type": "string"
  8114.                               },
  8115.                               "sig": {
  8116.                                 "type": "string"
  8117.                               }
  8118.                             },
  8119.                             "required": [
  8120.                               "vendor",
  8121.                               "sig"
  8122.                             ]
  8123.                           },
  8124.                           {
  8125.                             "type": "object",
  8126.                             "properties": {
  8127.                               "vendor": {
  8128.                                 "type": "string"
  8129.                               },
  8130.                               "sig": {
  8131.                                 "type": "null"
  8132.                               }
  8133.                             },
  8134.                             "required": [
  8135.                               "vendor",
  8136.                               "sig"
  8137.                             ]
  8138.                           },
  8139.                           {
  8140.                             "type": "object",
  8141.                             "properties": {
  8142.                               "vendor": {
  8143.                                 "type": "string"
  8144.                               },
  8145.                               "sig": {
  8146.                                 "type": "null"
  8147.                               }
  8148.                             },
  8149.                             "required": [
  8150.                               "vendor",
  8151.                               "sig"
  8152.                             ]
  8153.                           },
  8154.                           {
  8155.                             "type": "object",
  8156.                             "properties": {
  8157.                               "vendor": {
  8158.                                 "type": "string"
  8159.                               },
  8160.                               "sig": {
  8161.                                 "type": "null"
  8162.                               }
  8163.                             },
  8164.                             "required": [
  8165.                               "vendor",
  8166.                               "sig"
  8167.                             ]
  8168.                           },
  8169.                           {
  8170.                             "type": "object",
  8171.                             "properties": {
  8172.                               "vendor": {
  8173.                                 "type": "string"
  8174.                               },
  8175.                               "sig": {
  8176.                                 "type": "string"
  8177.                               }
  8178.                             },
  8179.                             "required": [
  8180.                               "vendor",
  8181.                               "sig"
  8182.                             ]
  8183.                           },
  8184.                           {
  8185.                             "type": "object",
  8186.                             "properties": {
  8187.                               "vendor": {
  8188.                                 "type": "string"
  8189.                               },
  8190.                               "sig": {
  8191.                                 "type": "string"
  8192.                               }
  8193.                             },
  8194.                             "required": [
  8195.                               "vendor",
  8196.                               "sig"
  8197.                             ]
  8198.                           },
  8199.                           {
  8200.                             "type": "object",
  8201.                             "properties": {
  8202.                               "vendor": {
  8203.                                 "type": "string"
  8204.                               },
  8205.                               "sig": {
  8206.                                 "type": "null"
  8207.                               }
  8208.                             },
  8209.                             "required": [
  8210.                               "vendor",
  8211.                               "sig"
  8212.                             ]
  8213.                           },
  8214.                           {
  8215.                             "type": "object",
  8216.                             "properties": {
  8217.                               "vendor": {
  8218.                                 "type": "string"
  8219.                               },
  8220.                               "sig": {
  8221.                                 "type": "string"
  8222.                               }
  8223.                             },
  8224.                             "required": [
  8225.                               "vendor",
  8226.                               "sig"
  8227.                             ]
  8228.                           },
  8229.                           {
  8230.                             "type": "object",
  8231.                             "properties": {
  8232.                               "vendor": {
  8233.                                 "type": "string"
  8234.                               },
  8235.                               "sig": {
  8236.                                 "type": "string"
  8237.                               }
  8238.                             },
  8239.                             "required": [
  8240.                               "vendor",
  8241.                               "sig"
  8242.                             ]
  8243.                           },
  8244.                           {
  8245.                             "type": "object",
  8246.                             "properties": {
  8247.                               "vendor": {
  8248.                                 "type": "string"
  8249.                               },
  8250.                               "sig": {
  8251.                                 "type": "string"
  8252.                               }
  8253.                             },
  8254.                             "required": [
  8255.                               "vendor",
  8256.                               "sig"
  8257.                             ]
  8258.                           }
  8259.                         ]
  8260.                       }
  8261.                     },
  8262.                     "required": [
  8263.                       "scans",
  8264.                       "scan_id",
  8265.                       "sha1",
  8266.                       "resource",
  8267.                       "response_code",
  8268.                       "scan_date",
  8269.                       "permalink",
  8270.                       "verbose_msg",
  8271.                       "total",
  8272.                       "positives",
  8273.                       "sha256",
  8274.                       "md5",
  8275.                       "results"
  8276.                     ]
  8277.                   },
  8278.                   "signatures": {
  8279.                     "type": "array",
  8280.                     "items": [
  8281.                       {
  8282.                         "type": "object",
  8283.                         "properties": {
  8284.                           "name": {
  8285.                             "type": "string"
  8286.                           },
  8287.                           "description": {
  8288.                             "type": "string"
  8289.                           },
  8290.                           "severity": {
  8291.                             "type": "integer"
  8292.                           },
  8293.                           "weight": {
  8294.                             "type": "integer"
  8295.                           },
  8296.                           "confidence": {
  8297.                             "type": "integer"
  8298.                           },
  8299.                           "references": {
  8300.                             "type": "array",
  8301.                             "items": {}
  8302.                           },
  8303.                           "data": {
  8304.                             "type": "array",
  8305.                             "items": [
  8306.                               {
  8307.                                 "type": "object",
  8308.                                 "properties": {
  8309.                                   "McAfee": {
  8310.                                     "type": "string"
  8311.                                   }
  8312.                                 },
  8313.                                 "required": [
  8314.                                   "McAfee"
  8315.                                 ]
  8316.                               },
  8317.                               {
  8318.                                 "type": "object",
  8319.                                 "properties": {
  8320.                                   "K7GW": {
  8321.                                     "type": "string"
  8322.                                   }
  8323.                                 },
  8324.                                 "required": [
  8325.                                   "K7GW"
  8326.                                 ]
  8327.                               },
  8328.                               {
  8329.                                 "type": "object",
  8330.                                 "properties": {
  8331.                                   "K7AntiVirus": {
  8332.                                     "type": "string"
  8333.                                   }
  8334.                                 },
  8335.                                 "required": [
  8336.                                   "K7AntiVirus"
  8337.                                 ]
  8338.                               },
  8339.                               {
  8340.                                 "type": "object",
  8341.                                 "properties": {
  8342.                                   "NANO-Antivirus": {
  8343.                                     "type": "string"
  8344.                                   }
  8345.                                 },
  8346.                                 "required": [
  8347.                                   "NANO-Antivirus"
  8348.                                 ]
  8349.                               },
  8350.                               {
  8351.                                 "type": "object",
  8352.                                 "properties": {
  8353.                                   "ESET-NOD32": {
  8354.                                     "type": "string"
  8355.                                   }
  8356.                                 },
  8357.                                 "required": [
  8358.                                   "ESET-NOD32"
  8359.                                 ]
  8360.                               },
  8361.                               {
  8362.                                 "type": "object",
  8363.                                 "properties": {
  8364.                                   "ClamAV": {
  8365.                                     "type": "string"
  8366.                                   }
  8367.                                 },
  8368.                                 "required": [
  8369.                                   "ClamAV"
  8370.                                 ]
  8371.                               },
  8372.                               {
  8373.                                 "type": "object",
  8374.                                 "properties": {
  8375.                                   "Agnitum": {
  8376.                                     "type": "string"
  8377.                                   }
  8378.                                 },
  8379.                                 "required": [
  8380.                                   "Agnitum"
  8381.                                 ]
  8382.                               },
  8383.                               {
  8384.                                 "type": "object",
  8385.                                 "properties": {
  8386.                                   "Comodo": {
  8387.                                     "type": "string"
  8388.                                   }
  8389.                                 },
  8390.                                 "required": [
  8391.                                   "Comodo"
  8392.                                 ]
  8393.                               },
  8394.                               {
  8395.                                 "type": "object",
  8396.                                 "properties": {
  8397.                                   "DrWeb": {
  8398.                                     "type": "string"
  8399.                                   }
  8400.                                 },
  8401.                                 "required": [
  8402.                                   "DrWeb"
  8403.                                 ]
  8404.                               },
  8405.                               {
  8406.                                 "type": "object",
  8407.                                 "properties": {
  8408.                                   "McAfee-GW-Edition": {
  8409.                                     "type": "string"
  8410.                                   }
  8411.                                 },
  8412.                                 "required": [
  8413.                                   "McAfee-GW-Edition"
  8414.                                 ]
  8415.                               },
  8416.                               {
  8417.                                 "type": "object",
  8418.                                 "properties": {
  8419.                                   "Sophos": {
  8420.                                     "type": "string"
  8421.                                   }
  8422.                                 },
  8423.                                 "required": [
  8424.                                   "Sophos"
  8425.                                 ]
  8426.                               },
  8427.                               {
  8428.                                 "type": "object",
  8429.                                 "properties": {
  8430.                                   "Avira": {
  8431.                                     "type": "string"
  8432.                                   }
  8433.                                 },
  8434.                                 "required": [
  8435.                                   "Avira"
  8436.                                 ]
  8437.                               },
  8438.                               {
  8439.                                 "type": "object",
  8440.                                 "properties": {
  8441.                                   "AegisLab": {
  8442.                                     "type": "string"
  8443.                                   }
  8444.                                 },
  8445.                                 "required": [
  8446.                                   "AegisLab"
  8447.                                 ]
  8448.                               },
  8449.                               {
  8450.                                 "type": "object",
  8451.                                 "properties": {
  8452.                                   "VBA32": {
  8453.                                     "type": "string"
  8454.                                   }
  8455.                                 },
  8456.                                 "required": [
  8457.                                   "VBA32"
  8458.                                 ]
  8459.                               },
  8460.                               {
  8461.                                 "type": "object",
  8462.                                 "properties": {
  8463.                                   "Rising": {
  8464.                                     "type": "string"
  8465.                                   }
  8466.                                 },
  8467.                                 "required": [
  8468.                                   "Rising"
  8469.                                 ]
  8470.                               },
  8471.                               {
  8472.                                 "type": "object",
  8473.                                 "properties": {
  8474.                                   "Ikarus": {
  8475.                                     "type": "string"
  8476.                                   }
  8477.                                 },
  8478.                                 "required": [
  8479.                                   "Ikarus"
  8480.                                 ]
  8481.                               },
  8482.                               {
  8483.                                 "type": "object",
  8484.                                 "properties": {
  8485.                                   "AVG": {
  8486.                                     "type": "string"
  8487.                                   }
  8488.                                 },
  8489.                                 "required": [
  8490.                                   "AVG"
  8491.                                 ]
  8492.                               },
  8493.                               {
  8494.                                 "type": "object",
  8495.                                 "properties": {
  8496.                                   "Baidu-International": {
  8497.                                     "type": "string"
  8498.                                   }
  8499.                                 },
  8500.                                 "required": [
  8501.                                   "Baidu-International"
  8502.                                 ]
  8503.                               },
  8504.                               {
  8505.                                 "type": "object",
  8506.                                 "properties": {
  8507.                                   "Qihoo-360": {
  8508.                                     "type": "string"
  8509.                                   }
  8510.                                 },
  8511.                                 "required": [
  8512.                                   "Qihoo-360"
  8513.                                 ]
  8514.                               }
  8515.                             ]
  8516.                           },
  8517.                           "new_data": {
  8518.                             "type": "array",
  8519.                             "items": {}
  8520.                           },
  8521.                           "alert": {
  8522.                             "type": "boolean"
  8523.                           },
  8524.                           "families": {
  8525.                             "type": "array",
  8526.                             "items": {}
  8527.                           }
  8528.                         },
  8529.                         "required": [
  8530.                           "name",
  8531.                           "description",
  8532.                           "severity",
  8533.                           "weight",
  8534.                           "confidence",
  8535.                           "references",
  8536.                           "data",
  8537.                           "new_data",
  8538.                           "alert",
  8539.                           "families"
  8540.                         ]
  8541.                       }
  8542.                     ]
  8543.                   },
  8544.                   "malscore": {
  8545.                     "type": "number"
  8546.                   },
  8547.                   "shots": {
  8548.                     "type": "array",
  8549.                     "items": [
  8550.                       {
  8551.                         "type": "string"
  8552.                       },
  8553.                       {
  8554.                         "type": "string"
  8555.                       },
  8556.                       {
  8557.                         "type": "string"
  8558.                       },
  8559.                       {
  8560.                         "type": "string"
  8561.                       },
  8562.                       {
  8563.                         "type": "string"
  8564.                       }
  8565.                     ]
  8566.                   },
  8567.                   "virustotal_summary": {
  8568.                     "type": "string"
  8569.                   },
  8570.                   "static": {
  8571.                     "type": "object",
  8572.                     "properties": {
  8573.                       "pe": {
  8574.                         "type": "object",
  8575.                         "properties": {
  8576.                           "peid_signatures": {
  8577.                             "type": "null"
  8578.                           },
  8579.                           "imagebase": {
  8580.                             "type": "string"
  8581.                           },
  8582.                           "entrypoint": {
  8583.                             "type": "string"
  8584.                           },
  8585.                           "reported_checksum": {
  8586.                             "type": "string"
  8587.                           },
  8588.                           "actual_checksum": {
  8589.                             "type": "string"
  8590.                           },
  8591.                           "osversion": {
  8592.                             "type": "string"
  8593.                           },
  8594.                           "pdb_path": {
  8595.                             "type": "string"
  8596.                           },
  8597.                           "pe_imports": {
  8598.                             "type": "array",
  8599.                             "items": [
  8600.                               {
  8601.                                 "type": "object",
  8602.                                 "properties": {
  8603.                                   "dll": {
  8604.                                     "type": "string"
  8605.                                   },
  8606.                                   "imports": {
  8607.                                     "type": "array",
  8608.                                     "items": [
  8609.                                       {
  8610.                                         "type": "object",
  8611.                                         "properties": {
  8612.                                           "address": {
  8613.                                             "type": "string"
  8614.                                           },
  8615.                                           "name": {
  8616.                                             "type": "string"
  8617.                                           }
  8618.                                         },
  8619.                                         "required": [
  8620.                                           "address",
  8621.                                           "name"
  8622.                                         ]
  8623.                                       }
  8624.                                     ]
  8625.                                   }
  8626.                                 },
  8627.                                 "required": [
  8628.                                   "dll",
  8629.                                   "imports"
  8630.                                 ]
  8631.                               }
  8632.                             ]
  8633.                           },
  8634.                           "pe_exports": {
  8635.                             "type": "array",
  8636.                             "items": {}
  8637.                           },
  8638.                           "exported_dll_name": {
  8639.                             "type": "null"
  8640.                           },
  8641.                           "dirents": {
  8642.                             "type": "array",
  8643.                             "items": [
  8644.                               {
  8645.                                 "type": "object",
  8646.                                 "properties": {
  8647.                                   "name": {
  8648.                                     "type": "string"
  8649.                                   },
  8650.                                   "virtual_address": {
  8651.                                     "type": "string"
  8652.                                   },
  8653.                                   "size": {
  8654.                                     "type": "string"
  8655.                                   }
  8656.                                 },
  8657.                                 "required": [
  8658.                                   "name",
  8659.                                   "virtual_address",
  8660.                                   "size"
  8661.                                 ]
  8662.                               },
  8663.                               {
  8664.                                 "type": "object",
  8665.                                 "properties": {
  8666.                                   "name": {
  8667.                                     "type": "string"
  8668.                                   },
  8669.                                   "virtual_address": {
  8670.                                     "type": "string"
  8671.                                   },
  8672.                                   "size": {
  8673.                                     "type": "string"
  8674.                                   }
  8675.                                 },
  8676.                                 "required": [
  8677.                                   "name",
  8678.                                   "virtual_address",
  8679.                                   "size"
  8680.                                 ]
  8681.                               },
  8682.                               {
  8683.                                 "type": "object",
  8684.                                 "properties": {
  8685.                                   "name": {
  8686.                                     "type": "string"
  8687.                                   },
  8688.                                   "virtual_address": {
  8689.                                     "type": "string"
  8690.                                   },
  8691.                                   "size": {
  8692.                                     "type": "string"
  8693.                                   }
  8694.                                 },
  8695.                                 "required": [
  8696.                                   "name",
  8697.                                   "virtual_address",
  8698.                                   "size"
  8699.                                 ]
  8700.                               },
  8701.                               {
  8702.                                 "type": "object",
  8703.                                 "properties": {
  8704.                                   "name": {
  8705.                                     "type": "string"
  8706.                                   },
  8707.                                   "virtual_address": {
  8708.                                     "type": "string"
  8709.                                   },
  8710.                                   "size": {
  8711.                                     "type": "string"
  8712.                                   }
  8713.                                 },
  8714.                                 "required": [
  8715.                                   "name",
  8716.                                   "virtual_address",
  8717.                                   "size"
  8718.                                 ]
  8719.                               },
  8720.                               {
  8721.                                 "type": "object",
  8722.                                 "properties": {
  8723.                                   "name": {
  8724.                                     "type": "string"
  8725.                                   },
  8726.                                   "virtual_address": {
  8727.                                     "type": "string"
  8728.                                   },
  8729.                                   "size": {
  8730.                                     "type": "string"
  8731.                                   }
  8732.                                 },
  8733.                                 "required": [
  8734.                                   "name",
  8735.                                   "virtual_address",
  8736.                                   "size"
  8737.                                 ]
  8738.                               },
  8739.                               {
  8740.                                 "type": "object",
  8741.                                 "properties": {
  8742.                                   "name": {
  8743.                                     "type": "string"
  8744.                                   },
  8745.                                   "virtual_address": {
  8746.                                     "type": "string"
  8747.                                   },
  8748.                                   "size": {
  8749.                                     "type": "string"
  8750.                                   }
  8751.                                 },
  8752.                                 "required": [
  8753.                                   "name",
  8754.                                   "virtual_address",
  8755.                                   "size"
  8756.                                 ]
  8757.                               },
  8758.                               {
  8759.                                 "type": "object",
  8760.                                 "properties": {
  8761.                                   "name": {
  8762.                                     "type": "string"
  8763.                                   },
  8764.                                   "virtual_address": {
  8765.                                     "type": "string"
  8766.                                   },
  8767.                                   "size": {
  8768.                                     "type": "string"
  8769.                                   }
  8770.                                 },
  8771.                                 "required": [
  8772.                                   "name",
  8773.                                   "virtual_address",
  8774.                                   "size"
  8775.                                 ]
  8776.                               },
  8777.                               {
  8778.                                 "type": "object",
  8779.                                 "properties": {
  8780.                                   "name": {
  8781.                                     "type": "string"
  8782.                                   },
  8783.                                   "virtual_address": {
  8784.                                     "type": "string"
  8785.                                   },
  8786.                                   "size": {
  8787.                                     "type": "string"
  8788.                                   }
  8789.                                 },
  8790.                                 "required": [
  8791.                                   "name",
  8792.                                   "virtual_address",
  8793.                                   "size"
  8794.                                 ]
  8795.                               },
  8796.                               {
  8797.                                 "type": "object",
  8798.                                 "properties": {
  8799.                                   "name": {
  8800.                                     "type": "string"
  8801.                                   },
  8802.                                   "virtual_address": {
  8803.                                     "type": "string"
  8804.                                   },
  8805.                                   "size": {
  8806.                                     "type": "string"
  8807.                                   }
  8808.                                 },
  8809.                                 "required": [
  8810.                                   "name",
  8811.                                   "virtual_address",
  8812.                                   "size"
  8813.                                 ]
  8814.                               },
  8815.                               {
  8816.                                 "type": "object",
  8817.                                 "properties": {
  8818.                                   "name": {
  8819.                                     "type": "string"
  8820.                                   },
  8821.                                   "virtual_address": {
  8822.                                     "type": "string"
  8823.                                   },
  8824.                                   "size": {
  8825.                                     "type": "string"
  8826.                                   }
  8827.                                 },
  8828.                                 "required": [
  8829.                                   "name",
  8830.                                   "virtual_address",
  8831.                                   "size"
  8832.                                 ]
  8833.                               },
  8834.                               {
  8835.                                 "type": "object",
  8836.                                 "properties": {
  8837.                                   "name": {
  8838.                                     "type": "string"
  8839.                                   },
  8840.                                   "virtual_address": {
  8841.                                     "type": "string"
  8842.                                   },
  8843.                                   "size": {
  8844.                                     "type": "string"
  8845.                                   }
  8846.                                 },
  8847.                                 "required": [
  8848.                                   "name",
  8849.                                   "virtual_address",
  8850.                                   "size"
  8851.                                 ]
  8852.                               },
  8853.                               {
  8854.                                 "type": "object",
  8855.                                 "properties": {
  8856.                                   "name": {
  8857.                                     "type": "string"
  8858.                                   },
  8859.                                   "virtual_address": {
  8860.                                     "type": "string"
  8861.                                   },
  8862.                                   "size": {
  8863.                                     "type": "string"
  8864.                                   }
  8865.                                 },
  8866.                                 "required": [
  8867.                                   "name",
  8868.                                   "virtual_address",
  8869.                                   "size"
  8870.                                 ]
  8871.                               },
  8872.                               {
  8873.                                 "type": "object",
  8874.                                 "properties": {
  8875.                                   "name": {
  8876.                                     "type": "string"
  8877.                                   },
  8878.                                   "virtual_address": {
  8879.                                     "type": "string"
  8880.                                   },
  8881.                                   "size": {
  8882.                                     "type": "string"
  8883.                                   }
  8884.                                 },
  8885.                                 "required": [
  8886.                                   "name",
  8887.                                   "virtual_address",
  8888.                                   "size"
  8889.                                 ]
  8890.                               },
  8891.                               {
  8892.                                 "type": "object",
  8893.                                 "properties": {
  8894.                                   "name": {
  8895.                                     "type": "string"
  8896.                                   },
  8897.                                   "virtual_address": {
  8898.                                     "type": "string"
  8899.                                   },
  8900.                                   "size": {
  8901.                                     "type": "string"
  8902.                                   }
  8903.                                 },
  8904.                                 "required": [
  8905.                                   "name",
  8906.                                   "virtual_address",
  8907.                                   "size"
  8908.                                 ]
  8909.                               },
  8910.                               {
  8911.                                 "type": "object",
  8912.                                 "properties": {
  8913.                                   "name": {
  8914.                                     "type": "string"
  8915.                                   },
  8916.                                   "virtual_address": {
  8917.                                     "type": "string"
  8918.                                   },
  8919.                                   "size": {
  8920.                                     "type": "string"
  8921.                                   }
  8922.                                 },
  8923.                                 "required": [
  8924.                                   "name",
  8925.                                   "virtual_address",
  8926.                                   "size"
  8927.                                 ]
  8928.                               },
  8929.                               {
  8930.                                 "type": "object",
  8931.                                 "properties": {
  8932.                                   "name": {
  8933.                                     "type": "string"
  8934.                                   },
  8935.                                   "virtual_address": {
  8936.                                     "type": "string"
  8937.                                   },
  8938.                                   "size": {
  8939.                                     "type": "string"
  8940.                                   }
  8941.                                 },
  8942.                                 "required": [
  8943.                                   "name",
  8944.                                   "virtual_address",
  8945.                                   "size"
  8946.                                 ]
  8947.                               }
  8948.                             ]
  8949.                           },
  8950.                           "pe_sections": {
  8951.                             "type": "array",
  8952.                             "items": {}
  8953.                           },
  8954.                           "overlay": {
  8955.                             "type": "object",
  8956.                             "properties": {
  8957.                               "offset": {
  8958.                                 "type": "string"
  8959.                               },
  8960.                               "size": {
  8961.                                 "type": "string"
  8962.                               }
  8963.                             },
  8964.                             "required": [
  8965.                               "offset",
  8966.                               "size"
  8967.                             ]
  8968.                           },
  8969.                           "pe_resources": {
  8970.                             "type": "array",
  8971.                             "items": {}
  8972.                           },
  8973.                           "icon": {
  8974.                             "type": "null"
  8975.                           },
  8976.                           "icon_hash": {
  8977.                             "type": "null"
  8978.                           },
  8979.                           "icon_fuzzy": {
  8980.                             "type": "null"
  8981.                           },
  8982.                           "pe_versioninfo": {
  8983.                             "type": "array",
  8984.                             "items": {}
  8985.                           },
  8986.                           "pe_imphash": {
  8987.                             "type": "string"
  8988.                           },
  8989.                           "pe_timestamp": {
  8990.                             "type": "string"
  8991.                           },
  8992.                           "digital_signers": {
  8993.                             "type": "null"
  8994.                           },
  8995.                           "guest_signers": {
  8996.                             "type": "object"
  8997.                           },
  8998.                           "signature": {
  8999.                             "type": "array",
  9000.                             "items": {}
  9001.                           },
  9002.                           "imported_dll_count": {
  9003.                             "type": "integer"
  9004.                           }
  9005.                         },
  9006.                         "required": [
  9007.                           "peid_signatures",
  9008.                           "imagebase",
  9009.                           "entrypoint",
  9010.                           "reported_checksum",
  9011.                           "actual_checksum",
  9012.                           "osversion",
  9013.                           "pdb_path",
  9014.                           "pe_imports",
  9015.                           "pe_exports",
  9016.                           "exported_dll_name",
  9017.                           "dirents",
  9018.                           "pe_sections",
  9019.                           "overlay",
  9020.                           "pe_resources",
  9021.                           "icon",
  9022.                           "icon_hash",
  9023.                           "icon_fuzzy",
  9024.                           "pe_versioninfo",
  9025.                           "pe_imphash",
  9026.                           "pe_timestamp",
  9027.                           "digital_signers",
  9028.                           "guest_signers",
  9029.                           "signature",
  9030.                           "imported_dll_count"
  9031.                         ]
  9032.                       },
  9033.                       "dotnet": {
  9034.                         "type": "object",
  9035.                         "properties": {
  9036.                           "typerefs": {
  9037.                             "type": "null"
  9038.                           },
  9039.                           "assemblyrefs": {
  9040.                             "type": "null"
  9041.                           },
  9042.                           "assemblyinfo": {
  9043.                             "type": "null"
  9044.                           },
  9045.                           "customattrs": {
  9046.                             "type": "null"
  9047.                           },
  9048.                           "code": {
  9049.                             "type": "string"
  9050.                           }
  9051.                         },
  9052.                         "required": [
  9053.                           "typerefs",
  9054.                           "assemblyrefs",
  9055.                           "assemblyinfo",
  9056.                           "customattrs",
  9057.                           "code"
  9058.                         ]
  9059.                       },
  9060.                       "keys": {
  9061.                         "type": "array",
  9062.                         "items": {}
  9063.                       },
  9064.                       "pe_ml_prediction": {
  9065.                         "type": "object",
  9066.                         "properties": {
  9067.                           "prediction": {
  9068.                             "type": "string"
  9069.                           },
  9070.                           "probability": {
  9071.                             "type": "number"
  9072.                           },
  9073.                           "reasons": {
  9074.                             "type": "array",
  9075.                             "items": [
  9076.                               {
  9077.                                 "type": "string"
  9078.                               }
  9079.                             ]
  9080.                           }
  9081.                         },
  9082.                         "required": [
  9083.                           "prediction",
  9084.                           "probability",
  9085.                           "reasons"
  9086.                         ]
  9087.                       }
  9088.                     },
  9089.                     "required": [
  9090.                       "pe",
  9091.                       "dotnet",
  9092.                       "keys",
  9093.                       "pe_ml_prediction"
  9094.                     ]
  9095.                   }
  9096.                 },
  9097.                 "required": [
  9098.                   "target",
  9099.                   "statistics",
  9100.                   "behavior",
  9101.                   "dropped",
  9102.                   "network",
  9103.                   "info",
  9104.                   "deduplicated_shots",
  9105.                   "virustotal",
  9106.                   "signatures",
  9107.                   "malscore",
  9108.                   "shots",
  9109.                   "virustotal_summary",
  9110.                   "static"
  9111.                 ]
  9112.               }
  9113.             },
  9114.             "required": [
  9115.               "_index",
  9116.               "_type",
  9117.               "_id",
  9118.               "_score",
  9119.               "_source"
  9120.             ]
  9121.           }
  9122.         ]
  9123.       }
  9124.     },
  9125.     "required": [
  9126.       "hits"
  9127.     ]
  9128. }
Add Comment
Please, Sign In to add comment