From af8e7ec130f758d26b550f5726d99d0dd318f511 Mon Sep 17 00:00:00 2001 From: Wind4Greg Date: Mon, 8 Jan 2024 10:13:14 -0800 Subject: [PATCH] Update DataIntegrityProof to reference Data Integrity spec for properties. --- index.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index fddf531..a949937 100644 --- a/index.html +++ b/index.html @@ -427,6 +427,11 @@

Proof Representations

DataIntegrityProof

+

+A proof contains the attributes specified in the +Proofs section +of [[VC-DATA-INTEGRITY]] with the following restrictions. +

The `verificationMethod` property of the proof MUST be a URL. Dereferencing the `verificationMethod` MUST result in an object @@ -441,15 +446,6 @@

DataIntegrityProof

The `cryptosuite` property of the proof MUST be `bbs-2023`.

-The `created` property of the proof MUST be an [[XMLSCHEMA11-2]] -formatted date string. -

-

-The `proofPurpose` property of the proof MUST be a string, and MUST -match the verification relationship expressed by the verification method -`controller`. -

-

The value of the `proofValue` property of the proof MUST be an BBS signature or BBS proof produced according to [[CFRG-BBS-SIGNATURE]] then serialized and encoded according to procedures in section .