action link_get_urls_data_raw { label: "Return data of JSON/XML" description: "Visits the URL and extracts the data." provider: link method: GET path: "/Urls/data-raw" encoding: json input: { type: "object" properties: { url: { type: "string" } } required: ["url"] additionalProperties: false } output: { type: "object" additionalProperties: true } }