Skip to content

Commit 7a1f7f8

Browse files
committed
Fix spacing lint errors 2nd attempt
1 parent b776213 commit 7a1f7f8

1 file changed

Lines changed: 49 additions & 49 deletions

File tree

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
{
2-
"CampaignConfig": {
2+
"CampaignConfig": {
3+
"ID": "id_1",
4+
"Version": 1,
5+
"Name": "Test Config",
6+
"Type": "V",
7+
"Target": "COVID",
8+
"Manager": "person@test.com",
9+
"Approver": "person@test.com",
10+
"Reviewer": "person@test.com",
11+
"IterationFrequency": "X",
12+
"IterationType": "M",
13+
"IterationTime": "07:00:00",
14+
"DefaultCommsRouting": "Default_Comms_1",
15+
"Iterations": [
16+
{
317
"ID": "id_1",
4-
"Version": 1,
5-
"Name": "Test Config",
6-
"Type": "V",
7-
"Target": "COVID",
8-
"Manager": "person@test.com",
9-
"Approver": "person@test.com",
10-
"Reviewer": "person@test.com",
11-
"IterationFrequency": "X",
12-
"IterationType": "M",
13-
"IterationTime": "07:00:00",
1418
"DefaultCommsRouting": "Default_Comms_1",
15-
"Iterations": [
16-
{
17-
"ID": "id_1",
18-
"DefaultCommsRouting": "Default_Comms_1",
19-
"IterationCohorts": [
20-
{
21-
"CohortLabel": "cohort_1",
22-
"Priority": 10
23-
},
24-
{
25-
"CohortLabel": "cohort_2",
26-
"Priority": 20
27-
}
28-
],
29-
"IterationRules": [
30-
{
31-
"Type": "F",
32-
"Name": "Test Rule",
33-
"Description": "Test Rule Desc",
34-
"Priority": 20,
35-
"AttributeLevel": "PERSON",
36-
"AttributeName": "DATE_OF_BIRTH",
37-
"Operator": ">",
38-
"Comparator": "19000101"
39-
}
40-
],
41-
"Version": 1,
42-
"Name": "Test Config",
43-
"Type": "M",
44-
"IterationDate": "20250101",
45-
"IterationNumber": 1,
46-
"CommsType": "R",
47-
"ApprovalMinimum": 1,
48-
"ApprovalMaximum": 5000000
49-
}
19+
"IterationCohorts": [
20+
{
21+
"CohortLabel": "cohort_1",
22+
"Priority": 10
23+
},
24+
{
25+
"CohortLabel": "cohort_2",
26+
"Priority": 20
27+
}
28+
],
29+
"IterationRules": [
30+
{
31+
"Type": "F",
32+
"Name": "Test Rule",
33+
"Description": "Test Rule Desc",
34+
"Priority": 20,
35+
"AttributeLevel": "PERSON",
36+
"AttributeName": "DATE_OF_BIRTH",
37+
"Operator": ">",
38+
"Comparator": "19000101"
39+
}
5040
],
51-
"StartDate": "20250101",
52-
"EndDate": "20250101",
41+
"Version": 1,
42+
"Name": "Test Config",
43+
"Type": "M",
44+
"IterationDate": "20250101",
45+
"IterationNumber": 1,
46+
"CommsType": "R",
5347
"ApprovalMinimum": 1,
5448
"ApprovalMaximum": 5000000
55-
}
49+
}
50+
],
51+
"StartDate": "20250101",
52+
"EndDate": "20250101",
53+
"ApprovalMinimum": 1,
54+
"ApprovalMaximum": 5000000
55+
}
5656
}

0 commit comments

Comments
 (0)