removedInput schema / properties / identifier
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null
-}
addedInput schema / properties / kind / description
Added value: +"Resolution scope: auto (both), gene, or disease."
addedInput schema / properties / kind / enum
Added value: +[
+ "auto",
+ "gene",
+ "disease"
+]
addedInput schema / properties / kind / examples
Added value: +[
+ "auto"
+]
removedInput schema / properties / query / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / query / default
Removed value: -null
addedInput schema / properties / query / description
Added value: +"Free text to resolve: a gene symbol, HGNC id, disease title, or MONDO/OMIM id."
addedInput schema / properties / query / examples
Added value: +[
+ "BRCA1",
+ "Noonan syndrome"
+]
addedInput schema / properties / query / type
Added value: +"string"
addedInput schema / required
Added value: +[
+ "query"
+]
changedOutput schema / (root)
Previous value: -{
- "additionalProperties": true,
- "properties": {
- "_meta": {
- "additionalProperties": true,
- "description": "Per-call envelope metadata.",
- "properties": {
- "citation_ref": {
- "type": "string"
- },
- "citation_short": {
- "type": "string"
- },
- "data_license": {
- "type": "string"
- },
- "elapsed_ms": {
- "type": "number"
- },
- "gencc_release": {
- "type": "string"
- },
- "next_commands": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "arguments": {
- "additionalProperties": true,
- "type": "object"
- },
- "tool": {
- "type": "string"
- }
- },
- "required": [
- "tool",
- "arguments"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "recommended_citation": {
- "type": "string"
- },
- "request_id": {
- "type": "string"
- },
- "response_mode": {
- "type": "string"
- },
- "tool": {
- "type": "string"
- },
- "unsafe_for_clinical_use": {
- "type": "boolean"
- }
- },
- "type": "object"
- },
- "disease": {
- "additionalProperties": true,
- "type": [
- "object",
- "null"
- ]
- },
- "error_code": {
- "type": "string"
- },
- "field_errors": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "type": "array"
- },
- "gene": {
- "additionalProperties": true,
- "type": [
- "object",
- "null"
- ]
- },
- "headline": {
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "query": {
- "type": "string"
- },
- "recovery_action": {
- "type": "string"
- },
- "retryable": {
- "type": "boolean"
- },
- "success": {
- "type": "boolean"
- }
- },
- "required": [
- "success"
- ],
- "type": "object"
-}New value: +null