changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Stable ID lookup result (gene/transcript/exon/translation)",
+ "properties": {
+ "Exon": {
+ "description": "Child exons (if expand=true)",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "Transcript": {
+ "description": "Child transcripts (if expand=true)",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "assembly_name": {
+ "description": "Assembly name",
+ "type": "string"
+ },
+ "biotype": {
+ "description": "Biotype classification",
+ "type": "string"
+ },
+ "description": {
+ "description": "Object description",
+ "type": "string"
+ },
+ "display_name": {
+ "description": "Display name",
+ "type": "string"
+ },
+ "end": {
+ "description": "End coordinate",
+ "type": "integer"
+ },
+ "id": {
+ "description": "Stable ID",
+ "type": "string"
+ },
+ "object_type": {
+ "description": "Type of object (Gene, Transcript, Exon, Translation)",
+ "type": "string"
+ },
+ "seq_region_name": {
+ "description": "Chromosome or sequence region",
+ "type": "string"
+ },
+ "species": {
+ "description": "Species name",
+ "type": "string"
+ },
+ "start": {
+ "description": "Start coordinate",
+ "type": "integer"
+ },
+ "strand": {
+ "description": "Strand (1 or -1)",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+}