action dweet_get_alert { label: "Get the alert attached to a thing." provider: dweet method: GET path: "/get/alert/for/{thing}" encoding: json input: { type: "object" properties: { key: { type: "string" } thing: { type: "string" } } required: ["key", "thing"] additionalProperties: false } output: { type: "object" additionalProperties: true } }