Spaces:
Running
Running
cryptocalypse
commited on
Commit
•
4e33a18
1
Parent(s):
6840d6b
Create test.json
Browse files
test.json
ADDED
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"events": {
|
3 |
+
"event": {
|
4 |
+
"event_number": 1,
|
5 |
+
"name": "conflict_start",
|
6 |
+
"description": "Tensions escalate between Iran and Israel",
|
7 |
+
"probability": 70,
|
8 |
+
"duration_days": 30,
|
9 |
+
"subevents": {
|
10 |
+
"event": {
|
11 |
+
"event_number": 2,
|
12 |
+
"name": "diplomatic_failure",
|
13 |
+
"description": "Diplomatic negotiations fail",
|
14 |
+
"probability": 60,
|
15 |
+
"duration_days": 15,
|
16 |
+
"subevents": {
|
17 |
+
"event": {
|
18 |
+
"event_number": 3,
|
19 |
+
"name": "military_clash",
|
20 |
+
"description": "Initial military clash at the border",
|
21 |
+
"probability": 50,
|
22 |
+
"duration_days": 10,
|
23 |
+
"subevents": {
|
24 |
+
"event": [
|
25 |
+
{
|
26 |
+
"event_number": 4,
|
27 |
+
"name": "escalation",
|
28 |
+
"description": "Conflict escalates into full-scale war",
|
29 |
+
"probability": 40,
|
30 |
+
"duration_days": 180,
|
31 |
+
"subevents": {
|
32 |
+
"event": [
|
33 |
+
{
|
34 |
+
"event_number": 5,
|
35 |
+
"name": "regional_involvement",
|
36 |
+
"description": "Other Middle Eastern countries get involved",
|
37 |
+
"probability": 30,
|
38 |
+
"duration_days": 365,
|
39 |
+
"subevents": {
|
40 |
+
"event": [
|
41 |
+
{
|
42 |
+
"event_number": 6,
|
43 |
+
"name": "ceasefire",
|
44 |
+
"description": "International powers broker a ceasefire",
|
45 |
+
"probability": 20,
|
46 |
+
"duration_days": 30
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"event_number": 7,
|
50 |
+
"name": "prolonged_conflict",
|
51 |
+
"description": "Conflict continues for over a year",
|
52 |
+
"probability": 50,
|
53 |
+
"duration_days": 365
|
54 |
+
}
|
55 |
+
]
|
56 |
+
}
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"event_number": 8,
|
60 |
+
"name": "international_intervention",
|
61 |
+
"description": "UN or other international organizations intervene",
|
62 |
+
"probability": 25,
|
63 |
+
"duration_days": 60
|
64 |
+
}
|
65 |
+
]
|
66 |
+
}
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"event_number": 9,
|
70 |
+
"name": "containment",
|
71 |
+
"description": "Conflict is contained and doesn't escalate",
|
72 |
+
"probability": 30,
|
73 |
+
"duration_days": 90
|
74 |
+
}
|
75 |
+
]
|
76 |
+
}
|
77 |
+
},
|
78 |
+
"event": {
|
79 |
+
"event_number": 10,
|
80 |
+
"name": "sanctions",
|
81 |
+
"description": "Increased sanctions on Iran",
|
82 |
+
"probability": 70,
|
83 |
+
"duration_days": 180,
|
84 |
+
"subevents": {
|
85 |
+
"event": [
|
86 |
+
{
|
87 |
+
"event_number": 11,
|
88 |
+
"name": "iran_retaliates",
|
89 |
+
"description": "Iran retaliates with cyberattacks",
|
90 |
+
"probability": 40,
|
91 |
+
"duration_days": 60
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"event_number": 12,
|
95 |
+
"name": "israel_response",
|
96 |
+
"description": "Israel responds with targeted airstrikes",
|
97 |
+
"probability": 50,
|
98 |
+
"duration_days": 60
|
99 |
+
}
|
100 |
+
]
|
101 |
+
}
|
102 |
+
}
|
103 |
+
}
|
104 |
+
},
|
105 |
+
"event": {
|
106 |
+
"event_number": 13,
|
107 |
+
"name": "diplomatic_success",
|
108 |
+
"description": "Successful diplomatic negotiations",
|
109 |
+
"probability": 40,
|
110 |
+
"duration_days": 30,
|
111 |
+
"subevents": {
|
112 |
+
"event": [
|
113 |
+
{
|
114 |
+
"event_number": 14,
|
115 |
+
"name": "peace_agreement",
|
116 |
+
"description": "Iran and Israel sign a peace agreement",
|
117 |
+
"probability": 20,
|
118 |
+
"duration_days": 60
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"event_number": 15,
|
122 |
+
"name": "temporary_truce",
|
123 |
+
"description": "A temporary truce is established",
|
124 |
+
"probability": 30,
|
125 |
+
"duration_days": 30
|
126 |
+
}
|
127 |
+
]
|
128 |
+
}
|
129 |
+
}
|
130 |
+
}
|
131 |
+
}
|
132 |
+
}
|
133 |
+
}
|