From 183b9980e27d6bf28d57dcd5d0865162f8482df7 Mon Sep 17 00:00:00 2001 From: Gabe <7622243+decentralgabe@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:55:34 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ted Thibodeau Jr --- index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 8b931bf..0633c49 100644 --- a/index.html +++ b/index.html @@ -672,13 +672,13 @@

Securing JSON-LD Verifiable Credentials with SD-JW documents=] that use this media type.

- When securing [=verifiable credentials=] with [[SD-JWT]] implementers MUST ensure that + When securing [=verifiable credentials=] with [[SD-JWT]], implementers SHOULD ensure that properties necessary for the validation and verification of a credential are NOT selectively - disclosable (i.e., such properties MUST be disclosed). These properties include but are not + disclosable (i.e., such properties SHOULD be disclosed). These properties can include but are not limited to @context, type, - credentialStatus - and credentialSchema, + credentialStatus, + credentialSchema, and relatedResource.

@@ -762,13 +762,13 @@

Securing JSON-LD Verifiable Presentations with SD-J These credentials are secured using SD-JWT in this case.

- When securing [=verifiable presentations=] with [[SD-JWT]] implementers MUST ensure that + When securing [=verifiable presentations=] with [[SD-JWT]] implementers SHOULD ensure that properties necessary for the validation and verification of a credential are NOT selectively - disclosable (i.e., such properties MUST be disclosed). These properties include but are not + disclosable (i.e., such properties SHOULD be disclosed). These properties can include but are not limited to @context, type, - credentialStatus - and credentialSchema, + credentialStatus, + credentialSchema, and relatedResource.