Skip to content

Commit

Permalink
VC Schema - Birth, Caste, Enrolment (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidyaranya-Gavai-TTPL authored Nov 25, 2024
1 parent 3ce0137 commit c481e33
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 0 deletions.
52 changes: 52 additions & 0 deletions static/files/vc-schemas/ubi/BirthCertificate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"@context": {
"@version": 1.1,
"@protected": true,
"type": "@type",
"schema": "https://schema.org/",
"BirthCertificate": {
"@id": "https://tekdi.github.io/files/vc-schemas/ubi/BirthCertificate.json#BirthCertificate"
},
"firstName": "schema:Text",
"middleName": "schema:Text",
"lastName": "schema:Text",
"gender": "schema:Text",
"dateofBirth": "schema:Date",
"placeofBirth": "schema:Text",
"nameofMother": "schema:Text",
"aadharNumberofMother": "schema:Text",
"aadharNumberofFather": "schema:Text",
"nameofFather": "schema:Text",
"addressLine1": "schema:Text",
"addressLine2": "schema:Text",
"house": "schema:Text",
"landmark": "schema:Text",
"locality": "schema:Text",
"vtc": "schema:Text",
"district": "schema:Text",
"pin": "schema:Text",
"state": "schema:Text",
"country": "schema:Text",
"nameofTahsil": "schema:Text",
"nameofBlock": "schema:Text",
"orgName": "schema:Text",
"orgCode": "schema:Text",
"orgType": "schema:Text",
"orgOfficerName": "schema:Text",
"orgOfficerRank": "schema:Text",
"orgOfficerSign": "schema:Text",
"orgAddressLine1": "schema:Text",
"orgAddressLine2": "schema:Text",
"orgLandmark": "schema:Text",
"orgLocality": "schema:Text",
"orgVtc": "schema:Text",
"orgDistrict": "schema:Text",
"orgPin": "schema:Text",
"orgState": "schema:Text",
"orgCountry": "schema:Text",
"dateofRegistration": "schema:Date",
"dateofIssue": "schema:Date",
"registrationNumber": "schema:Text",
"remarksIfAny": "schema:Text"
}
}
48 changes: 48 additions & 0 deletions static/files/vc-schemas/ubi/CasteCertificate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"@context": {
"@version": 1.1,
"@protected": true,
"type": "@type",
"schema": "https://schema.org/",
"CasteCertificate": {
"@id": "https://tekdi.github.io/files/vc-schemas/ubi/CasteCertificate.json#CasteCertificate"
},
"aadharNumber": "schema:Text",
"familyLeaderBhamashahNumber": "schema:Text",
"relationWithApplicant": "schema:Text",
"studentId": "schema:Text",
"schoolId": "schema:Text",
"firstName": "schema:Text",
"middleName": "schema:Text",
"lastName": "schema:Text",
"castName": "schema:Text",
"castCategoryNumber": "schema:Text",
"addressLine1": "schema:Text",
"addressLine2": "schema:Text",
"house": "schema:Text",
"landmark": "schema:Text",
"locality": "schema:Text",
"vtc": "schema:Text",
"district": "schema:Text",
"pin": "schema:Text",
"state": "schema:Text",
"country": "schema:Text",
"orgName": "schema:Text",
"orgCode": "schema:Text",
"orgType": "schema:Text",
"orgOfficerName": "schema:Text",
"orgOfficerRank": "schema:Text",
"orgOfficerSign": "schema:Text",
"orgAddressLine1": "schema:Text",
"orgAddressLine2": "schema:Text",
"orgLandmark": "schema:Text",
"orgLocality": "schema:Text",
"orgVtc": "schema:Text",
"orgDistrict": "schema:Text",
"orgPin": "schema:Text",
"orgState": "schema:Text",
"orgCountry": "schema:Text",
"dateOfIssuance": "schema:Date",
"certificateNumber": "schema:Text"
}
}
33 changes: 33 additions & 0 deletions static/files/vc-schemas/ubi/EnrollmentCertificate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"@context": {
"@version": 1.1,
"@protected": true,
"type": "@type",
"schema": "https://schema.org/",
"EnrollmentCertificate": {
"@id": "https://tekdi.github.io/files/vc-schemas/ubi/EnrollmentCertificate.json#EnrollmentCertificate"
},
"studentId": "schema:Text",
"schoolId": "schema:Text",
"firstName": "schema:Text",
"middleName": "schema:Text",
"lastName": "schema:Text",
"gradeLevel": "schema:Text",
"addressLine1": "schema:Text",
"addressLine2": "schema:Text",
"landmark": "schema:Text",
"locality": "schema:Text",
"district": "schema:Text",
"pin": "schema:Text",
"state": "schema:Text",
"country": "schema:Text",
"schoolYear": "schema:Text",
"studentStatus": "schema:Text",
"schoolName": "schema:Text",
"schoolRegistrationNumber": "schema:Text",
"principalName": "schema:Text",
"principalDesignation": "schema:Text",
"dayMonthYear": "schema:Date",
"learnerReferenceNumber": "schema:Text"
}
}

0 comments on commit c481e33

Please sign in to comment.