You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.json
+15-18
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,7 @@
5
5
"bio": {
6
6
"type": "object",
7
7
"properties": {
8
-
"firstName": {
9
-
"type": "string"
10
-
},
11
-
"lastName": {
8
+
"name": {
12
9
"type": "string"
13
10
},
14
11
"email": {
@@ -25,7 +22,7 @@
25
22
}
26
23
},
27
24
"phone": {
28
-
"type": "object",
25
+
"type": "object",
29
26
"description": "Phone numbers are stored as strings so use any format you like",
30
27
"properties": {
31
28
"work": {
@@ -96,14 +93,14 @@
96
93
"work": {
97
94
"type": "array",
98
95
"items": {
99
-
"type": "object",
96
+
"type": "object",
100
97
"properties": {
101
98
"company": {
102
99
"type": "string",
103
100
"description": "e.g. Facebook"
104
101
},
105
102
"position": {
106
-
"type": "string",
103
+
"type": "string",
107
104
"description": "e.g. Software Engineer"
108
105
},
109
106
"website": {
@@ -131,13 +128,13 @@
131
128
}
132
129
}
133
130
}
134
-
131
+
135
132
}
136
133
},
137
134
"education": {
138
135
"type": "array",
139
136
"items": {
140
-
"type": "object",
137
+
"type": "object",
141
138
"properties": {
142
139
"institution": {
143
140
"type": "string",
@@ -170,15 +167,15 @@
170
167
}
171
168
}
172
169
}
173
-
174
-
170
+
171
+
175
172
}
176
173
},
177
174
"awards": {
178
175
"type": "array",
179
176
"description": "Specify any awards you have received throughout your professional career",
180
177
"items": {
181
-
"type": "object",
178
+
"type": "object",
182
179
"properties": {
183
180
"title": {
184
181
"type": "string",
@@ -199,7 +196,7 @@
199
196
"type": "array",
200
197
"description": "Specify your publications through your career",
201
198
"items": {
202
-
"type": "object",
199
+
"type": "object",
203
200
"properties": {
204
201
"name": {
205
202
"type": "string",
@@ -224,7 +221,7 @@
224
221
"type": "array",
225
222
"description": "List out your professional skill-set",
226
223
"items": {
227
-
"type": "object",
224
+
"type": "object",
228
225
"properties": {
229
226
"name": {
230
227
"type": "string",
@@ -248,7 +245,7 @@
248
245
"hobbies": {
249
246
"type": "array",
250
247
"items": {
251
-
"type": "object",
248
+
"type": "object",
252
249
"properties": {
253
250
"name": {
254
251
"type": "string",
@@ -262,14 +259,14 @@
262
259
}
263
260
}
264
261
}
265
-
262
+
266
263
}
267
264
},
268
265
"references": {
269
266
"type": "array",
270
267
"description": "List references you have received",
271
268
"items": {
272
-
"type": "object",
269
+
"type": "object",
273
270
"properties": {
274
271
"name": {
275
272
"type": "string",
@@ -280,7 +277,7 @@
280
277
"description": "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."
0 commit comments