Skip to content

Commit

Permalink
Make VC templates v5 compliant (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul authored Nov 9, 2022
1 parent 9d42835 commit 372232d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ func (w Wrapper) GetVCTemplates(ctx echo.Context) error {
PublishToNetwork: true,
Visibility: "private",
CredentialSubject: map[string]interface{}{
"legalBase": map[string]interface{}{
"consentType": "implied",
},
"localParameters": map[string]interface{}{
"example": "parameter",
},
"resources": []map[string]interface{}{
{
"path": "/DocumentReference/f2aeec97-fc0d-42bf-8ca7-0548192d4231",
Expand Down

0 comments on commit 372232d

Please sign in to comment.