action ideaconsult_get_substance_composition { label: "Substance composition" description: "Returns substance composition" provider: ideaconsult method: GET path: "/enm/{db}/substance/{uuid}/composition" encoding: json input: { type: "object" properties: { all: { type: "boolean" } page: { type: "integer" } pagesize: { type: "integer" } uuid: { type: "string" } } required: ["uuid"] additionalProperties: false } output: { type: "object" properties: { composition: { type: "object" } feature: { type: "object" } } } }