Skip to content

Commit

Permalink
update vets_json_schema to v22.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danlim715 committed Apr 15, 2024
1 parent 595e1d4 commit 96dedf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ GIT

GIT
remote: https://github.com/department-of-veterans-affairs/vets-json-schema
revision: 0832461353f871b688b0c231ecf9bdbfb1f9145a
revision: 7176cb057f11f66f16889005a1873a084bad188c
branch: master
specs:
vets_json_schema (22.0.3)
vets_json_schema (22.1.1)
multi_json (~> 1.0)
script_utils (= 0.0.4)

Expand Down
4 changes: 2 additions & 2 deletions spec/fixtures/pdf_fill/21P-527EZ/merge_fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
"stepchild": "Off"
},
"previouslyMarried": 1,
"disabled": "Off",
"married": true,
"fullName": {
"first": "Emily",
Expand All @@ -258,7 +259,6 @@
"fullNameOverflow": "Emily Anne Doe",
"childDateOfBirthOverflow": "03-03-2000",
"childSocialSecurityNumberOverflow": "333224444",
"disabled": "Off",
"attendingCollege": "Off",
"childNotInHousehold": 1,
"childStatusOverflow": "Biological, previously married, does not live with you but contributes",
Expand All @@ -278,6 +278,7 @@
"stepchild": "Off"
},
"previouslyMarried": "Off",
"disabled": "Off",
"attendingCollege": 1,
"fullName": {
"first": "Bobby",
Expand All @@ -292,7 +293,6 @@
"fullNameOverflow": "Bobby Nolan Doe",
"childDateOfBirthOverflow": "09-22-2005",
"childSocialSecurityNumberOverflow": "333224444",
"disabled": "Off",
"childNotInHousehold": "Off",
"childStatusOverflow": "Adopted, 18-23 years old (in school)",
"monthlyPayment": {},
Expand Down

0 comments on commit 96dedf7

Please sign in to comment.