Skip to content

Commit

Permalink
fix: could not create links with new type property in credential stat…
Browse files Browse the repository at this point in the history
…us schema
  • Loading branch information
javip97 committed Jan 30, 2024
1 parent dac42ee commit f026ca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/jsonschema/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ func createDummyVC(cSubject map[string]interface{}, schemaType string, schemaCon
"type": "JsonSchemaValidator2018",
},
"credentialStatus": map[string]interface{}{
"id": "testStatus",
"id": "testStatus",
"type": "someType",
},
"credentialSubject": cSubject,
"id": "https://someURL/someschemaContext.jsonld",
Expand Down

0 comments on commit f026ca6

Please sign in to comment.