Browse Source

fixed typos and duplicate "depends_on" variables

pull/740/head
Ted 3 years ago committed by JG
parent
commit
e60809a784
  1. 258
      config/forms/2021_2022.json
  2. 326
      config/forms/2022_2023.json

258
config/forms/2021_2022.json

@ -1041,11 +1041,6 @@
"subsections": { "subsections": {
"household_characteristics": { "household_characteristics": {
"label": "Household characteristics", "label": "Household characteristics",
"depends_on": [
{
"setup": "completed"
}
],
"pages": { "pages": {
"declaration": { "declaration": {
"header": "Department for Levelling Up, Housing & Communities privacy notice", "header": "Department for Levelling Up, Housing & Communities privacy notice",
@ -1079,7 +1074,7 @@
"step": 1, "step": 1,
"width": 2 "width": 2
} }
}, "depends_on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "setup": "completed"}]
}, },
"no_females_pregnant_household_lead_hhmemb_value_check": { "no_females_pregnant_household_lead_hhmemb_value_check": {
"depends_on": [{ "no_females_in_a_pregnant_household?": true }], "depends_on": [{ "no_females_in_a_pregnant_household?": true }],
@ -1317,7 +1312,7 @@
"R": { "R": {
"value": "Tenant prefers not to say" "value": "Tenant prefers not to say"
} }
}, "depends_on": [{"declaration": 1}] }
} }
}, "depends_on": [{ "declaration": 1 }] }, "depends_on": [{ "declaration": 1 }]
}, },
@ -1488,7 +1483,7 @@
"11": { "11": {
"value": "Any other Asian or Asian British background" "value": "Any other Asian or Asian British background"
} }
}, "depends_on": [{"declaration": 1}] }
} }
}, },
"depends_on": [ "depends_on": [
@ -1711,7 +1706,6 @@
] ]
}, },
"lead_tenant_under_retirement_value_check": { "lead_tenant_under_retirement_value_check": {
"depends_on": [{ "person_1_retired_under_soft_min_age?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -1752,12 +1746,9 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "person_1_retired_under_soft_min_age?": true}]
}, },
"lead_tenant_over_retirement_value_check": { "lead_tenant_over_retirement_value_check": {
"depends_on": [
{ "person_1_not_retired_over_soft_max_age?": true }
],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
"arguments": [ "arguments": [
@ -1796,9 +1787,9 @@
"1": { "1": {
"value": "No" "value": "No"
} }
},"depends_on": [{"declaration": 1}] }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "person_1_not_retired_over_soft_max_age?": true}]
}, },
"person_2_known": { "person_2_known": {
"header": "You’ve given us the details for 1 person in the household", "header": "You’ve given us the details for 1 person in the household",
@ -2500,15 +2491,9 @@
"declaration": 1 "declaration": 1
}] }]
} }
}, "depends on": [{"declaration": 1}] }
}, },
"females_in_soft_age_range_in_pregnant_household_person_3_age_value_check": { "females_in_soft_age_range_in_pregnant_household_person_3_age_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"age3_known": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -2544,7 +2529,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"age3_known": 0}]
}, },
"person_3_gender_identity": { "person_3_gender_identity": {
"header": "", "header": "",
@ -2582,12 +2568,6 @@
] ]
}, },
"no_females_pregnant_household_person_3_value_check": { "no_females_pregnant_household_person_3_value_check": {
"depends_on": [
{
"no_females_in_a_pregnant_household?": true,
"details_known_3": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -2623,15 +2603,10 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true,
"details_known_3": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_3_value_check": { "females_in_soft_age_range_in_pregnant_household_person_3_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_3": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -2667,7 +2642,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_3": 0}]
}, },
"person_3_working_situation": { "person_3_working_situation": {
"header": "", "header": "",
@ -2738,7 +2714,6 @@
] ]
}, },
"person_3_under_retirement_value_check": { "person_3_under_retirement_value_check": {
"depends_on": [{ "person_3_retired_under_soft_min_age?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -2779,12 +2754,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_3_retired_under_soft_min_age?": true}]
}, },
"person_3_over_retirement_value_check": { "person_3_over_retirement_value_check": {
"depends_on": [
{ "person_3_not_retired_over_soft_max_age?": true }
],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
"arguments": [ "arguments": [
@ -2825,7 +2797,7 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_3_not_retired_over_soft_max_age?": true}]
}, },
"person_4_known": { "person_4_known": {
"header": "You’ve given us the details for 3 people in the household", "header": "You’ve given us the details for 3 people in the household",
@ -2955,9 +2927,6 @@
] ]
}, },
"no_females_pregnant_household_person_4_age_value_check": { "no_females_pregnant_household_person_4_age_value_check": {
"depends_on": [
{ "no_females_in_a_pregnant_household?": true, "age4_known": 0 }
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -2993,15 +2962,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true, "age4_known": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_4_age_value_check": { "females_in_soft_age_range_in_pregnant_household_person_4_age_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"age4_known": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3037,7 +3000,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"age4_known": 0}]
}, },
"person_4_gender_identity": { "person_4_gender_identity": {
"header": "", "header": "",
@ -3075,12 +3039,6 @@
] ]
}, },
"no_females_pregnant_household_person_4_value_check": { "no_females_pregnant_household_person_4_value_check": {
"depends_on": [
{
"no_females_in_a_pregnant_household?": true,
"details_known_4": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3116,15 +3074,10 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true,
"details_known_4": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_4_value_check": { "females_in_soft_age_range_in_pregnant_household_person_4_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_4": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3160,7 +3113,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_4": 0}]
}, },
"person_4_working_situation": { "person_4_working_situation": {
"header": "", "header": "",
@ -3231,7 +3185,6 @@
] ]
}, },
"person_4_under_retirement_value_check": { "person_4_under_retirement_value_check": {
"depends_on": [{ "person_4_retired_under_soft_min_age?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -3272,12 +3225,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_4_retired_under_soft_min_age?": true}]
}, },
"person_4_over_retirement_value_check": { "person_4_over_retirement_value_check": {
"depends_on": [
{ "person_4_not_retired_over_soft_max_age?": true }
],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
"arguments": [ "arguments": [
@ -3318,7 +3268,7 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_4_not_retired_over_soft_max_age?": true }]
}, },
"person_5_known": { "person_5_known": {
"header": "You’ve given us the details for 4 people in the household", "header": "You’ve given us the details for 4 people in the household",
@ -3445,9 +3395,6 @@
] ]
}, },
"no_females_pregnant_household_person_5_age_value_check": { "no_females_pregnant_household_person_5_age_value_check": {
"depends_on": [
{ "no_females_in_a_pregnant_household?": true, "age5_known": 0 }
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3483,15 +3430,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true, "age5_known": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_5_age_value_check": { "females_in_soft_age_range_in_pregnant_household_person_5_age_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"age5_known": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3527,7 +3468,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"age5_known": 0}]
}, },
"person_5_gender_identity": { "person_5_gender_identity": {
"header": "", "header": "",
@ -3565,12 +3507,6 @@
] ]
}, },
"no_females_pregnant_household_person_5_value_check": { "no_females_pregnant_household_person_5_value_check": {
"depends_on": [
{
"no_females_in_a_pregnant_household?": true,
"details_known_5": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3606,15 +3542,10 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true,
"details_known_5": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_5_value_check": { "females_in_soft_age_range_in_pregnant_household_person_5_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_5": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3650,7 +3581,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_5": 0}]
}, },
"person_5_working_situation": { "person_5_working_situation": {
"header": "", "header": "",
@ -3721,7 +3653,6 @@
] ]
}, },
"person_5_under_retirement_value_check": { "person_5_under_retirement_value_check": {
"depends_on": [{ "person_5_retired_under_soft_min_age?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -3762,12 +3693,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_5_retired_under_soft_min_age?": true}]
}, },
"person_5_over_retirement_value_check": { "person_5_over_retirement_value_check": {
"depends_on": [
{ "person_5_not_retired_over_soft_max_age?": true }
],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
"arguments": [ "arguments": [
@ -3808,7 +3736,7 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_5_not_retired_over_soft_max_age?": true }]
}, },
"person_6_known": { "person_6_known": {
"header": "You’ve given us the details for 5 people in the household", "header": "You’ve given us the details for 5 people in the household",
@ -3932,9 +3860,6 @@
] ]
}, },
"no_females_pregnant_household_person_6_age_value_check": { "no_females_pregnant_household_person_6_age_value_check": {
"depends_on": [
{ "no_females_in_a_pregnant_household?": true, "age6_known": 0 }
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3970,15 +3895,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true, "age6_known": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_6_age_value_check": { "females_in_soft_age_range_in_pregnant_household_person_6_age_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"age6_known": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4014,7 +3933,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"age6_known": 0}]
}, },
"person_6_gender_identity": { "person_6_gender_identity": {
"header": "", "header": "",
@ -4052,12 +3972,6 @@
] ]
}, },
"no_females_pregnant_household_person_6_value_check": { "no_females_pregnant_household_person_6_value_check": {
"depends_on": [
{
"no_females_in_a_pregnant_household?": true,
"details_known_6": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4093,15 +4007,10 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true,
"details_known_6": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_6_value_check": { "females_in_soft_age_range_in_pregnant_household_person_6_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_6": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4137,7 +4046,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_6": 0}]
}, },
"person_6_working_situation": { "person_6_working_situation": {
"header": "", "header": "",
@ -4208,7 +4118,6 @@
] ]
}, },
"person_6_under_retirement_value_check": { "person_6_under_retirement_value_check": {
"depends_on": [{ "person_6_retired_under_soft_min_age?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -4249,12 +4158,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_6_retired_under_soft_min_age?": true}]
}, },
"person_6_over_retirement_value_check": { "person_6_over_retirement_value_check": {
"depends_on": [
{ "person_6_not_retired_over_soft_max_age?": true }
],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
"arguments": [ "arguments": [
@ -4295,7 +4201,7 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_6_not_retired_over_soft_max_age?": true}]
}, },
"person_7_known": { "person_7_known": {
"header": "You’ve given us the details for 7 people in the household", "header": "You’ve given us the details for 7 people in the household",
@ -4416,9 +4322,6 @@
] ]
}, },
"no_females_pregnant_household_person_7_age_value_check": { "no_females_pregnant_household_person_7_age_value_check": {
"depends_on": [
{ "no_females_in_a_pregnant_household?": true, "age7_known": 0 }
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4454,15 +4357,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true, "age7_known": 0 }]
}, },
"females_in_soft_age_range_in_pregnant_household_person_7_age_value_check": { "females_in_soft_age_range_in_pregnant_household_person_7_age_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"age7_known": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4498,7 +4395,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"age7_known": 0}]
}, },
"person_7_gender_identity": { "person_7_gender_identity": {
"header": "", "header": "",
@ -4535,12 +4433,6 @@
] ]
}, },
"no_females_pregnant_household_person_7_value_check": { "no_females_pregnant_household_person_7_value_check": {
"depends_on": [
{
"no_females_in_a_pregnant_household?": true,
"details_known_7": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4576,15 +4468,10 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true,
"details_known_7": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_7_value_check": { "females_in_soft_age_range_in_pregnant_household_person_7_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_7": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4620,7 +4507,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_7": 0}]
}, },
"person_7_working_situation": { "person_7_working_situation": {
"header": "", "header": "",
@ -4691,7 +4579,6 @@
] ]
}, },
"person_7_under_retirement_value_check": { "person_7_under_retirement_value_check": {
"depends_on": [{ "person_7_retired_under_soft_min_age?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -4732,12 +4619,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_7_retired_under_soft_min_age?": true}]
}, },
"person_7_over_retirement_value_check": { "person_7_over_retirement_value_check": {
"depends_on": [
{ "person_7_not_retired_over_soft_max_age?": true }
],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
"arguments": [ "arguments": [
@ -4778,7 +4662,7 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_7_not_retired_over_soft_max_age?": true}]
}, },
"person_8_known": { "person_8_known": {
"header": "You’ve given us the details for 7 people in the household", "header": "You’ve given us the details for 7 people in the household",
@ -4896,9 +4780,6 @@
] ]
}, },
"no_females_pregnant_household_person_8_age_value_check": { "no_females_pregnant_household_person_8_age_value_check": {
"depends_on": [
{ "no_females_in_a_pregnant_household?": true, "age8_known": 0 }
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4934,15 +4815,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true, "age8_known": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_8_age_value_check": { "females_in_soft_age_range_in_pregnant_household_person_8_age_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"age8_known": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4978,7 +4853,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"age8_known": 0}]
}, },
"person_8_gender_identity": { "person_8_gender_identity": {
"header": "", "header": "",
@ -5016,12 +4892,6 @@
] ]
}, },
"no_females_pregnant_household_person_8_value_check": { "no_females_pregnant_household_person_8_value_check": {
"depends_on": [
{
"no_females_in_a_pregnant_household?": true,
"details_known_8": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -5057,15 +4927,10 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true,
"details_known_8": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_8_value_check": { "females_in_soft_age_range_in_pregnant_household_person_8_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_8": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -5101,7 +4966,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_8": 0}]
}, },
"person_8_working_situation": { "person_8_working_situation": {
"header": "", "header": "",
@ -5172,7 +5038,6 @@
] ]
}, },
"person_8_under_retirement_value_check": { "person_8_under_retirement_value_check": {
"depends_on": [{ "person_8_retired_under_soft_min_age?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -5213,12 +5078,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_8_retired_under_soft_min_age?": true}]
}, },
"person_8_over_retirement_value_check": { "person_8_over_retirement_value_check": {
"depends_on": [
{ "person_8_not_retired_over_soft_max_age?": true }
],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
"arguments": [ "arguments": [
@ -5261,7 +5123,7 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_8_not_retired_over_soft_max_age?": true}]
}, },
"household_needs": { "household_needs": {
"label": "Household needs", "label": "Household needs",

326
config/forms/2022_2023.json

@ -1116,7 +1116,6 @@
} }
}, },
"no_females_pregnant_household_lead_hhmemb_value_check": { "no_females_pregnant_household_lead_hhmemb_value_check": {
"depends_on": [{ "no_females_in_a_pregnant_household?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -1152,14 +1151,9 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true }]
}, },
"females_in_soft_age_range_in_pregnant_household_lead_hhmemb_value_check": { "females_in_soft_age_range_in_pregnant_household_lead_hhmemb_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -1195,7 +1189,7 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true}]
}, },
"lead_tenant_age": { "lead_tenant_age": {
"header": "", "header": "",
@ -1225,7 +1219,7 @@
"age1_known": 1 "age1_known": 1
} }
] ]
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1}]
}, },
"age1": { "age1": {
"header": "Age", "header": "Age",
@ -1284,11 +1278,6 @@
} }
}, },
"females_in_soft_age_range_in_pregnant_household_lead_age_value_check": { "females_in_soft_age_range_in_pregnant_household_lead_age_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -1324,7 +1313,7 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true}]
}, },
"lead_tenant_gender_identity": { "lead_tenant_gender_identity": {
"header": "", "header": "",
@ -1353,10 +1342,9 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1}]
}, },
"no_females_pregnant_household_lead_value_check": { "no_females_pregnant_household_lead_value_check": {
"depends_on": [{ "no_females_in_a_pregnant_household?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -1392,14 +1380,9 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true}]
}, },
"females_in_soft_age_range_in_pregnant_household_lead_value_check": { "females_in_soft_age_range_in_pregnant_household_lead_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -1435,7 +1418,7 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true}]
}, },
"lead_tenant_ethnic_group": { "lead_tenant_ethnic_group": {
"header": "", "header": "",
@ -1470,7 +1453,7 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1}]
}, },
"lead_tenant_ethnic_background_arab": { "lead_tenant_ethnic_background_arab": {
"header": "", "header": "",
@ -1649,7 +1632,7 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1}]
}, },
"lead_tenant_working_situation": { "lead_tenant_working_situation": {
"header": "", "header": "",
@ -1696,10 +1679,9 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1}]
}, },
"lead_tenant_under_retirement_value_check": { "lead_tenant_under_retirement_value_check": {
"depends_on": [{ "person_1_retired_under_soft_min_age?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -1740,12 +1722,9 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "person_1_retired_under_soft_min_age?": true}]
}, },
"lead_tenant_over_retirement_value_check": { "lead_tenant_over_retirement_value_check": {
"depends_on": [
{ "person_1_not_retired_over_soft_max_age?": true }
],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
"arguments": [ "arguments": [
@ -1786,7 +1765,7 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "person_1_not_retired_over_soft_max_age?": true}]
}, },
"person_2_known": { "person_2_known": {
"header": "You’ve given us the details for 1 person in the household", "header": "You’ve given us the details for 1 person in the household",
@ -1931,9 +1910,6 @@
] ]
}, },
"no_females_pregnant_household_person_2_age_value_check": { "no_females_pregnant_household_person_2_age_value_check": {
"depends_on": [
{ "no_females_in_a_pregnant_household?": true, "age2_known": 0 }
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -1969,15 +1945,9 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true, "age2_known": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_2_age_value_check": { "females_in_soft_age_range_in_pregnant_household_person_2_age_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"age2_known": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -2013,7 +1983,8 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"age2_known": 0}]
}, },
"person_2_gender_identity": { "person_2_gender_identity": {
"header": "", "header": "",
@ -2050,12 +2021,6 @@
] ]
}, },
"no_females_pregnant_household_person_2_value_check": { "no_females_pregnant_household_person_2_value_check": {
"depends_on": [
{
"no_females_in_a_pregnant_household?": true,
"details_known_2": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -2091,15 +2056,10 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true,
"details_known_2": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_2_value_check": { "females_in_soft_age_range_in_pregnant_household_person_2_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_2": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -2135,7 +2095,8 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_2": 0}]
}, },
"person_2_working_situation": { "person_2_working_situation": {
"header": "", "header": "",
@ -2205,7 +2166,6 @@
] ]
}, },
"person_2_under_retirement_value_check": { "person_2_under_retirement_value_check": {
"depends_on": [{ "person_2_retired_under_soft_min_age?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -2246,12 +2206,9 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "person_2_retired_under_soft_min_age?": true}]
}, },
"person_2_over_retirement_value_check": { "person_2_over_retirement_value_check": {
"depends_on": [
{ "person_2_not_retired_over_soft_max_age?": true }
],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
"arguments": [ "arguments": [
@ -2292,7 +2249,7 @@
} }
} }
} }
},"depends on": [{"declaration": 1}] },"depends_on": [{"declaration": 1, "person_2_not_retired_over_soft_max_age?": true}]
}, },
"person_3_known": { "person_3_known": {
"header": "You’ve given us the details for 2 people in the household", "header": "You’ve given us the details for 2 people in the household",
@ -2425,9 +2382,6 @@
] ]
}, },
"no_females_pregnant_household_person_3_age_value_check": { "no_females_pregnant_household_person_3_age_value_check": {
"depends_on": [
{ "no_females_in_a_pregnant_household?": true, "age3_known": 0 }
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -2463,15 +2417,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true, "age3_known": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_3_age_value_check": { "females_in_soft_age_range_in_pregnant_household_person_3_age_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"age3_known": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -2507,7 +2455,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"age3_known": 0}]
}, },
"person_3_gender_identity": { "person_3_gender_identity": {
"header": "", "header": "",
@ -2544,12 +2493,6 @@
] ]
}, },
"no_females_pregnant_household_person_3_value_check": { "no_females_pregnant_household_person_3_value_check": {
"depends_on": [
{
"no_females_in_a_pregnant_household?": true,
"details_known_3": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -2585,15 +2528,10 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true,
"details_known_3": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_3_value_check": { "females_in_soft_age_range_in_pregnant_household_person_3_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_3": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -2629,7 +2567,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_3": 0}]
}, },
"person_3_working_situation": { "person_3_working_situation": {
"header": "", "header": "",
@ -2700,7 +2639,6 @@
] ]
}, },
"person_3_under_retirement_value_check": { "person_3_under_retirement_value_check": {
"depends_on": [{ "person_3_retired_under_soft_min_age?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -2741,12 +2679,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_3_retired_under_soft_min_age?": true}]
}, },
"person_3_over_retirement_value_check": { "person_3_over_retirement_value_check": {
"depends_on": [
{ "person_3_not_retired_over_soft_max_age?": true }
],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
"arguments": [ "arguments": [
@ -2787,7 +2722,7 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_3_not_retired_over_soft_max_age?": true}]
}, },
"person_4_known": { "person_4_known": {
"header": "You’ve given us the details for 3 people in the household", "header": "You’ve given us the details for 3 people in the household",
@ -2919,9 +2854,6 @@
] ]
}, },
"no_females_pregnant_household_person_4_age_value_check": { "no_females_pregnant_household_person_4_age_value_check": {
"depends_on": [
{ "no_females_in_a_pregnant_household?": true, "age4_known": 0 }
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -2957,15 +2889,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true, "age4_known": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_4_age_value_check": { "females_in_soft_age_range_in_pregnant_household_person_4_age_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"age4_known": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3001,7 +2927,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"age4_known": 0}]
}, },
"person_4_gender_identity": { "person_4_gender_identity": {
"header": "", "header": "",
@ -3039,12 +2966,6 @@
] ]
}, },
"no_females_pregnant_household_person_4_value_check": { "no_females_pregnant_household_person_4_value_check": {
"depends_on": [
{
"no_females_in_a_pregnant_household?": true,
"details_known_4": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3080,15 +3001,10 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true,
"details_known_4": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_4_value_check": { "females_in_soft_age_range_in_pregnant_household_person_4_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_4": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3124,7 +3040,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_4": 0}]
}, },
"person_4_working_situation": { "person_4_working_situation": {
"header": "", "header": "",
@ -3195,7 +3112,6 @@
] ]
}, },
"person_4_under_retirement_value_check": { "person_4_under_retirement_value_check": {
"depends_on": [{ "person_4_retired_under_soft_min_age?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -3236,12 +3152,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_4_retired_under_soft_min_age?": true }]
}, },
"person_4_over_retirement_value_check": { "person_4_over_retirement_value_check": {
"depends_on": [
{ "person_4_not_retired_over_soft_max_age?": true }
],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
"arguments": [ "arguments": [
@ -3282,7 +3195,7 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_4_not_retired_over_soft_max_age?": true}]
}, },
"person_5_known": { "person_5_known": {
"header": "You’ve given us the details for 4 people in the household", "header": "You’ve given us the details for 4 people in the household",
@ -3409,9 +3322,6 @@
] ]
}, },
"no_females_pregnant_household_person_5_age_value_check": { "no_females_pregnant_household_person_5_age_value_check": {
"depends_on": [
{ "no_females_in_a_pregnant_household?": true, "age5_known": 0 }
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3447,15 +3357,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true, "age5_known": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_5_age_value_check": { "females_in_soft_age_range_in_pregnant_household_person_5_age_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"age5_known": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3491,7 +3395,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"age5_known": 0}]
}, },
"person_5_gender_identity": { "person_5_gender_identity": {
"header": "", "header": "",
@ -3529,12 +3434,6 @@
] ]
}, },
"no_females_pregnant_household_person_5_value_check": { "no_females_pregnant_household_person_5_value_check": {
"depends_on": [
{
"no_females_in_a_pregnant_household?": true,
"details_known_5": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3570,15 +3469,10 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true,
"details_known_5": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_5_value_check": { "females_in_soft_age_range_in_pregnant_household_person_5_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_5": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3614,7 +3508,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_5": 0}]
}, },
"person_5_working_situation": { "person_5_working_situation": {
"header": "", "header": "",
@ -3685,7 +3580,6 @@
] ]
}, },
"person_5_under_retirement_value_check": { "person_5_under_retirement_value_check": {
"depends_on": [{ "person_5_retired_under_soft_min_age?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -3726,12 +3620,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_5_retired_under_soft_min_age?": true}]
}, },
"person_5_over_retirement_value_check": { "person_5_over_retirement_value_check": {
"depends_on": [
{ "person_5_not_retired_over_soft_max_age?": true }
],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
"arguments": [ "arguments": [
@ -3772,7 +3663,7 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_5_not_retired_over_soft_max_age?": true}]
}, },
"person_6_known": { "person_6_known": {
"header": "You’ve given us the details for 5 people in the household", "header": "You’ve given us the details for 5 people in the household",
@ -3896,9 +3787,6 @@
] ]
}, },
"no_females_pregnant_household_person_6_age_value_check": { "no_females_pregnant_household_person_6_age_value_check": {
"depends_on": [
{ "no_females_in_a_pregnant_household?": true, "age6_known": 0 }
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3934,15 +3822,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true, "age6_known": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_6_age_value_check": { "females_in_soft_age_range_in_pregnant_household_person_6_age_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"age6_known": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -3978,7 +3860,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"age6_known": 0}]
}, },
"person_6_gender_identity": { "person_6_gender_identity": {
"header": "", "header": "",
@ -4016,12 +3899,6 @@
] ]
}, },
"no_females_pregnant_household_person_6_value_check": { "no_females_pregnant_household_person_6_value_check": {
"depends_on": [
{
"no_females_in_a_pregnant_household?": true,
"details_known_6": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4057,15 +3934,10 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true,
"details_known_6": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_6_value_check": { "females_in_soft_age_range_in_pregnant_household_person_6_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_6": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4101,7 +3973,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_6": 0}]
}, },
"person_6_working_situation": { "person_6_working_situation": {
"header": "", "header": "",
@ -4172,7 +4045,6 @@
] ]
}, },
"person_6_under_retirement_value_check": { "person_6_under_retirement_value_check": {
"depends_on": [{ "person_6_retired_under_soft_min_age?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -4213,12 +4085,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_6_retired_under_soft_min_age?": true}]
}, },
"person_6_over_retirement_value_check": { "person_6_over_retirement_value_check": {
"depends_on": [
{ "person_6_not_retired_over_soft_max_age?": true }
],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
"arguments": [ "arguments": [
@ -4259,7 +4128,7 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_6_not_retired_over_soft_max_age?": true}]
}, },
"person_7_known": { "person_7_known": {
"header": "You’ve given us the details for 7 people in the household", "header": "You’ve given us the details for 7 people in the household",
@ -4380,9 +4249,6 @@
] ]
}, },
"no_females_pregnant_household_person_7_age_value_check": { "no_females_pregnant_household_person_7_age_value_check": {
"depends_on": [
{ "no_females_in_a_pregnant_household?": true, "age7_known": 0 }
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4418,15 +4284,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true, "age7_known": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_7_age_value_check": { "females_in_soft_age_range_in_pregnant_household_person_7_age_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"age7_known": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4462,7 +4322,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"age7_known": 0}]
}, },
"person_7_gender_identity": { "person_7_gender_identity": {
"header": "", "header": "",
@ -4500,12 +4361,6 @@
] ]
}, },
"no_females_pregnant_household_person_7_value_check": { "no_females_pregnant_household_person_7_value_check": {
"depends_on": [
{
"no_females_in_a_pregnant_household?": true,
"details_known_7": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4541,15 +4396,10 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true,
"details_known_7": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_7_value_check": { "females_in_soft_age_range_in_pregnant_household_person_7_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_7": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4585,7 +4435,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_7": 0}]
}, },
"person_7_working_situation": { "person_7_working_situation": {
"header": "", "header": "",
@ -4656,7 +4507,6 @@
] ]
}, },
"person_7_under_retirement_value_check": { "person_7_under_retirement_value_check": {
"depends_on": [{ "person_7_retired_under_soft_min_age?": true }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -4697,12 +4547,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_7_retired_under_soft_min_age?": true}]
}, },
"person_7_over_retirement_value_check": { "person_7_over_retirement_value_check": {
"depends_on": [
{ "person_7_not_retired_over_soft_max_age?": true }
],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
"arguments": [ "arguments": [
@ -4743,7 +4590,7 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "person_7_not_retired_over_soft_max_age?": true}]
}, },
"person_8_known": { "person_8_known": {
"header": "You’ve given us the details for 7 people in the household", "header": "You’ve given us the details for 7 people in the household",
@ -4861,9 +4708,6 @@
] ]
}, },
"no_females_pregnant_household_person_8_age_value_check": { "no_females_pregnant_household_person_8_age_value_check": {
"depends_on": [
{ "no_females_in_a_pregnant_household?": true, "age8_known": 0 }
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4899,15 +4743,9 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true, "age8_known": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_8_age_value_check": { "females_in_soft_age_range_in_pregnant_household_person_8_age_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"age8_known": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -4943,7 +4781,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"age8_known": 0}]
}, },
"person_8_gender_identity": { "person_8_gender_identity": {
"header": "", "header": "",
@ -4981,12 +4820,6 @@
] ]
}, },
"no_females_pregnant_household_person_8_value_check": { "no_females_pregnant_household_person_8_value_check": {
"depends_on": [
{
"no_females_in_a_pregnant_household?": true,
"details_known_8": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -5022,15 +4855,10 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "no_females_in_a_pregnant_household?": true,
"details_known_8": 0}]
}, },
"females_in_soft_age_range_in_pregnant_household_person_8_value_check": { "females_in_soft_age_range_in_pregnant_household_person_8_value_check": {
"depends_on": [
{
"female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_8": 0
}
],
"title_text": { "title_text": {
"translation": "soft_validations.pregnancy.title", "translation": "soft_validations.pregnancy.title",
"arguments": [ "arguments": [
@ -5066,7 +4894,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }, "depends_on": [{"declaration": 1, "female_in_pregnant_household_in_soft_validation_range?": true,
"details_known_8": 0}]
}, },
"person_8_working_situation": { "person_8_working_situation": {
"header": "", "header": "",
@ -5137,7 +4966,7 @@
] ]
}, },
"person_8_under_retirement_value_check": { "person_8_under_retirement_value_check": {
"depends_on": [{ "person_8_retired_under_soft_min_age?": true }], "depends_on": [{ "person_8_retired_under_soft_min_age?": true, "declaration": 1 }],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.min.title", "translation": "soft_validations.retirement.min.title",
"arguments": [ "arguments": [
@ -5178,11 +5007,11 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }
}, },
"person_8_over_retirement_value_check": { "person_8_over_retirement_value_check": {
"depends_on": [ "depends_on": [
{ "person_8_not_retired_over_soft_max_age?": true } { "person_8_not_retired_over_soft_max_age?": true, "declaration": 1 }
], ],
"title_text": { "title_text": {
"translation": "soft_validations.retirement.max.title", "translation": "soft_validations.retirement.max.title",
@ -5226,7 +5055,8 @@
} }
} }
} }
}, "depends on": [{"declaration": 1}] }
}, },
"household_needs": { "household_needs": {
"label": "Household needs", "label": "Household needs",

Loading…
Cancel
Save