Skip to content

Isn't example 1 incomplete? #32

Description

@iherman

(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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions