FeedbackRequest
condition_idstringrequired
condition_versionstringrequired
entitystringrequired
timestampstring<date-time>required
feedbackstringrequired
false_positive — condition fired but should not have (tighten). false_negative — condition did not fire but should have (relax). correct — expected behavior (no-op).
Possible values: [false_positive, false_negative, correct]
notestringnullable
Optional free-text note for audit purposes
FeedbackRequest
{
"condition_id": "string",
"condition_version": "string",
"entity": "string",
"timestamp": "2024-07-29T15:51:28.071Z",
"feedback": "false_positive",
"note": "string"
}