<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div class="default-style">
   <div class="default-style">
    Hello, 
    <br>
   </div>
   <div class="default-style">
    I'm Alejandro Garcia I'm Engineer working in Imagine Institute. 
    <br>
   </div>
   <div class="default-style">
    Currently, I'm working with the docker VEP version 101 provided. I ran the following command to obtain the output in Json format, "./vep -i  input.vcf  -e -v --cache --assembly GRCh38 --json -o output.json --force_overwrite"
   </div>
   <div class="default-style">
    I want to use these JSONs as input to handmade tools but I'm facing problems with the JSON structure in terms of possible fields, data types... I looked for more info in VEP website but I only found a simple explanation of the schema. 
    <br>
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    I would like to know if you have more detailed information about the JSON schema of the output with the different keys that can appear, if they are mandatory or optional, what is the value type of each field.... 
    <br>
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    I found really interesting the option for outputting in JSON format it would be quite useful to have this information for further integration of VEP with other tools. 
    <br>
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    Thank you very much 
    <br>
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    Kind Regards, 
    <br>
   </div>
   <div class="default-style">
    Alejandro G.
   </div>
  </div>
 </body>
</html>