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 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 @@
- 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
.