インシデント報告 · 構造化された証拠
このフォームは実際の事案をAI非委任原則の三つの権限不全モードのいずれかに対応付けます。 コミット権限を誰が保持していたか、何が拘束力を持ったか、何があればそれを防げたかを記録します。 提出された情報は、このサイトで公開される匿名化された証拠ベースに貢献します。
送信完了
あなたのインシデント記録が送信されました。内容を審査し、適切な場合はこのサイトで公開される匿名化された統計に含めます。証拠ベースへのご貢献に感謝します。
技術チーム向け
このフォームのすべてのフィールド制約を含む完全なスキーマです。
primary_failure_modeは原則の三つのモードに制約されています。
commit_point_typeはバインドポイントを特定する明示的な列挙型です。
{
"incident_id": "string (自動生成)",
"date_time_reported": "string (ISO 8601)",
"event_date_time": "string (ISO 8601)",
"reporter": {
"name": "string",
"role": "string (任意)",
"contact": "string (任意、非公開)"
},
"event_title": "string",
"event_description": "string",
"organisation": "string",
"jurisdiction": "string (任意)",
"primary_failure_mode": "enum:
I · Absence of authority
| II · Degradation of authority
| III · Fragmentation of authority",
"commit_point_type": "enum:
advise | send | sign | file
| submit | enforce | pay | deny | other",
"commit_authority": {
"held": "boolean",
"name": "string (held = true の場合必須)",
"role": "string (held = true の場合必須)"
},
"binding_outcome": {
"what_became_binding": "string",
"effective_date_time": "string (ISO 8601、任意)",
"decision_document_or_link": "string (任意)"
},
"preventable_by": {
"what_would_have_stopped_it": "string",
"when_action_would_need_to_have_occurred": "string"
},
"evidence_refs": ["string (非公開)"],
"immediate_actions_taken": "string (任意)",
"impact_summary": "string",
"confidence_level": "enum: High | Medium | Low",
"tags": ["string"],
"one_page_summary": "string (自動生成)"
}