-
Notifications
You must be signed in to change notification settings - Fork 3
/
dev.json
61 lines (61 loc) · 1.17 KB
/
dev.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
50
51
52
53
54
55
56
57
58
59
60
61
[
{
"name": "ENABLE_OAUTH",
"value": true,
"type": "boolean",
"tags": [
"AUTH",
"SUB"
],
"description": ""
},
{
"name": "submissionWindowOpenDate",
"value": "2020-04-01T13:22:30",
"type": "date",
"tags": [
"SUB",
"SF"
],
"description": ""
},
{
"name": "ADMIN_CLAIMS_OPEN_TIME",
"value": "2017,2018,2019|2020-05-22T10:00:00-04:00",
"type": "string",
"tags": [
"SUB"
],
"description": ""
},
{
"name": "SUBMISSION_WINDOW",
"value": {
"start": "2020-07-21T10:04:00",
"end": "2020-07-21T13:00:00"
},
"type": "date-range",
"tags": [
"SUB"
],
"description": "A timed flag shows that the submissions window is open"
},
{
"name": "MVP_ENABLED",
"value": {
"start": "2022-01-02T10:30:00"
},
"type": "date-range",
"tags": ["SUB"],
"description": "Specifies the date on which MVP are accepted."
},
{
"name": "REJECT_XML",
"value": {
"start": "2019-01-02T10:30:00"
},
"type": "date-range",
"tags": ["SUB"],
"description": "Specifies the date on which XML support is deprecated."
}
]