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": "^(transcript_id|position)$"
+ },
+ "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,
+ "patternProperties": {
+ "^(dropped_summary|transcript_id|recommended_citation|data_currency_caveat)$": {
+ "type": "string"
+ },
+ "^(min_run|top_n)$": {
+ "type": "integer"
+ },
+ "^_meta$": {
+ "$ref": "#/$defs/M"
+ },
+ "^gene_name$": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "^regions$": {
+ "items": {
+ "additionalProperties": false,
+ "minProperties": 7,
+ "patternProperties": {
+ "^(mean_sw_dn_ds|min_sw_dn_ds)$": {
+ "type": "number"
+ },
+ "^(start|stop|length)$": {
+ "type": "integer"
+ },
+ "^domains$": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "^variant_evidence$": {
+ "additionalProperties": false,
+ "minProperties": 2,
+ "properties": {
+ "meta_domain_homolog_aggregate": {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^(gnomad|clinvar)$": {
+ "additionalProperties": false,
+ "minProperties": 2,
+ "patternProperties": {
+ "^(variant_count|missense_variant_count)$": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "^(provenance|scope|reason)$": {
+ "type": "string"
+ },
+ "^available$": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "available",
+ "provenance"
+ ],
+ "type": "object"
+ },
+ "residue_level": {
+ "additionalProperties": false,
+ "minProperties": 1,
+ "properties": {
+ "clinvar": {
+ "additionalProperties": false,
+ "minProperties": 4,
+ "patternProperties": {
+ "^(variant_count|missense_variant_count)$": {
+ "type": "integer"
+ },
+ "^available$": {
+ "const": true
+ },
+ "^provenance$": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "gnomad": {
+ "additionalProperties": false,
+ "minProperties": 2,
+ "properties": {
+ "available": {
+ "const": false
+ },
+ "reason": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "^success$": {
+ "const": true
+ },
+ "^threshold$": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "success",
+ "_meta",
+ "transcript_id",
+ "threshold",
+ "min_run",
+ "top_n",
+ "recommended_citation"
+ ]
+ },
+ {
+ "additionalProperties": false,
+ "patternProperties": {
+ "^(message|recovery_action|field|hint)$": {
+ "type": "string"
+ },
+ "^_meta$": {
+ "$ref": "#/$defs/M"
+ },
+ "^allowed_values$": {
+ "items": {
+ "type": "string"
+ },
+ "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"
+}