changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of items returned.",
+ "type": "integer"
+ },
+ "items": {
+ "description": "Variant Effect Predictor results",
+ "items": {
+ "properties": {
+ "allele_string": {
+ "description": "Reference/alternate alleles",
+ "type": "string"
+ },
+ "end": {
+ "description": "End position",
+ "type": "integer"
+ },
+ "seq_region_name": {
+ "description": "Chromosome",
+ "type": "string"
+ },
+ "start": {
+ "description": "Start position",
+ "type": "integer"
+ },
+ "strand": {
+ "description": "Strand",
+ "type": "integer"
+ },
+ "transcript_consequences": {
+ "description": "Predicted consequences",
+ "items": {
+ "properties": {
+ "biotype": {
+ "description": "Transcript biotype",
+ "type": "string"
+ },
+ "consequence_terms": {
+ "description": "Consequence term list",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "gene_id": {
+ "description": "Gene ID",
+ "type": "string"
+ },
+ "hgvsc": {
+ "description": "HGVS cDNA notation",
+ "type": "string"
+ },
+ "hgvsp": {
+ "description": "HGVS protein notation",
+ "type": "string"
+ },
+ "impact": {
+ "description": "Predicted impact",
+ "type": "string"
+ },
+ "transcript_id": {
+ "description": "Transcript ID",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "variant_id": {
+ "description": "Variant identifier",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "count"
+ ],
+ "type": "object"
+}