@@ -537,6 +537,88 @@ const preloadedContexts: Record<string, unknown> = {
537537 } ,
538538 } ,
539539
540+ "https://w3id.org/security/data-integrity/v2" : {
541+ "@context" : {
542+ "id" : "@id" ,
543+ "type" : "@type" ,
544+ "@protected" : true ,
545+ "proof" : {
546+ "@id" : "https://w3id.org/security#proof" ,
547+ "@type" : "@id" ,
548+ "@container" : "@graph" ,
549+ } ,
550+ "DataIntegrityProof" : {
551+ "@id" : "https://w3id.org/security#DataIntegrityProof" ,
552+ "@context" : {
553+ "@protected" : true ,
554+ "id" : "@id" ,
555+ "type" : "@type" ,
556+ "challenge" : "https://w3id.org/security#challenge" ,
557+ "created" : {
558+ "@id" : "http://purl.org/dc/terms/created" ,
559+ "@type" : "http://www.w3.org/2001/XMLSchema#dateTime" ,
560+ } ,
561+ "domain" : "https://w3id.org/security#domain" ,
562+ "expires" : {
563+ "@id" : "https://w3id.org/security#expiration" ,
564+ "@type" : "http://www.w3.org/2001/XMLSchema#dateTime" ,
565+ } ,
566+ "nonce" : "https://w3id.org/security#nonce" ,
567+ "previousProof" : {
568+ "@id" : "https://w3id.org/security#previousProof" ,
569+ "@type" : "@id" ,
570+ } ,
571+ "proofPurpose" : {
572+ "@id" : "https://w3id.org/security#proofPurpose" ,
573+ "@type" : "@vocab" ,
574+ "@context" : {
575+ "@protected" : true ,
576+ "id" : "@id" ,
577+ "type" : "@type" ,
578+ "assertionMethod" : {
579+ "@id" : "https://w3id.org/security#assertionMethod" ,
580+ "@type" : "@id" ,
581+ "@container" : "@set" ,
582+ } ,
583+ "authentication" : {
584+ "@id" : "https://w3id.org/security#authenticationMethod" ,
585+ "@type" : "@id" ,
586+ "@container" : "@set" ,
587+ } ,
588+ "capabilityInvocation" : {
589+ "@id" : "https://w3id.org/security#capabilityInvocationMethod" ,
590+ "@type" : "@id" ,
591+ "@container" : "@set" ,
592+ } ,
593+ "capabilityDelegation" : {
594+ "@id" : "https://w3id.org/security#capabilityDelegationMethod" ,
595+ "@type" : "@id" ,
596+ "@container" : "@set" ,
597+ } ,
598+ "keyAgreement" : {
599+ "@id" : "https://w3id.org/security#keyAgreementMethod" ,
600+ "@type" : "@id" ,
601+ "@container" : "@set" ,
602+ } ,
603+ } ,
604+ } ,
605+ "cryptosuite" : {
606+ "@id" : "https://w3id.org/security#cryptosuite" ,
607+ "@type" : "https://w3id.org/security#cryptosuiteString" ,
608+ } ,
609+ "proofValue" : {
610+ "@id" : "https://w3id.org/security#proofValue" ,
611+ "@type" : "https://w3id.org/security#multibase" ,
612+ } ,
613+ "verificationMethod" : {
614+ "@id" : "https://w3id.org/security#verificationMethod" ,
615+ "@type" : "@id" ,
616+ } ,
617+ } ,
618+ } ,
619+ } ,
620+ } ,
621+
540622 "https://www.w3.org/ns/did/v1" : {
541623 "@context" : {
542624 "@protected" : true ,
0 commit comments