changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of items returned.",
+ "type": "integer"
+ },
+ "items": {
+ "items": {
+ "properties": {
+ "annotation": {
+ "description": "Annotation or description",
+ "type": "string"
+ },
+ "ncbiTaxonId": {
+ "description": "NCBI taxonomy ID",
+ "type": "number"
+ },
+ "preferredName": {
+ "description": "Preferred protein name",
+ "type": "string"
+ },
+ "queryIndex": {
+ "description": "Index of the input identifier",
+ "type": "number"
+ },
+ "queryItem": {
+ "description": "Original input identifier",
+ "type": "string"
+ },
+ "score": {
+ "description": "Match confidence score",
+ "type": "number"
+ },
+ "stringId": {
+ "description": "STRING protein identifier",
+ "type": "string"
+ },
+ "taxonName": {
+ "description": "Species name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "count"
+ ],
+ "type": "object"
+}