-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
294b9ba
commit 2508340
Showing
5 changed files
with
106 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 65 additions & 0 deletions
65
modules/simple_forms_api/spec/fixtures/form_json/vba_21_4140-min.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"veteran_id": { | ||
"va_file_number": "12345678" | ||
}, | ||
"service_number": "A12345678", | ||
"home_phone": "1231231233", | ||
"mobile_phone": "9876543210", | ||
"email_address": "test@example.com", | ||
"address": { | ||
"country": "USA", | ||
"street": "123 Fake St", | ||
"street2": "Apt 123", | ||
"street3": "Attn: Testing", | ||
"city": "Los Angeles", | ||
"state": "CA", | ||
"postal_code": "90210" | ||
}, | ||
"full_name": { | ||
"first": "Rumpelstiltskin", | ||
"middle": "Test", | ||
"last": "Mephistopheles-Reinhardt" | ||
}, | ||
"date_of_birth": "1979-02-27", | ||
"employers": [ | ||
{ | ||
"type_of_work": "Full-time", | ||
"hours_per_week": "40", | ||
"lost_time": "13", | ||
"highest_income": "2300", | ||
"date_range": { | ||
"from": "2018-03-15", | ||
"to": "2020-06-30" | ||
}, | ||
"name": "Test Employer", | ||
"address": { | ||
"country": "USA", | ||
"street": "1234 Executive Ave", | ||
"city": "Metropolis", | ||
"state": "CA", | ||
"postal_code": "90210" | ||
} | ||
}, | ||
{ | ||
"type_of_work": "Freelance", | ||
"hours_per_week": "20", | ||
"lost_time": "30", | ||
"highest_income": "1300", | ||
"date_range": { | ||
"from": "2020-07-01", | ||
"to": "2022-09-13" | ||
}, | ||
"name": "Freelancer", | ||
"address": { | ||
"country": "USA", | ||
"street": "123 Test St", | ||
"city": "Test City", | ||
"state": "CA", | ||
"postal_code": "90210" | ||
} | ||
} | ||
], | ||
"statement_of_truth_signature": "Example Test User", | ||
"statement_of_truth_certified": true, | ||
"form_number": "21-4140" | ||
} |
2 changes: 1 addition & 1 deletion
2
modules/simple_forms_api/spec/fixtures/form_json/vba_21_4140.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters