forked from oSoc17/skillid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
badgeDocumentation.txt
46 lines (46 loc) · 1.21 KB
/
badgeDocumentation.txt
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
What is needed by the algorithm.
assertion : {
id : IRI or URI
type : "Assertion"
recipient : {
type : "email"
identity : email of the issuer
}
issuedOn : date right now
verification : {
type : "hosted"
}
badge : {
id : ID of the badge. Can be different depend on the company using it.
type : "BadgeClass"
name : URI of the skill (for the moment)
description : URI of the skill (for the moment)
image : URI to the badge image. Will be automatically generated too.
criteria : {
narrative : how did they get that badge?
}
issuer : {
id : ID of the issuer. should be an IRI.
type : "Issuer"
}
}
}
What is needed of the user. V0.0.0
assertion : {
id : URI id of the assertion. Is a string.
recipient : {
identity : email of the recipient
}
badge : {
id : ID of the badge. Can be different depend on the company using it.
name : URI of the skill (for the moment)
description : URI of the skill (for the moment)
image : URI to the badge image. Should probably be automatically handled.
criteria : {
narrative : how did they get that badge?
}
issuer : {
id : ID of the issuer. should be an IRI.
}
}
}