action httpbin_get_relative_redirect_n { label: "Relatively 302 Redirects n times." provider: httpbin method: GET path: "/relative-redirect/{n}" encoding: json input: { type: "object" properties: { n: { type: "integer" } } required: ["n"] additionalProperties: false } output: { type: "object" additionalProperties: true } }