changedInput schema / properties / classification / anyOf
Previous value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "enum": [
+ "Definitive",
+ "Strong",
+ "Moderate",
+ "Supportive",
+ "Limited",
+ "Disputed Evidence",
+ "Refuted Evidence",
+ "Animal Model Only",
+ "No Known Disease Relationship"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / classification / description
Added value: +"Restrict to submissions carrying one of these GenCC classification titles (closed vocabulary; case-insensitive)."
addedInput schema / properties / classification / examples
Added value: +[
+ [
+ "Definitive"
+ ],
+ [
+ "Definitive",
+ "Strong"
+ ]
+]
addedInput schema / properties / cursor / description
Added value: +"Opaque, release-bound page token from a prior truncated.next_cursor."
addedInput schema / properties / disease / description
Added value: +"Restrict to one disease (MONDO/OMIM CURIE or exact title); unresolvable -> not_found."
addedInput schema / properties / disease / examples
Added value: +[
+ "MONDO:0011450"
+]
addedInput schema / properties / gene_symbol / description
Added value: +"Restrict to one gene (approved symbol or HGNC CURIE); unresolvable -> not_found."
addedInput schema / properties / gene_symbol / examples
Added value: +[
+ "BRCA1",
+ "HGNC:1100"
+]
addedInput schema / properties / has_conflict / description
Added value: +"Keep only pairs with (true) or without (false) a submitter conflict."
removedInput schema / properties / hgnc_id
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null
-}
addedInput schema / properties / ids_only / description
Added value: +"Return only {gene_curie, disease_curie} pairs for cheap paging."
addedInput schema / properties / limit / description
Added value: +"Rows per page (1-200; values above 200 are clamped)."
addedInput schema / properties / limit / examples
Added value: +[
+ 50
+]
changedInput schema / properties / moi / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "enum": [
+ "Autosomal dominant",
+ "Autosomal recessive",
+ "Mitochondrial",
+ "Semidominant",
+ "Unknown",
+ "X-linked",
+ "X-linked recessive",
+ "Y-linked inheritance"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / moi / description
Added value: +"Restrict to one mode-of-inheritance title (closed vocabulary; case-insensitive; see get_server_capabilities.inheritance_modes)."
addedInput schema / properties / moi / examples
Added value: +[
+ "Autosomal dominant"
+]
addedInput schema / properties / offset / description
Added value: +"Zero-based row offset for paging."
addedInput schema / properties / offset / examples
Added value: +[
+ 0
+]
addedInput schema / properties / response_mode / examples
Added value: +[
+ "compact"
+]
changedInput schema / properties / submitter / anyOf
Previous value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "enum": [
+ "Ambry Genetics",
+ "Baylor College of Medicine Research Center",
+ "Broad Center for Mendelian Genomics",
+ "ClinGen",
+ "Franklin by Genoox",
+ "G2P",
+ "Genomics England PanelApp",
+ "Illumina",
+ "King Faisal Specialist Hospital and Research Center",
+ "Labcorp Genetics (formerly Invitae)",
+ "Laboratory for Molecular Medicine",
+ "LiferaOmics",
+ "Myriad Women's Health",
+ "Natera",
+ "Orphanet",
+ "PMGRC",
+ "PanelApp Australia",
+ "Stanford Center for Undiagnosed Diseases",
+ "University of Washington Center for Rare Disease Research (UW-CRDR)"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / submitter / description
Added value: +"Restrict to these submitters by title (e.g. ClinGen) or GenCC submitter CURIE; validated case-insensitively against the live roster (see list_submitters)."
addedInput schema / properties / submitter / examples
Added value: +[
+ [
+ "ClinGen"
+ ]
+]
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"
- },
- "count": {
- "type": "integer"
- },
- "error_code": {
- "type": "string"
- },
- "field_errors": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "type": "array"
- },
- "filters": {
- "additionalProperties": true,
- "type": "object"
- },
- "headline": {
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "recovery_action": {
- "type": "string"
- },
- "results": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "type": "array"
- },
- "retryable": {
- "type": "boolean"
- },
- "success": {
- "type": "boolean"
- },
- "total": {
- "type": "integer"
- },
- "truncated": {
- "additionalProperties": true,
- "properties": {
- "hint": {
- "type": "string"
- },
- "next_cursor": {
- "type": "string"
- },
- "next_offset": {
- "type": "integer"
- },
- "returned": {
- "type": "integer"
- },
- "total": {
- "type": "integer"
- }
- },
- "type": "object"
- }
- },
- "required": [
- "success"
- ],
- "type": "object"
-}New value: +null