Skip to content
Snippets Groups Projects
Commit a508a9ec authored by Lyuben Penkovski's avatar Lyuben Penkovski
Browse files

Default context for VC/VP to allow arbitrary JSON in credential subject

parent 49e0c742
No related branches found
No related tags found
1 merge request!15Default context for VC/VP to allow arbitrary JSON in credential subject
Pipeline #53160 passed with stages
in 1 minute and 53 seconds
......@@ -12,6 +12,7 @@ import (
var defaultContexts = []string{
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/security/suites/jws-2020/v1",
"https://schema.org",
}
type Credentials struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment