changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$defs": {
+ "M": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^(tool|request_id|capabilities_version)$": {
+ "type": "string"
+ },
+ "^data_versions$": {
+ "additionalProperties": false,
+ "minProperties": 8,
+ "patternProperties": {
+ "^(assembly|gencode|uniprot|gnomad|clinvar|pfam|metadome_app|data_doi)$": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "^elapsed_ms$": {
+ "type": "integer"
+ },
+ "^next_commands$": {
+ "items": {
+ "additionalProperties": false,
+ "minProperties": 2,
+ "properties": {
+ "arguments": {
+ "propertyNames": {
+ "pattern": "^(query|transcript_id)$"
+ },
+ "type": "object"
+ },
+ "tool": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "^unsafe_for_clinical_use$": {
+ "const": true
+ }
+ },
+ "required": [
+ "tool",
+ "request_id",
+ "data_versions",
+ "unsafe_for_clinical_use"
+ ],
+ "type": "object"
+ }
+ },
+ "oneOf": [
+ {
+ "additionalProperties": false,
+ "oneOf": [
+ {
+ "properties": {
+ "resolved_from": {
+ "const": "id"
+ }
+ },
+ "required": [
+ "transcript_id"
+ ]
+ },
+ {
+ "properties": {
+ "resolved_from": {
+ "const": "gene"
+ }
+ },
+ "required": [
+ "gene_name",
+ "analyzable",
+ "transcripts"
+ ]
+ }
+ ],
+ "patternProperties": {
+ "^(dropped_summary|transcript_id|gene_name|note|recommended_citation)$": {
+ "type": "string"
+ },
+ "^_meta$": {
+ "$ref": "#/$defs/M"
+ },
+ "^analyzable$": {
+ "type": "boolean"
+ },
+ "^canonical_transcript_id$": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "^resolved_from$": {
+ "enum": [
+ "gene",
+ "id"
+ ]
+ },
+ "^success$": {
+ "const": true
+ },
+ "^transcripts$": {
+ "items": {
+ "additionalProperties": false,
+ "minProperties": 6,
+ "patternProperties": {
+ "^(gencode_id|mane_transcript_type)$": {
+ "type": "string"
+ },
+ "^(has_protein_data|canonical)$": {
+ "type": "boolean"
+ },
+ "^aa_length$": {
+ "type": "integer"
+ },
+ "^refseq_ids$": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "success",
+ "_meta",
+ "resolved_from",
+ "recommended_citation"
+ ]
+ },
+ {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^(message|recovery_action|field|hint)$": {
+ "type": "string"
+ },
+ "^_meta$": {
+ "$ref": "#/$defs/M"
+ },
+ "^allowed_values$": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "^candidates$": {
+ "items": {
+ "additionalProperties": false,
+ "minProperties": 1,
+ "properties": {
+ "transcript_id": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "^error_code$": {
+ "enum": [
+ "invalid_input",
+ "not_found",
+ "ambiguous_query",
+ "upstream_unavailable",
+ "rate_limited",
+ "internal"
+ ]
+ },
+ "^retryable$": {
+ "type": "boolean"
+ },
+ "^success$": {
+ "const": false
+ }
+ },
+ "required": [
+ "success",
+ "_meta",
+ "error_code",
+ "message",
+ "retryable",
+ "recovery_action"
+ ]
+ }
+ ],
+ "type": "object"
+}