action dweet_unlock_thing { label: "Unlock a thing." provider: dweet method: GET path: "/unlock/{thing}" encoding: json input: { type: "object" properties: { key: { type: "string" } thing: { type: "string" } } required: ["key", "thing"] additionalProperties: false } output: { type: "object" additionalProperties: true } }