-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: jsonld credential format identifier version (#1412)
- Loading branch information
1 parent
d9cfc7d
commit c46a6b8
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ import { CredentialFormatSpec } from '../../models/CredentialFormatSpec' | |
import { JsonLdCredentialDetail } from './JsonLdCredentialDetail' | ||
|
||
const JSONLD_VC_DETAIL = 'aries/[email protected]' | ||
const JSONLD_VC = 'aries/ld-proof-vc@1.0' | ||
const JSONLD_VC = 'aries/ld-proof-vc@v1.0' | ||
|
||
export class JsonLdCredentialFormatService implements CredentialFormatService<JsonLdCredentialFormat> { | ||
public readonly formatKey = 'jsonld' as const | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters