Skip to content

Commit

Permalink
Merge pull request #613 from 0xPolygonID/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
elias-garcia authored Jan 30, 2024
2 parents 357f439 + d373a2f commit 7194b75
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 7194b75

Please sign in to comment.