changedInput schema / properties / agent_id / description
Previous value: -"Optional. Customer's agent id, when the report concerns a specific agent."New value: +"Optional. The agent the report concerns. Identifier only."
addedInput schema / properties / agent_id / maxLength
Added value: +64
addedInput schema / properties / agent_id / minLength
Added value: +3
addedInput schema / properties / agent_id / pattern
Added value: +"^[A-Za-z0-9][A-Za-z0-9_-]{1,62}[A-Za-z0-9]$"
changedInput schema / properties / checkpoint_id / description
Previous value: -"Optional. Related integrity_checkpoints id (helps the reviewer correlate)."New value: +"Optional. The related integrity checkpoint, so the reviewer can correlate. Identifier only."
addedInput schema / properties / checkpoint_id / maxLength
Added value: +64
addedInput schema / properties / checkpoint_id / minLength
Added value: +3
addedInput schema / properties / checkpoint_id / pattern
Added value: +"^[A-Za-z0-9][A-Za-z0-9_-]{1,62}[A-Za-z0-9]$"
removedInput schema / properties / evidence
Removed value: -{
- "description": "Optional raw payload / log excerpt the admin reviewer can inspect.",
- "type": "string"
-}
changedInput schema / properties / recipeId / description
Previous value: -"The detection_recipes id the report is filed against (the recipe that misfired or failed to fire)."New value: +"The detection recipe the report is filed against (the one that misfired or failed to fire). Identifier only."
addedInput schema / properties / recipeId / maxLength
Added value: +64
addedInput schema / properties / recipeId / minLength
Added value: +3
addedInput schema / properties / recipeId / pattern
Added value: +"^[A-Za-z0-9][A-Za-z0-9_-]{1,62}[A-Za-z0-9]$"
changedInput schema / properties / summary / description
Previous value: -"Customer's description of what happened."New value: +"A short description of what the recipe got wrong — what it flagged, or what it missed, and why that was incorrect. DESCRIBE the misfire; do NOT paste the conversation, the prompt, the raw payload or the log that triggered it. Do NOT enter personal data (names, email addresses, phone numbers, postal addresses), and do NOT enter health, biometric, government-identifier (e.g. SSN) or payment-card data. This text is stored on the agent's governance card and is readable by everyone in the owning organization."
addedInput schema / properties / summary / maxLength
Added value: +500
changedInput schema / properties / type / description
Previous value: -"'fn' (false negative — recipe should have fired) or 'fp' (false positive — recipe fired on legitimate behaviour)."New value: +"`fn` = false negative (the recipe should have fired). `fp` = false positive (it fired on legitimate behaviour)."
changedInput schema / required
Previous value: -[
- "recipeId",
- "summary",
- "type"
-]New value: +[
+ "recipeId",
+ "type",
+ "summary"
+]