action httpbin_get_cache_value { label: "Sets a Cache-Control header for n seconds." provider: httpbin method: GET path: "/cache/{value}" encoding: json input: { type: "object" properties: { value: { type: "integer" } } required: ["value"] additionalProperties: false } output: { type: "object" additionalProperties: true } }