changedInput schema / properties / identifiers / items / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "type": "number"
- }
-]New value: +[
+ {
+ "description": "String identifier (e.g. UniProt accession).",
+ "type": "string"
+ },
+ {
+ "description": "Numeric identifier (e.g. AID, Gene ID, Tax ID).",
+ "type": "number"
+ }
+]
addedInput schema / properties / identifiers / items / description
Added value: +"Entity identifier — string or number depending on entityType."
addedOutput schema / properties / summaries / items / description
Added value: +"Per-identifier summary result."
changedOutput schema / properties / summaries / items / properties / data / additionalProperties
Previous value: -{}New value: +false
changedOutput schema / properties / summaries / items / properties / data / description
Previous value: -"Entity summary data (shape varies by type)."New value: +"Entity summary data. Populated fields depend on entityType."
addedOutput schema / properties / summaries / items / properties / data / properties
Added value: +{
+ "aid": {
+ "description": "Assay ID — present on assay summaries.",
+ "type": "number"
+ },
+ "commonName": {
+ "description": "Common name (taxonomy summaries).",
+ "type": "string"
+ },
+ "description": {
+ "description": "Descriptive text when available.",
+ "type": "string"
+ },
+ "geneId": {
+ "description": "NCBI Gene ID (gene summaries).",
+ "type": "number"
+ },
+ "lineage": {
+ "description": "Parent taxonomy lineage (taxonomy summaries).",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "name": {
+ "description": "Primary display name.",
+ "type": "string"
+ },
+ "numActive": {
+ "description": "Substances marked active (assay summaries).",
+ "type": "number"
+ },
+ "numSubstances": {
+ "description": "Substances tested (assay summaries).",
+ "type": "number"
+ },
+ "proteinAccession": {
+ "description": "Protein accession (protein summaries).",
+ "type": "string"
+ },
+ "rank": {
+ "description": "Taxonomic rank (taxonomy summaries).",
+ "type": "string"
+ },
+ "scientificName": {
+ "description": "Scientific name (taxonomy summaries).",
+ "type": "string"
+ },
+ "sourceName": {
+ "description": "Data source attribution (assay summaries).",
+ "type": "string"
+ },
+ "symbol": {
+ "description": "Gene symbol (gene summaries).",
+ "type": "string"
+ },
+ "synonyms": {
+ "description": "Known synonyms / other names.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "taxonomy": {
+ "description": "Taxonomy scientific name (gene/protein summaries).",
+ "type": "string"
+ },
+ "taxonomyId": {
+ "description": "NCBI Taxonomy ID (gene/protein/taxonomy summaries).",
+ "type": "number"
+ }
+}
removedOutput schema / properties / summaries / items / properties / data / propertyNames
Removed value: -{
- "type": "string"
-}
changedOutput schema / properties / summaries / items / properties / identifier / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "type": "number"
- }
-]New value: +[
+ {
+ "description": "String identifier (e.g. UniProt accession).",
+ "type": "string"
+ },
+ {
+ "description": "Numeric identifier (e.g. AID, Gene ID, Tax ID).",
+ "type": "number"
+ }
+]