changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "transcript": {
+ "properties": {
+ "chrom": {
+ "description": "Chromosome",
+ "type": "string"
+ },
+ "gene_symbol": {
+ "description": "Gene symbol",
+ "type": "string"
+ },
+ "start": {
+ "description": "Transcript start position",
+ "type": "number"
+ },
+ "stop": {
+ "description": "Transcript stop position",
+ "type": "number"
+ },
+ "transcript_id": {
+ "description": "Ensembl transcript ID",
+ "type": "string"
+ },
+ "variants": {
+ "items": {
+ "properties": {
+ "consequence": {
+ "description": "VEP consequence",
+ "type": "string"
+ },
+ "exome": {
+ "properties": {
+ "af": {
+ "description": "Allele frequency",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "genome": {
+ "properties": {
+ "af": {
+ "description": "Allele frequency",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "variant_id": {
+ "description": "Variant identifier",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}