Skip to content
Snippets Groups Projects

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

Merged Lyuben Penkovski requested to merge 15-vc-schema into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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 {
Loading