From 7176cb057f11f66f16889005a1873a084bad188c Mon Sep 17 00:00:00 2001 From: Dan Lim <54864006+danlim715@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:39:54 -0500 Subject: [PATCH] updated fixtures to include disability status of all dependents (#882) --- dist/21P-527EZ-KITCHEN_SINK-cypress-example.json | 2 ++ dist/21P-527EZ-KITCHEN_SINK-example.json | 2 ++ dist/21P-527EZ-OVERFLOW-cypress-example.json | 2 ++ dist/21P-527EZ-OVERFLOW-example.json | 2 ++ dist/version.json | 2 +- package.json | 2 +- src/schemas/21P-527EZ-kitchen_sink/example.json | 2 ++ src/schemas/21P-527EZ-overflow/example.json | 2 ++ 8 files changed, 14 insertions(+), 2 deletions(-) diff --git a/dist/21P-527EZ-KITCHEN_SINK-cypress-example.json b/dist/21P-527EZ-KITCHEN_SINK-cypress-example.json index 807e20490..ec4e1741b 100644 --- a/dist/21P-527EZ-KITCHEN_SINK-cypress-example.json +++ b/dist/21P-527EZ-KITCHEN_SINK-cypress-example.json @@ -171,6 +171,7 @@ "childSocialSecurityNumber": "333224444", "childRelationship": "BIOLOGICAL", "previouslyMarried": true, + "disabled": false, "married": true, "fullName": { "first": "Emily", @@ -185,6 +186,7 @@ "childSocialSecurityNumber": "333224444", "childRelationship": "ADOPTED", "previouslyMarried": false, + "disabled": false, "attendingCollege": true, "fullName": { "first": "Bobby", diff --git a/dist/21P-527EZ-KITCHEN_SINK-example.json b/dist/21P-527EZ-KITCHEN_SINK-example.json index ba81e8f1a..417c5846d 100644 --- a/dist/21P-527EZ-KITCHEN_SINK-example.json +++ b/dist/21P-527EZ-KITCHEN_SINK-example.json @@ -162,6 +162,7 @@ "childSocialSecurityNumber": "333224444", "childRelationship": "BIOLOGICAL", "previouslyMarried": true, + "disabled": false, "married": true, "fullName": { "first": "Emily", @@ -176,6 +177,7 @@ "childSocialSecurityNumber": "333224444", "childRelationship": "ADOPTED", "previouslyMarried": false, + "disabled": false, "attendingCollege": true, "fullName": { "first": "Bobby", diff --git a/dist/21P-527EZ-OVERFLOW-cypress-example.json b/dist/21P-527EZ-OVERFLOW-cypress-example.json index 7623dc7f1..ed387bf6a 100644 --- a/dist/21P-527EZ-OVERFLOW-cypress-example.json +++ b/dist/21P-527EZ-OVERFLOW-cypress-example.json @@ -213,6 +213,7 @@ "childSocialSecurityNumber": "333224444", "childRelationship": "BIOLOGICAL", "previouslyMarried": true, + "disabled": false, "married": true, "fullName": { "first": "Emily", @@ -228,6 +229,7 @@ "childRelationship": "ADOPTED", "previouslyMarried": false, "attendingCollege": true, + "disabled": false, "fullName": { "first": "Bobby", "middle": "Nolan", diff --git a/dist/21P-527EZ-OVERFLOW-example.json b/dist/21P-527EZ-OVERFLOW-example.json index 428e9b7b0..6d57c5a33 100644 --- a/dist/21P-527EZ-OVERFLOW-example.json +++ b/dist/21P-527EZ-OVERFLOW-example.json @@ -200,6 +200,7 @@ "childSocialSecurityNumber": "333224444", "childRelationship": "BIOLOGICAL", "previouslyMarried": true, + "disabled": false, "married": true, "fullName": { "first": "Emily", @@ -215,6 +216,7 @@ "childRelationship": "ADOPTED", "previouslyMarried": false, "attendingCollege": true, + "disabled": false, "fullName": { "first": "Bobby", "middle": "Nolan", diff --git a/dist/version.json b/dist/version.json index 3645ad1fa..8b426a223 100644 --- a/dist/version.json +++ b/dist/version.json @@ -1,3 +1,3 @@ { - "version": "22.1.0" + "version": "22.1.1" } diff --git a/package.json b/package.json index 943b05dea..114edaf2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vets-json-schema", - "version": "22.1.0", + "version": "22.1.1", "repository": { "type": "git", "url": "git+https://github.com/department-of-veterans-affairs/vets-json-schema.git" diff --git a/src/schemas/21P-527EZ-kitchen_sink/example.json b/src/schemas/21P-527EZ-kitchen_sink/example.json index 1acac7a53..1265d624f 100644 --- a/src/schemas/21P-527EZ-kitchen_sink/example.json +++ b/src/schemas/21P-527EZ-kitchen_sink/example.json @@ -171,6 +171,7 @@ "childSocialSecurityNumber": "333224444", "childRelationship": "BIOLOGICAL", "previouslyMarried": true, + "disabled": false, "married": true, "fullName": { "first": "Emily", @@ -185,6 +186,7 @@ "childSocialSecurityNumber": "333224444", "childRelationship": "ADOPTED", "previouslyMarried": false, + "disabled": false, "attendingCollege": true, "fullName": { "first": "Bobby", diff --git a/src/schemas/21P-527EZ-overflow/example.json b/src/schemas/21P-527EZ-overflow/example.json index 11a622042..009f83e26 100644 --- a/src/schemas/21P-527EZ-overflow/example.json +++ b/src/schemas/21P-527EZ-overflow/example.json @@ -213,6 +213,7 @@ "childSocialSecurityNumber": "333224444", "childRelationship": "BIOLOGICAL", "previouslyMarried": true, + "disabled": false, "married": true, "fullName": { "first": "Emily", @@ -228,6 +229,7 @@ "childRelationship": "ADOPTED", "previouslyMarried": false, "attendingCollege": true, + "disabled": false, "fullName": { "first": "Bobby", "middle": "Nolan",