changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Gene lookup by symbol result",
+ "properties": {
+ "Transcript": {
+ "description": "Transcripts (if expand=true)",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "assembly_name": {
+ "description": "Assembly name",
+ "type": "string"
+ },
+ "biotype": {
+ "description": "Biotype",
+ "type": "string"
+ },
+ "description": {
+ "description": "Gene description",
+ "type": "string"
+ },
+ "display_name": {
+ "description": "Display name",
+ "type": "string"
+ },
+ "end": {
+ "description": "End coordinate",
+ "type": "integer"
+ },
+ "id": {
+ "description": "Stable gene ID",
+ "type": "string"
+ },
+ "object_type": {
+ "description": "Type of object",
+ "type": "string"
+ },
+ "seq_region_name": {
+ "description": "Chromosome",
+ "type": "string"
+ },
+ "species": {
+ "description": "Species name",
+ "type": "string"
+ },
+ "start": {
+ "description": "Start coordinate",
+ "type": "integer"
+ },
+ "strand": {
+ "description": "Strand",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+}