-
-
Notifications
You must be signed in to change notification settings - Fork 61
/
jsonresume.schema.legacy.ts
287 lines (273 loc) · 5.77 KB
/
jsonresume.schema.legacy.ts
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
/**
* @file Generated (and hand-modified) TS definition for JSON Resume Schema
* - Locked to v0.0.16, @see https://github.com/joshuatz/linkedin-to-jsonresume/issues/33
* @see https://github.com/jsonresume/resume-schema/blob/v0.0.16/schema.json
* - Permalink of above: https://github.com/jsonresume/resume-schema/blob/a6d1ae5c990e3370de6ca305ef32477b9516391b/schema.json
*/
/**
* e.g. 2014-06-29
* Pattern: ^([1-2][0-9]{3}-[0-1][0-9]-[0-3][0-9]|[1-2][0-9]{3}-[0-1][0-9]|[1-2][0-9]{3})$
*/
export type Iso8601 = string;
export interface Award {
/**
* e.g. Time Magazine
*/
awarder?: string;
/**
* e.g. 1989-06-12
*/
date?: Iso8601;
/**
* e.g. Received for my work with Quantum Physics
*/
summary?: string;
/**
* e.g. One of the 100 greatest minds of the century
*/
title?: string;
}
export interface Profile {
/**
* e.g. Facebook or Twitter
*/
network?: string;
/**
* e.g. https://twitter.com/TwitterDev
*/
url?: string;
/**
* e.g. TwitterDev
*/
username?: string;
}
export interface Location {
/**
* To add multiple address lines, use \n
* For example, 1234 Glücklichkeit Straße\nHinterhaus 5. Etage li.
*/
address?: string;
city?: string;
/**
* code as per ISO-3166-1 ALPHA-2, e.g. US, AU, IN
*/
countryCode?: string;
postalCode?: string;
/**
* The general region where you live. Can be a US state, or a province, for instance.
*/
region?: string;
}
export interface Basics {
/**
* e.g. [email protected]
*/
email?: string;
/**
* e.g. Web Developer
*/
label?: string;
location?: Location;
name: string;
/**
* Phone numbers are stored as strings so use any format you like, e.g. 712-117-2923
*/
phone?: string;
/**
* URL (as per RFC 3986) to a picture in JPEG or PNG format
*/
picture?: string;
/**
* Specify any number of social networks that you participate in
*/
profiles?: Profile[];
/**
* Write a short 2-3 sentence biography about yourself
*/
summary?: string;
/**
* URL (as per RFC 3986) to your website, e.g. personal homepage
*/
website?: string;
}
export interface Education {
/**
* e.g. Arts
*/
area?: string;
/**
* List notable courses/subjects
*/
courses?: string[];
/**
* e.g. 2012-06-29
*/
endDate?: Iso8601;
/**
* grade point average, e.g. 3.67/4.0
*/
gpa?: string;
/**
* e.g. Massachusetts Institute of Technology
*/
institution?: string;
/**
* e.g. 2014-06-29
*/
startDate?: Iso8601;
/**
* e.g. Bachelor
*/
studyType?: string;
}
export interface Interest {
keywords?: string[];
/**
* e.g. Philosophy
*/
name?: string;
}
export interface Language {
/**
* e.g. Fluent, Beginner
*/
fluency?: string;
/**
* e.g. English, Spanish
*/
language?: string;
}
export interface Publication {
/**
* e.g. The World Wide Web
*/
name?: string;
/**
* e.g. IEEE, Computer Magazine
*/
publisher?: string;
/**
* e.g. 1990-08-01
*/
releaseDate?: Iso8601;
/**
* Short summary of publication. e.g. Discussion of the World Wide Web, HTTP, HTML.
*/
summary?: string;
/**
* e.g. http://www.computer.org/csdl/mags/co/1996/10/rx069-abs.html
*/
website?: string;
}
export interface Reference {
/**
* e.g. Timothy Cook
*/
name?: string;
/**
* e.g. Joe blogs was a great employee, who turned up to work at least once a week. He
* exceeded my expectations when it came to doing nothing.
*/
reference?: string;
}
export interface Skill {
/**
* List some keywords pertaining to this skill
*/
keywords?: string[];
/**
* e.g. Master
*/
level?: string;
/**
* e.g. Web Development
*/
name?: string;
}
export interface Volunteer {
/**
* e.g. 2012-06-29
*/
endDate?: Iso8601;
/**
* Specify multiple accomplishments
*/
highlights?: string[];
/**
* e.g. EFF
*/
organization?: string;
/**
* e.g. Software Engineer
*/
position?: string;
/**
* resume.json uses the ISO 8601 date standard e.g. 2014-06-29
*/
startDate?: Iso8601;
/**
* Give an overview of your responsibilities at the company
*/
summary?: string;
/**
* e.g. https://www.eff.org/
*/
website?: string;
}
export interface Work {
/**
* e.g. Twitter
*/
company?: string;
/**
* e.g. 2012-06-29
*/
endDate?: Iso8601;
/**
* Specify multiple accomplishments
*/
highlights?: string[];
/**
* e.g. Software Engineer
*/
position?: string;
/**
* resume.json uses the ISO 8601 date standard e.g. 2014-06-29
*/
startDate?: Iso8601;
/**
* Give an overview of your responsibilities at the company
*/
summary?: string;
/**
* e.g. https://twitter.com
*/
website?: string;
}
export interface ResumeSchemaLegacy {
/**
* Specify any awards you have received throughout your professional career
*/
awards?: Award[];
basics?: Basics;
education?: Education[];
interests?: Interest[];
/**
* List any other languages you speak
*/
languages?: Language[];
/**
* Specify your publications through your career
*/
publications?: Publication[];
/**
* List references you have received
*/
references?: Reference[];
/**
* List out your professional skill-set
*/
skills?: Skill[];
volunteer?: Volunteer[];
work?: Work[];
}