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