action weber_gesamtausgabe_get_code_find_by_element_element { label: "Finds code samples by XML element" description: "" provider: weber_gesamtausgabe method: GET path: "/code/findByElement/{element}" encoding: json input: { type: "object" properties: { element: { type: "string" } namespace: { type: "string" } } required: ["element"] additionalProperties: false } output: { type: "object" additionalProperties: true } }