-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstructure.json
42 lines (42 loc) · 1.16 KB
/
structure.json
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
{
"Users" : {
"USERID" : {
"isCompany" : false,
"First Name" : "Frank",
"Last Name" : "Waters",
"Email" : "[email protected]",
"Password" : "Epic Encryption",
"ConfirmOver14" : true
}
},
"Internship" : {
"INTERNSHIPID" : {
"Title" : "High School Intel Internship",
"Company" : "Intel",
"Description" : "Make Spreadsheets",
"StartDate" : 1591574400,
"EndDate" : 1596844800,
"URL" : "https://url.intel.com"
}
},
"Volunteering" : {
"VOLUNTEERINGID" : {
"Title" : "CIM",
"Company" : "Interact",
"Description" : "Run big bus",
"StartDate" : 1591574400,
"EndDate" : 1596844800,
"URL" : "https://url.intel.com"
}
},
"Workshop" : {
"WORKSHOPID" : {
"Title" : "CIM",
"Company" : "Interact",
"Description" : "Run big bus",
"StartDate" : 1591574400,
"EndDate" : 1596844800,
"URL" : "https://url.intel.com"
}
}
}