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

Merge branch '15-vc-schema' into 'main'

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

Closes #15

See merge request !15
parents 49e0c742 a508a9ec
No related branches found
No related tags found
1 merge request!15Default context for VC/VP to allow arbitrary JSON in credential subject
Pipeline #53162 passed with stages
in 1 minute and 24 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