action watchful_scanner { label: "Scan the site for malware" description: "Scan the site for malware" provider: watchful method: GET path: "/sites/{id}/scanner" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }