JSON
Machine-readable incident decision record preview
The export uses RFC 8259 JSON. JSON is used only to save and hand off this template. The record structure is not an international standard and does not replace an organisation's incident-response plan, forensic process, legal evidence, audit or certification requirements.
{
"schema": "fuuraa.ai-agent-incident-decision-record/v1",
"incident": {
"identity": "",
"deployment_and_authority": "",
"detection_and_clocks": "",
"triggered_boundary": ""
},
"containment": {
"actions": ""
},
"evidence": {
"bundle": "",
"affected_scope": "",
"consequence_evidence": ""
},
"investigation": {
"hypotheses_and_counter_evidence": ""
},
"recovery": {
"repair_or_rollback": "",
"recovery_tests": "",
"independent_review": ""
},
"reauthorisation": {
"decision_and_rationale": "",
"scope_and_exclusions": "",
"owner_expiry_and_reopen_triggers": ""
}
}