Create challenge_example.json
Browse files
examples/challenge_example.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"challenge_id": "CH-001",
|
| 3 |
+
"original_signal_id": "SIG-001",
|
| 4 |
+
"challenger_agent_id": "agent.beta",
|
| 5 |
+
"counter_claim": {
|
| 6 |
+
"note": "Alternative assessment under same context hash",
|
| 7 |
+
"confidence_metrics": { "probability": 0.52, "confidence_level": "low" },
|
| 8 |
+
"risk_band": "low"
|
| 9 |
+
},
|
| 10 |
+
"reasoning_trace": ["Counter-evidence found", "Contract submitted"],
|
| 11 |
+
"timestamp": "2026-02-22T10:00:00Z"
|
| 12 |
+
}
|