Skip to content

Commit

Permalink
Update src/VerifiableCredential.ts (relatedResource fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Mar 26, 2024
1 parent 2992d6d commit 11f2d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VerifiableCredential.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface VCDIVerifiableCredential extends LinkedDataObject {
credentialSchema?: CredentialSchema | CredentialSchema[];

// https://w3c.github.io/vc-data-model/#integrity-of-related-resources
relatedResource?: RelatedResource[];
relatedResource?: RelatedResource | RelatedResource[];

// https://w3c.github.io/vc-data-model/#evidence
evidence?: Evidence | Evidence[];
Expand Down

0 comments on commit 11f2d34

Please sign in to comment.