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