PreventionRecommendationItem

PreventionRecommendationItem

PreventionRecommendationItem

A single recommendation within a PreventionRecommendationResponse.

deployment String! Deployment guidance for the recommendation.
exampleId String! The ID of the prevention example associated with this recommendation.
implementation String! Implementation details for the recommendation.
preventionExample PreventionExample The PreventionExample associated with this recommendation item.
reason String! The reason this recommendation is being made.
title String! Title of the recommendation.
valid Boolean Whether this recommendation item passed deterministic validation. When false, the
item is still returned but should be shown with a review caveat.
validationMessage String A curated, user-facing caveat to display when this recommendation item could not be
fully validated (set only when valid is false). Null when the item validated cleanly.