Skip to content

Commit

Permalink
change url to schema storage (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic authored Feb 19, 2023
1 parent 3274696 commit a6765c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifiable/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const (
TypeW3CVerifiableCredential = "VerifiableCredential"

// JSONLDSchemaIden3Credential is a schema for context with W3CCredential type
JSONLDSchemaIden3Credential = "https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/iden3credential-v2.json-ld"
JSONLDSchemaIden3Credential = "https://schema.iden3.io/core/jsonld/iden3proofs.jsonld"

// JSONLDSchemaW3CCredential2018 is a schema for context with VerifiableCredential type
JSONLDSchemaW3CCredential2018 = "https://www.w3.org/2018/credentials/v1"
Expand Down

0 comments on commit a6765c2

Please sign in to comment.