Skip to content

Commit

Permalink
updated fixtures to include disability status of all dependents (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
danlim715 authored Apr 15, 2024
1 parent e6040dd commit 7176cb0
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dist/21P-527EZ-KITCHEN_SINK-cypress-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
"childSocialSecurityNumber": "333224444",
"childRelationship": "BIOLOGICAL",
"previouslyMarried": true,
"disabled": false,
"married": true,
"fullName": {
"first": "Emily",
Expand All @@ -185,6 +186,7 @@
"childSocialSecurityNumber": "333224444",
"childRelationship": "ADOPTED",
"previouslyMarried": false,
"disabled": false,
"attendingCollege": true,
"fullName": {
"first": "Bobby",
Expand Down
2 changes: 2 additions & 0 deletions dist/21P-527EZ-KITCHEN_SINK-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
"childSocialSecurityNumber": "333224444",
"childRelationship": "BIOLOGICAL",
"previouslyMarried": true,
"disabled": false,
"married": true,
"fullName": {
"first": "Emily",
Expand All @@ -176,6 +177,7 @@
"childSocialSecurityNumber": "333224444",
"childRelationship": "ADOPTED",
"previouslyMarried": false,
"disabled": false,
"attendingCollege": true,
"fullName": {
"first": "Bobby",
Expand Down
2 changes: 2 additions & 0 deletions dist/21P-527EZ-OVERFLOW-cypress-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
"childSocialSecurityNumber": "333224444",
"childRelationship": "BIOLOGICAL",
"previouslyMarried": true,
"disabled": false,
"married": true,
"fullName": {
"first": "Emily",
Expand All @@ -228,6 +229,7 @@
"childRelationship": "ADOPTED",
"previouslyMarried": false,
"attendingCollege": true,
"disabled": false,
"fullName": {
"first": "Bobby",
"middle": "Nolan",
Expand Down
2 changes: 2 additions & 0 deletions dist/21P-527EZ-OVERFLOW-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
"childSocialSecurityNumber": "333224444",
"childRelationship": "BIOLOGICAL",
"previouslyMarried": true,
"disabled": false,
"married": true,
"fullName": {
"first": "Emily",
Expand All @@ -215,6 +216,7 @@
"childRelationship": "ADOPTED",
"previouslyMarried": false,
"attendingCollege": true,
"disabled": false,
"fullName": {
"first": "Bobby",
"middle": "Nolan",
Expand Down
2 changes: 1 addition & 1 deletion dist/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "22.1.0"
"version": "22.1.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions src/schemas/21P-527EZ-kitchen_sink/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
"childSocialSecurityNumber": "333224444",
"childRelationship": "BIOLOGICAL",
"previouslyMarried": true,
"disabled": false,
"married": true,
"fullName": {
"first": "Emily",
Expand All @@ -185,6 +186,7 @@
"childSocialSecurityNumber": "333224444",
"childRelationship": "ADOPTED",
"previouslyMarried": false,
"disabled": false,
"attendingCollege": true,
"fullName": {
"first": "Bobby",
Expand Down
2 changes: 2 additions & 0 deletions src/schemas/21P-527EZ-overflow/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
"childSocialSecurityNumber": "333224444",
"childRelationship": "BIOLOGICAL",
"previouslyMarried": true,
"disabled": false,
"married": true,
"fullName": {
"first": "Emily",
Expand All @@ -228,6 +229,7 @@
"childRelationship": "ADOPTED",
"previouslyMarried": false,
"attendingCollege": true,
"disabled": false,
"fullName": {
"first": "Bobby",
"middle": "Nolan",
Expand Down

0 comments on commit 7176cb0

Please sign in to comment.