action dweet_get_get_dweets_for_thing { label: "Read the last 5 cached dweets for a thing." provider: dweet method: GET path: "/get/dweets/for/{thing}" encoding: json input: { type: "object" properties: { key: { type: "string" } thing: { type: "string" } } required: ["thing"] additionalProperties: false } output: { type: "object" additionalProperties: true } }