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