action dweet_post_dweet_for_thing { label: "Create a dweet for a thing." provider: dweet method: POST path: "/dweet/for/{thing}" encoding: json input: { type: "object" properties: { key: { type: "string" } thing: { type: "string" } } required: ["thing"] additionalProperties: false } output: { type: "object" additionalProperties: true } }