action httpbin_get_stream_bytes_n { label: "Streams n random bytes generated with given seed, at given chunk size per packet." provider: httpbin method: GET path: "/stream-bytes/{n}" encoding: json input: { type: "object" properties: { n: { type: "integer" } } required: ["n"] additionalProperties: false } output: { type: "object" additionalProperties: true } }