forked from kumarpawantarento/templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskills
127 lines (127 loc) · 3.04 KB
/
skills
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"@context": {
"@version": 1.1,
"@protected": true,
"SkillCertificate": {
"@id": "https://github.com/sunbird-specs/vc-specs#SkillCertificate",
"@context": {
"id": "@id",
"@version": 1.1,
"@protected": true,
"skills": "schema:Text"
}
},
"Person":{
"@id":"https://github.com/sunbird-specs/vc-specs#Person",
"@context": {
"name":"schema:Text"
}
},
"rollNumber":{
"@id":"https://github.com/sunbird-specs/vc-specs#rollNumber",
"@context": {
"name":"schema:Text"
}
},
"enrollmentNumber":{
"@id":"https://github.com/sunbird-specs/vc-specs#enrollmentNumber",
"@context": {
"name":"schema:Text"
}
},
"passingYear":{
"@id":"https://github.com/sunbird-specs/vc-specs#passingYear",
"@context": {
"name":"schema:Text"
}},
"passingMonth":{
"@id":"https://github.com/sunbird-specs/vc-specs#passingMonth",
"@context": {
"name":"schema:Text"
}},
"orgLogo":{
"@id":"https://github.com/sunbird-specs/vc-specs#orgLogo",
"@context": {
"name":"schema:Text"
}},
"candidatePic":{
"@id":"https://github.com/sunbird-specs/vc-specs#candidatePic",
"@context": {
"name":"schema:Text"
}},
"signaturePic":{
"@id":"https://github.com/sunbird-specs/vc-specs#signaturePic",
"@context": {
"name":"schema:Text"
}},
"barcode":{
"@id":"https://github.com/sunbird-specs/vc-specs#barcode",
"@context": {
"name":"schema:Text"
}},
"gender":{
"@id":"https://github.com/sunbird-specs/vc-specs#gender",
"@context": {
"name":"schema:Text"
}
},
"dob":{
"@id":"https://github.com/sunbird-specs/vc-specs#dob",
"@context": {
"name":"schema:Text"
}
},
"qualification":{
"@id":"https://github.com/sunbird-specs/vc-specs#qualification",
"@context": {
"name":"schema:Text"
}
},
"mother":{
"@id":"https://github.com/sunbird-specs/vc-specs#mother",
"@context": {
"name":"schema:Text"
}
},
"father":{
"@id":"https://github.com/sunbird-specs/vc-specs#father",
"@context": {
"name":"schema:Text"
}
},
"examBody":{
"@id":"https://github.com/sunbird-specs/vc-specs#examBody",
"@context": {
"name":"schema:Text"
}
},
"trainningPeriod":{
"@id":"https://github.com/sunbird-specs/vc-specs#trainningPeriod",
"@context": {
"name":"schema:Text"
}},
"trainningCenter":{
"@id":"https://github.com/sunbird-specs/vc-specs#trainningCenter",
"@context": {
"name":"schema:Text"
}},
"regNumber":{
"@id":"https://github.com/sunbird-specs/vc-specs#regNumber",
"@context": {
"name":"schema:Text"
}
},
"address":{
"@id":"https://github.com/sunbird-specs/vc-specs#address",
"@context": {
"name":"schema:Text"
}
},
"trainedOn":{
"@id":"https://github.com/sunbird-specs/vc-specs#trainedOn",
"@context": {
"name":"schema:Text"
}
}
}
}