changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "gene": {
+ "properties": {
+ "chrom": {
+ "description": "Chromosome",
+ "type": "string"
+ },
+ "gene_id": {
+ "description": "Ensembl gene ID",
+ "type": "string"
+ },
+ "name": {
+ "description": "Full gene name",
+ "type": "string"
+ },
+ "start": {
+ "description": "Gene start position",
+ "type": "number"
+ },
+ "stop": {
+ "description": "Gene stop position",
+ "type": "number"
+ },
+ "strand": {
+ "description": "Strand orientation",
+ "type": "string"
+ },
+ "symbol": {
+ "description": "Gene symbol",
+ "type": "string"
+ },
+ "variants": {
+ "items": {
+ "properties": {
+ "consequence": {
+ "description": "VEP consequence",
+ "type": "string"
+ },
+ "exome": {
+ "properties": {
+ "ac": {
+ "description": "Allele count",
+ "type": "number"
+ },
+ "af": {
+ "description": "Allele frequency",
+ "type": "number"
+ },
+ "an": {
+ "description": "Allele number",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "genome": {
+ "properties": {
+ "ac": {
+ "description": "Allele count",
+ "type": "number"
+ },
+ "af": {
+ "description": "Allele frequency",
+ "type": "number"
+ },
+ "an": {
+ "description": "Allele number",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "hgvsc": {
+ "description": "HGVS cDNA notation",
+ "type": "string"
+ },
+ "hgvsp": {
+ "description": "HGVS protein notation",
+ "type": "string"
+ },
+ "rsids": {
+ "description": "rsID identifiers",
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "variant_id": {
+ "description": "Variant identifier",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "gene_search": {
+ "description": "Gene search results",
+ "items": {
+ "properties": {
+ "ensembl_id": {
+ "description": "Ensembl gene ID",
+ "type": "string"
+ },
+ "symbol": {
+ "description": "Gene symbol",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}