changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of items returned.",
+ "type": "integer"
+ },
+ "items": {
+ "items": {
+ "properties": {
+ "homologs": {
+ "description": "List of homologous proteins",
+ "items": {
+ "properties": {
+ "ncbiTaxonId": {
+ "description": "Homolog NCBI taxonomy ID",
+ "type": "number"
+ },
+ "preferredName": {
+ "description": "Homolog protein name",
+ "type": "string"
+ },
+ "stringId": {
+ "description": "Homolog STRING ID",
+ "type": "string"
+ },
+ "taxonName": {
+ "description": "Homolog species name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "ncbiTaxonId": {
+ "description": "Query NCBI taxonomy ID",
+ "type": "number"
+ },
+ "preferredName": {
+ "description": "Query protein name",
+ "type": "string"
+ },
+ "stringId": {
+ "description": "Query protein STRING ID",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "count"
+ ],
+ "type": "object"
+}