action bridgedb_get_organism_target_data_sources { label: "get_organism_targetDataSources" description: "Returns a list of data sources available as xref targets for a given organism." provider: bridgedb method: GET path: "/{organism}/targetDataSources" encoding: json input: { type: "object" properties: { organism: { type: "string" } } required: ["organism"] additionalProperties: false } output: { type: "object" additionalProperties: true } }