-
Notifications
You must be signed in to change notification settings - Fork 66
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
[10-10EZ] Remove SIGI #20678
[10-10EZ] Remove SIGI #20678
Conversation
@@ -1,6 +1,4 @@ | |||
{ | |||
"asyncCompatible": true, | |||
"form": "{\"isMedicaidEligible\":true,\"spouseAddress\":{\"street\":\"12345 Elm St\",\"city\":\"Houston\",\"postalCode\":\"77388\",\"country\":\"USA\",\"state\":\"TX\"},\"spousePhone\":\"2122122121\",\"cohabitedLastYear\":true,\"sameAddress\":false,\"medicarePartAEffectiveDate\":\"2000-01-01\",\"medicareClaimNumber\":\"0123456\",\"isEnrolledMedicarePartA\":true,\"isCoveredByHealthInsurance\":true,\"providers\":[{\"insuranceName\":\"Aetna\",\"insurancePolicyHolderName\":\"Indiana Jones\",\"insurancePolicyNumber\":\"32345111\",\"insuranceGroupCode\":\"1233444\"}],\"deductibleMedicalExpenses\":0,\"deductibleFuneralExpenses\":0,\"deductibleEducationExpenses\":0,\"spouseGrossIncome\":20,\"spouseNetIncome\":21,\"spouseOtherIncome\":22,\"veteranGrossIncome\":60000,\"veteranNetIncome\":0,\"veteranOtherIncome\":0,\"spouseFullName\":{\"first\":\"Jane\",\"middle\":\"marie\",\"last\":\"Jones\"},\"spouseDateOfBirth\":\"1977-01-01\",\"dateOfMarriage\":\"2000-01-01\",\"maritalStatus\":\"Married\",\"purpleHeartRecipient\":true,\"isFormerPow\":true,\"postNov111998Combat\":true,\"disabledInLineOfDuty\":true,\"swAsiaCombat\":true,\"vietnamService\":true,\"exposedToRadiation\":true,\"radiumTreatments\":true,\"campLejeune\":true,\"discloseFinancialInformation\":true,\"lastServiceBranch\":\"air force\",\"lastEntryDate\":\"1998-01-01\",\"lastDischargeDate\":\"2004-01-01\",\"dischargeType\":\"honorable\",\"vaCompensationType\":\"lowDisability\",\"isAmericanIndianOrAlaskanNative\":true,\"isAsian\":true,\"isBlackOrAfricanAmerican\":true,\"isSpanishHispanicLatino\":true,\"isNativeHawaiianOrOtherPacificIslander\":true,\"isWhite\":true,\"hasDemographicNoAnswer\":true,\"isEssentialAcaCoverage\":true,\"vaMedicalFacility\":\"520GA\",\"wantsInitialVaContact\":true,\"email\":\"[email protected]\",\"homePhone\":\"3462636183\",\"mobilePhone\":\"3462636184\",\"veteranAddress\":{\"street\":\"321 Elm St\",\"city\":\"Houston\",\"postalCode\":\"77388\",\"country\":\"USA\",\"state\":\"TX\"},\"sigiGenders\":\"M\",\"gender\":\"M\",\"mothersMaidenName\":\"Test\",\"cityOfBirth\":\"Spring\",\"stateOfBirth\":\"TX\",\"veteranFullName\":{\"first\":\"Indiana\",\"last\":\"Jones\"},\"veteranSocialSecurityNumber\":\"234221243\",\"veteranDateOfBirth\":\"1980-01-01\",\"privacyAgreementAccepted\":true,\"dependents\":[{\"fullName\":{\"first\":\"Bob\",\"middle\":\"Joe\",\"last\":\"Jones\"},\"dependentRelation\":\"Son\",\"socialSecurityNumber\":\"343221234\",\"dateOfBirth\":\"2000-02-01\",\"becameDependent\":\"2000-02-01\",\"attendedSchoolLastYear\":true,\"dependentEducationExpenses\":0,\"disabledBefore18\":false,\"cohabitedLastYear\":true,\"grossIncome\":10,\"netIncome\":11,\"otherIncome\":12}],\"veteranHomeAddress\":{\"street\":\"123 Elm St\",\"city\":\"Houston\",\"postalCode\":\"77388\",\"country\":\"USA\",\"state\":\"TX\"}}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change was just removing ,\"sigiGenders\":\"M\"
from this json. It's on one line so the diff is harder to read.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vets_json_schema version matches https://github.com/department-of-veterans-affairs/vets-json-schema/blob/master/package.json#L3
Summary
Related issue(s)
Testing done
Screenshots
No UI changes
What areas of the site does it impact?
10-10EZ
Acceptance criteria