action httpbin_get_stream_n { label: "Stream n JSON responses" provider: httpbin method: GET path: "/stream/{n}" encoding: json input: { type: "object" properties: { n: { type: "integer" } } required: ["n"] additionalProperties: false } output: { type: "object" additionalProperties: true } }