{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://reactome.org/schemas/analysis-service/FoundInteractors", "title": "FoundInteractors", "type": "object", "properties": { "expNames": { "type": "array", "items": { "type": "string" } }, "found": { "type": "integer", "format": "int32" }, "identifiers": { "type": "array", "items": { "$ref": "#/components/schemas/FoundInteractor" } }, "resources": { "uniqueItems": true, "type": "array", "items": { "type": "string" } } } }