-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.json
49 lines (49 loc) · 961 Bytes
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[
{
"manifold": {
"outcomeType": "PSEUDO_NUMERIC",
"question": "When will the next mission to Kuiper Belt be launched?",
"description": {
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Resolves to the fractional year at which a mission to the Kuiper Belt is launched. This includes any body in the Kuiper Belt that is not considered a major planet or in orbit of a major planet."
}
]
}
],
"processed": true
},
"closeTime": "2100-12-31T11:59:59",
"initialProb": null,
"minValue": 2023,
"maxValue": 2100,
"isLogScale": true,
"initialValue": 2035,
"groups": [
"Space",
"Olivia"
]
},
"time_rules": [
[
"ResolveAtTime",
{
"resolve_at": "2100-12-31T11:59:59"
}
]
],
"value_rules": [
[
"CurrentValueRule",
{}
]
],
"notes": "",
"initial_values": {}
}
]