This repository is currently being migrated. It's locked while the migration is in progress.
-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathkitchen_sink.json
More file actions
47 lines (47 loc) · 1.54 KB
/
kitchen_sink.json
File metadata and controls
47 lines (47 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"applicantName": {
"first": "Jane",
"middle": "Chicken",
"last": "Smith"
},
"mailingAddress": {
"isMilitary": false,
"country": "USA",
"street": "100 First Ave",
"city": "Washington",
"state": "DC",
"postalCode": "20001"
},
"emailAddress": "jane@randallware.net",
"homePhone": "4018614700",
"mobilePhone": "5086773030",
"vaFileNumber": "123456789",
"payeeNumber": "12",
"hasPreviouslyApplied": true,
"vaBenefitProgram": "chapter35",
"testName": "SAT",
"organizationName": "College Board",
"organizationAddress": {
"street": "250 Vesey Street",
"city": "New York",
"state": "NY",
"postalCode": "10281",
"country": "USA"
},
"prepCourseName": "SAT Prep Course",
"prepCourseOrganizationName": "Prep Academy",
"prepCourseOrganizationAddress": {
"street": "10 Education Way",
"city": "Boston",
"state": "MA",
"postalCode": "02110",
"country": "USA"
},
"prepCourseTakenOnline": true,
"prepCourseStartDate": "2024-01-01",
"prepCourseEndDate": "2024-02-01",
"prepCourseCost": 499.00,
"remarks": "\"Hope\" is the thing with feathers -\nThat perches in the soul -\nAnd sings the tune without the words -\nAnd never stops - at all -\n\nAnd sweetest - in the Gale - is heard -\nAnd sore must be the storm -\nThat could abash the little Bird\nThat kept so many warm -\n\nI've heard it in the chillest land -\nAnd on the strangest Sea -\nYet - never - in Extremity,\nIt asked a crumb - of me.",
"statementOfTruthSignature": "Jane Smith",
"dateSigned": "2024-02-02"
}