changedInput schema / properties / fields / description
Previous value: -"Sparse fieldset: return ONLY these top-level keys (dot into a grouped object, e.g. 'xrefs.UMLS'). Identity anchors (hpo_id, name, hpo_version) are always included. Omit for the full payload."New value: +"Sparse fieldset: return ONLY these top-level keys (for map_cross_ontology, dot into the grouped object, e.g. 'mappings.UMLS'). Identity anchors (hpo_id, name, hpo_version) are always included. An unrecognised field is rejected with invalid_input. Omit for the full payload."
changedOutput schema / (root)
Previous value: -{
- "additionalProperties": true,
- "properties": {
- "_meta": {
- "additionalProperties": true,
- "type": "object"
- },
- "allowed_values": {
- "type": "array"
- },
- "alt_ids": {
- "type": "array"
- },
- "candidates": {
- "type": "array"
- },
- "children": {
- "type": "array"
- },
- "comments": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "untrusted_text"
- },
- "provenance": {
- "additionalProperties": false,
- "properties": {
- "record_id": {
- "type": "string"
- },
- "retrieved_at": {
- "type": "string"
- },
- "source": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "raw_sha256": {
- "type": "string"
- },
- "text": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "definition": {
- "oneOf": [
- {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "untrusted_text"
- },
- "provenance": {
- "additionalProperties": false,
- "properties": {
- "record_id": {
- "type": "string"
- },
- "retrieved_at": {
- "type": "string"
- },
- "source": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "raw_sha256": {
- "type": "string"
- },
- "text": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "error_code": {
- "type": "string"
- },
- "field": {
- "type": "string"
- },
- "hint": {
- "type": "string"
- },
- "hpo_id": {
- "type": "string"
- },
- "hpo_version": {
- "type": [
- "string",
- "null"
- ]
- },
- "message": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "obsolete": {
- "type": "boolean"
- },
- "parents": {
- "type": "array"
- },
- "recommended_citation": {
- "type": [
- "string",
- "null"
- ]
- },
- "recovery_action": {
- "type": "string"
- },
- "retryable": {
- "type": "boolean"
- },
- "subsets": {
- "type": "array"
- },
- "success": {
- "type": "boolean"
- },
- "synonyms": {
- "items": {
- "oneOf": [
- {
- "type": "string"
- },
- {
- "additionalProperties": true,
- "properties": {
- "scope": {
- "type": "string"
- },
- "text": {
- "type": "string"
- }
- },
- "type": "object"
- }
- ]
- },
- "type": "array"
- }
- },
- "type": "object"
-}New value: +null