Skip to content

Commit

Permalink
Added spousal support field to 10-10EZR schema (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshingYou1 authored Oct 27, 2023
1 parent b66b8ae commit 08af890
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dist/10-10EZR-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,9 @@
"cohabitedLastYear": {
"type": "boolean"
},
"provideSupportLastYear": {
"type": "boolean"
},
"spouseAddress": {
"type": "object",
"oneOf": [
Expand Down
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": "20.28.1",
"version": "20.29.1",
"repository": {
"type": "git",
"url": "git+https://github.com/department-of-veterans-affairs/vets-json-schema.git"
Expand Down
3 changes: 3 additions & 0 deletions src/schemas/10-10EZR/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ const schema = {
cohabitedLastYear: {
type: 'boolean',
},
provideSupportLastYear: {
type: 'boolean',
},
spouseAddress: definitions.hcaAddress,
spousePhone: definitions.hcaPhone,
dependents: definitions.hcaDependents,
Expand Down

0 comments on commit 08af890

Please sign in to comment.