-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtester.json
92 lines (87 loc) · 2.95 KB
/
tester.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
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
{
"personalDetails": {
"name": "biran",
"email": "biran@thekethodi.com",
"admissionNO": "1016",
"yearOfJoin": "2001",
"department": "computer science",
"mobileNo": "5556667771",
"dateOfBirth": "18-12-1888",
"gender": "male",
"bloodGroup": "abc",
"maritalStatus": "pennkitila",
"religion": "akanaonnum ella",
"cast": "nothing monu",
"categoryOfAdmission": "ied",
"identificationMarkOne": "have 2 nose",
"identificationMarkTwo": "have 2 ears",
"presentAddress": "tharamel ann",
"permenentAddress": "tharamel ann",
"residence": "arante pera",
"distanceFromCollege": "24",
},
"educationDetails": {
"tenthStd": {
"schoolName": "gulp thekethodi",
"syllabus": "global",
"english": "12",
"maths": "25",
"science": "50",
"socialScience": "60",
},
"twelthStd": {
"schoolName": "guhss thekethodi",
"syllabus": "global big sylabus",
"course": "big course he bhai",
"sub": ["englis", "maths", "physics", "chemistry"],
"subMark": ["1", "2", "3", "4"],
},
},
"familyDetails": {
"father": {
"name": "papa",
"educationQualification": "Bsc CS",
"annualIncome": "23000",
"occupation": "thera para",
"officialAddress": "thekethodi house ,somewhere",
},
"mother": {
"name": "mama",
"educationQualification": "Bsc CS",
"annualIncome": "23000",
"occupation": "thera para",
"officialAddress": "thekethodi house ,somewhere",
},
"gardian": {
"name": "mera gardian",
"educationQualification": "Bsc CS",
"annualIncome": "23000",
"occupation": "thera para",
"officialAddress": "thekethodi house ,somewhere"
}
},
"teacherDetails":{
"name":"riyadh",
"department":"computerscience",
"shortName":"rd",
"email":"riyadh@gmail.com",
"phoneNo":"10203040",
"joinYear":"2021",
"gender":"male",
"maritalStatus":"married",
"religion":"muslim",
"cast":"mappila",
"educationQualification":"Bsc CS"
},
"departmentDetails":{
"name":"Bio Tech",
"shortName":"BT",
"hod":"birankutty",
"phoneNo":"1020304050",
"email":"biran@gmail.com"
},
"studentToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYxOTRhOWFmMGE2ZTAzMTk3NzRmZmI5ZCIsInR5cGUiOiJzdHVkZW50IiwiaWF0IjoxNjM3MTMyNzkyfQ.ulWIUUvUjU5Z8s53AsKjebUORCjROz1OGb5-b6HZp4w",
"teacherToken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYxOTRkZjAwYWIzMjgyNTg5OWMxYWYyYSIsInR5cGUiOiJ0ZWFjaGVyIiwiaWF0IjoxNjM3MTQ2NTcyfQ.etPrdtkbpKK9DuSjkOPC9zpkLJk4_7cTAMQGtZeOF6c",
"adminToken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYxOTQ5Nzc1NDBmZGQ2MjEzMTQzOGIyZSIsInR5cGUiOiJhZG1pbiIsImlhdCI6MTYzNzEyOTI1Nn0.fsgNjkMT0_wufz8CVISvrcwbYqzFVrYYwarQF6IlwfM",
"rasheedTeacher":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYxOTVkYjA2MmVlODRhYzIwODk2MmM1NiIsInR5cGUiOiJ0ZWFjaGVyIiwiaWF0IjoxNjM3MjEwOTUzfQ.d3LnAVyM5mBPLUvAZpRHgn_j_sHnmBBzPIngol2EMBQ"
}