(Minor issue)
The structure of Example 1 is, roughly, as follows:
{
...
"id": "http://example.edu/credentials/3732",
…
"credentialSubject" {
"confidenceMethod" : [{
"type": "BiometricPortraitImage",
…
}, {
"type": "JsonWebKey"
…
}
…
}],
"degree" : { … }
},
"proof" : { … }
}
Shouldn't there be an id value set for the credential subject, identifying the person who got the degree? I know the example is a skeleton only, but it does belong to the essence of the confidence problem that the extra confidence methods refers to that person...
(Minor issue)
The structure of Example 1 is, roughly, as follows:
{ ... "id": "http://example.edu/credentials/3732", … "credentialSubject" { "confidenceMethod" : [{ "type": "BiometricPortraitImage", … }, { "type": "JsonWebKey" … } … }], "degree" : { … } }, "proof" : { … } }Shouldn't there be an
idvalue set for the credential subject, identifying the person who got the degree? I know the example is a skeleton only, but it does belong to the essence of the confidence problem that the extra confidence methods refers to that person...