Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update vets_json_schema to v22.1.1 #16335

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading