|
4 | 4 | "id" : 33,
|
5 | 5 | "type" : "employee",
|
6 | 6 | "attributes" : {
|
7 |
| - "shortname" : "LSM", |
8 |
| - "firstname" : "Longmax", |
9 |
| - "lastname" : "Smith", |
10 |
| - |
11 |
| - "marital_status" : "single", |
12 |
| - "nationalities" : ["ZW"], |
13 |
| - "graduation" : "BSc in Architecture", |
14 |
| - "department_shortname" : "SYS", |
15 |
| - "employment_roles" : [] |
| 7 | + "shortname" : "LSM", |
| 8 | + "firstname" : "Longmax", |
| 9 | + "lastname" : "Smith", |
| 10 | + "full_name": "Longmax Smith", |
| 11 | + |
| 12 | + "marital_status" : "single", |
| 13 | + "nationalities" : ["ZW"], |
| 14 | + "graduation" : "BSc in Architecture", |
| 15 | + "department_shortname" : "SYS", |
| 16 | + "employment_roles" : [], |
| 17 | + "is_employed" : true, |
| 18 | + "birthdate" : "05.05.1994", |
| 19 | + "location" : "Bern" |
16 | 20 | }
|
17 | 21 | },
|
18 | 22 | {
|
19 | 23 | "id" : 21,
|
20 | 24 | "type" : "employee",
|
21 | 25 | "attributes" : {
|
22 |
| - "shortname" : "AMA", |
23 |
| - "firstname" : "Alice", |
24 |
| - "lastname" : "Mante", |
25 |
| - "full_name" : "Alice Mante", |
26 |
| - |
27 |
| - "marital_status" : "single", |
28 |
| - "nationalities" : ["AU"], |
29 |
| - "graduation" : "MSc in writing", |
30 |
| - "department_shortname" : "SYS", |
31 |
| - "employment_roles" : [], |
32 |
| - "is_employed" : false, |
33 |
| - "birthdate" : "01.04.2001", |
34 |
| - "location" : "Bern" |
| 26 | + "shortname" : "AMA", |
| 27 | + "firstname" : "Alice", |
| 28 | + "lastname" : "Mante", |
| 29 | + "full_name" : "Alice Mante", |
| 30 | + |
| 31 | + "marital_status" : "single", |
| 32 | + "nationalities" : ["AU"], |
| 33 | + "graduation" : "MSc in writing", |
| 34 | + "department_shortname" : "SYS", |
| 35 | + "employment_roles" : [], |
| 36 | + "is_employed" : false, |
| 37 | + "birthdate" : "01.04.2001", |
| 38 | + "location" : "Bern" |
35 | 39 | }
|
36 | 40 | },
|
37 | 41 | {
|
38 | 42 | "id" : 45,
|
39 | 43 | "type" : "employee",
|
40 | 44 | "attributes" : {
|
41 |
| - "shortname" : "CFO", |
42 |
| - "firstname" : "Charlie", |
43 |
| - "lastname" : "Ford", |
44 |
| - |
45 |
| - "marital_status" : "married", |
46 |
| - "nationalities" : ["GB"], |
47 |
| - "graduation" : "MSc in networking", |
48 |
| - "department_shortname" : "SYS", |
49 |
| - "employment_roles" : [] |
| 45 | + "shortname" : "CFO", |
| 46 | + "firstname" : "Charlie", |
| 47 | + "lastname" : "Ford", |
| 48 | + "full_name": "Charlie Ford", |
| 49 | + |
| 50 | + "marital_status" : "married", |
| 51 | + "nationalities" : ["GB"], |
| 52 | + "graduation" : "MSc in networking", |
| 53 | + "department_shortname" : "SYS", |
| 54 | + "employment_roles" : [], |
| 55 | + "is_employed" : true, |
| 56 | + "birthdate" : "01.10.1980", |
| 57 | + "location" : "Thun" |
50 | 58 | }
|
51 | 59 | }
|
52 | 60 | ]
|
|
0 commit comments