Skip to content

Instantly share code, notes, and snippets.

@excalliburbd
Created August 2, 2016 07:33
Show Gist options
  • Select an option

  • Save excalliburbd/bdfbbf06bd99f48a8772584a44851c06 to your computer and use it in GitHub Desktop.

Select an option

Save excalliburbd/bdfbbf06bd99f48a8772584a44851c06 to your computer and use it in GitHub Desktop.
{
"student":[
{ "_id": "Number",
"academicInformation":{
"name": "String",
"id": "Number",
"program": "String",
"deperment": "String",
"choices": ["String"],
"type": "String",
"creditAttempted": "Number",
"creditAchieved": "Number",
"cgpa": "Number",
"courseAttempts":[
{
"name":"String",
"id": "String",
"semester":"String",
"credits": "Number",
"grade": "Number"
}
]
},
"studentInformation": {
"studentID": "Number",
"fullName": "String",
"gender": "String",
"dateOfBirth": "Date",
"placeOfBirth": "String",
"maritalStatus": "String",
"mobileNumber": "String",
"nationality": "String",
"religion": "String",
"mailingAddress": "String",
"permanentAddress": "String",
"homePhone": "String",
"email": "String",
"nationalID": "String",
"bloodGroup": "String",
"passportNo": "String",
"district": "String"
},
"educationalInformation":[{
"examTitle": "String",
"board": "String",
"passingYear": "Date",
"resultType": "String",
"gpaWithAdditionalSubject": "Number",
"gpaWithoutAdditionalSubject": "Number"
}],
"guardianInformation": {
"father":{
"name": "String",
"occupation": "String",
"email": "String",
"phone":{
"home": "String",
"cell": "String",
"office": "String"
},
"freedomFighter": "Boolean",
"earningMember": "Boolean",
"monthlyIncome": "Number",
"currency": "String"
},
"mother":{
"name": "String",
"occupation": "String",
"email": "String",
"phone":{
"home": "String",
"cell": "String",
"office": "String"
},
"freedomFighter": "Boolean",
"earningMember": "Boolean",
"monthlyIncome": "Number",
"currency": "String"
},
"relative":{
"name" : "String",
"relation": "String",
"email": "String",
"phone": "String",
"mailingAddress": "String"
}
},
"miscellaneous":{
"academicHonors":{
"received":{
"scholarships" : "Boolean",
"awards": "Boolean",
"honors": "Boolean"
},
"details": {
"scholarships" : "String",
"awards": "String",
"honors": "String"
}
},
"everdismissed":{
"institution": "Boolean",
"examination": "Boolean",
"reason": "String"
},
"everAdmitted":{
"bracu": "Boolean",
"other": "Boolean",
"fromYear": "Date",
"toYear": "Date",
"fromSemester": "String"
},
"admissionTests":{
"ielts":{
"attempted": "Boolean",
"score": "Double",
"validYear": "Date"
},
"toefl":{
"attempted": "Boolean",
"score": "Double",
"validYear": "Date"
},
"sat":{
"attempted": "Boolean",
"score": "Double",
"validYear": "Date"
},
"greOrGmat":{
"attempted": "Boolean",
"score": "Double",
"validYear": "Date"
}
},
"otherLanguage": "String",
"workExperience":{
"any": "Boolean",
"years": "Number",
"organizations": ["String"]
},
"coCurriculum":{
"any": "Boolean",
"datils": ["String"],
"awards": ["String"]
}
},
"uploads": [
{
"name": "String",
"value": "Buffer"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment