-
Notifications
You must be signed in to change notification settings - Fork 0
/
information.json
39 lines (39 loc) · 1003 Bytes
/
information.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
{
"Localization" : {
"PersonalData" : "Personal data",
"Name" : "Name",
"JobName": "Job title",
"BirthDate" : "Birth date",
"PhoneNumber": "Phone number",
"Email": "e-mail",
"Education" : "Education",
"Languages" : "Languages"
},
"Name" : "John Doe",
"JobName": "Software Engineer",
"BirthDate" : "14/05/1700",
"Email": "[email protected]",
"PhoneNumber": "123456789",
"EducationEntries" : [
{
"Title" : "Lorem Ipsum Title",
"Period" : "1710-1720",
"Entity": "Lorem Ipsum Entity"
},
{
"Title" : "Sit Amet Title",
"Period" : "2012 - 2013",
"Entity": "Sit Amet Entity"
}
],
"LanguageEntries" : [
{
"Name" : "Spanish",
"Level" : "Native"
},
{
"Name" : "English",
"Level" : "Complete professional competence"
}
]
}