From 5575ce9ed0eb9209911826cb563a6e82d1872aa4 Mon Sep 17 00:00:00 2001 From: vbasiuk Date: Thu, 5 Sep 2024 14:39:59 +0300 Subject: [PATCH] comment --- src/verifiable/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/verifiable/constants.ts b/src/verifiable/constants.ts index 875aaf1c..56d2c214 100644 --- a/src/verifiable/constants.ts +++ b/src/verifiable/constants.ts @@ -16,7 +16,7 @@ export const VerifiableConstants = Object.freeze({ JSONLD_SCHEMA: { // JSONLDSchemaIden3Credential is a schema for context with Iden3Credential type IDEN3_CREDENTIAL: 'https://schema.iden3.io/core/jsonld/iden3proofs.jsonld', - // JSONLDSchemaIden3BasicDisplayMethod is a schema for context with Iden3BasicDisplayMethodV1 type + // JSONLDSchemaIden3DisplayMethod is a schema for context with Iden3BasicDisplayMethodV1 type IDEN_DISPLAY_METHOD: 'https://schema.iden3.io/core/jsonld/displayMethod.jsonld', // JSONLDSchemaW3CCredential2018 is a schema for context with VerifiableCredential type W3C_CREDENTIAL_2018: 'https://www.w3.org/2018/credentials/v1',