{
"name": "timeout_retry_jsonl",
"description": "Same shape as timeout_retry but the server log is JSON-lines. Demonstrates that the rule's per-line auto-detection handles both text and structured log formats.",
"severity": "medium",
"request": {
"method": "POST",
"url": "https://api.acme-co.example/v1/events",
"headers": {
"authorization": "Bearer test_xxxxxxxxxxxxxxxx",
"content-type": "application/json",
"idempotency-key": "evt-jsonl-1"
},
"body": "{\"event\":\"payment.captured\",\"order_id\":\"ord_PV2\"}"
},
"context": {
"auth_required": true,
"client_deadline_ms": 5000
},
"expected_rule_id": "timeout_retry"
}