action httpbin_get_drip { label: "Drips data over a duration after an optional initial delay." provider: httpbin method: GET path: "/drip" encoding: json input: { type: "object" properties: { code: { type: "integer" } delay: { type: "number" } duration: { type: "number" } numbytes: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }