-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmbob_ht_pf_regular_full.json
119 lines (119 loc) · 3.52 KB
/
mbob_ht_pf_regular_full.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
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
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.3.json",
"https://raw.githubusercontent.com/educredentials/obv3-examples/refs/heads/main/contexts/educredential.json"
],
"id": "http://example.com/credentials/crd-MBN3PQ",
"type": [
"VerifiableCredential",
"OpenBadgeCredential"
],
"issuer": {
"id": "https://www.edubadges.nl/public/issuers/iss-4B0B1A",
"type": [
"Profile"
],
"name": "MBO Beek",
"otherIdentifier": [
{
"type": "IdentifierEntry",
"identifier": "4B0B1A",
"identifierType": "ext:BRIN"
},
{
"type": "IdentifierEntry",
"identifier": "mbobeek.example.edu",
"identifierType": "name"
}
],
"address": {
"type": [
"Address"
],
"addressCountry": "The Netherlands",
"addressCountryCode": "NL",
"addressLocality": "Beek",
"streetAddress": "Rijksweg 13",
"postalCode": "1337 JX"
}
},
"validFrom": "2024-08-30T00:00:00Z",
"validUntil": "2029-08-30T00:00:00Z",
"credentialSubject": {
"id": "https://example.com/credentials/crd-MBN3PQ#subject",
"type": [
"AchievementSubject"
],
"achievement": {
"id": "https://example.com/achievements/ach-77NPN",
"type": [
"Achievement",
"EducredentialAchievement"
],
"criteria": {
"narrative": "De student is erkend als grootmeester in de kunst van het frituren, met een ongeëvenaard gevoel voor sauskeuze."
},
"description": "De hoogste eer in de patatwereld. Dit diploma erkent jouw vaardigheden in het mengen van perfect goudbruine frieten met een ongeëvenaard gevoel voor sauskeuze.",
"name": "Diploma grootmeester in de frituurkunst",
"image": {
"id": "https://static.example.com/frituurkunst.jpg",
"type": "Image"
},
"inLanguage": "nl-NL",
"educationProgramIdentifier": 20121348,
"SBU": 2800,
"resultDescription": [
{
"id": "https://example.com/results/ects-nl-NL-A1B2C3",
"type": [
"ResultDescription"
],
"valueMax": "10",
"valueMin": "1",
"name": "Average of final exams",
"requiredValue": "6",
"resultType": "ext:ECTSGradeScore"
}
],
"alignment": [
{
"type": [
"Alignment"
],
"targetType": "ext:EQF",
"targetName": "EQF level 5",
"targetCode": "5",
"targetUrl": "https://content.example.com/description-eqf-levels"
}
],
"participationType": "onsite or blended",
"assessmentType": "testing",
"supervisionType": "onsite with identity verification",
"identityChecked": true
},
"result": [
{
"type": [
"Result"
],
"resultDescription": "https://example.com/results/ects-nl-NL-A1B2C3",
"value": "8.8"
}
]
},
"credentialSchema": [
{
"id": "https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_achievementcredential_schema.json",
"type": "1EdTechJsonSchemaValidator2019"
},
{
"id": "https://raw.githubusercontent.com/educredentials/obv3-examples/refs/heads/main/schemas/regular.json",
"type": "1EdTechJsonSchemaValidator2019"
},
{
"id": "https://raw.githubusercontent.com/educredentials/obv3-examples/refs/heads/main/schemas/regular_sbu.json",
"type": "1EdTechJsonSchemaValidator2019"
}
]
}