action id4i_go { label: "Forward" description: "Forwarding to the designated route defined in the routing," provider: id4i method: GET path: "/go/{guid}" encoding: json input: { type: "object" properties: { guid: { type: "string" } } required: ["guid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }