action watchful_validate_debug_site { label: "validate the site, return the debug information" provider: watchful method: GET path: "/sites/{id}/validatedebug" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }