action bridgedb_get_organism_attribute_set { label: "get_organism_attributeSet" description: "Returns the supported attributes to the given Organism." provider: bridgedb method: GET path: "/{organism}/attributeSet" encoding: json input: { type: "object" properties: { organism: { type: "string" } } required: ["organism"] additionalProperties: false } output: { type: "object" additionalProperties: true } }