changedInput schema / properties / prefixes / anyOf
Previous value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "enum": [
+ "OMIM",
+ "MONDO",
+ "ICD-10",
+ "ICD-11",
+ "UMLS",
+ "GARD",
+ "MeSH",
+ "MedDRA"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / prefixes / description
Previous value: -"Restrict to these source prefixes, e.g. ['OMIM', 'MONDO']."New value: +"Restrict the cross-reference sources returned to this subset (any of the xref sources: OMIM/MONDO/ICD-10/ICD-11/UMLS/GARD/MeSH/MedDRA). Omit to return every source."
changedInput schema / properties / term / description
Previous value: -"An ORPHAcode (ORPHA:166024 or 166024), a disease label/synonym, or an external xref CURIE that resolves to a single Orphanet term."New value: +"An ORPHAcode (ORPHA:33069 or 33069), a disease label/synonym, or an external xref CURIE that resolves to a single Orphanet term."
changedInput schema / properties / term / examples
Previous value: -[
- "ORPHA:166024",
- "Aicardi syndrome",
- "OMIM:607131"
-]New value: +[
+ "ORPHA:33069",
+ "ORPHA:166024",
+ "Dravet syndrome",
+ "OMIM:607131"
+]
addedInput schema / properties / term / maxLength
Added value: +256
changedOutput schema / (root)
Previous value: -{
- "additionalProperties": true,
- "properties": {
- "_meta": {
- "additionalProperties": true,
- "type": "object"
- },
- "allowed_values": {
- "type": "array"
- },
- "candidates": {
- "type": "array"
- },
- "count": {
- "type": "integer"
- },
- "error_code": {
- "type": "string"
- },
- "field": {
- "type": "string"
- },
- "hint": {
- "type": "string"
- },
- "mappings": {
- "additionalProperties": {
- "items": {
- "additionalProperties": true,
- "properties": {
- "name": {
- "type": "string"
- },
- "object_id": {
- "type": "string"
- },
- "origin": {
- "type": "string"
- },
- "predicate": {
- "type": "string"
- },
- "predicates": {
- "type": "array"
- },
- "source": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "type": "object"
- },
- "message": {
- "type": "string"
- },
- "name": {
- "type": [
- "string",
- "null"
- ]
- },
- "orpha_code": {
- "type": "string"
- },
- "orphanet_version": {
- "type": [
- "string",
- "null"
- ]
- },
- "prefixes_filter": {
- "type": [
- "array",
- "null"
- ]
- },
- "recovery_action": {
- "type": "string"
- },
- "retryable": {
- "type": "boolean"
- },
- "success": {
- "type": "boolean"
- }
- },
- "type": "object"
-}New value: +null