From 9fd76d96af43b9b309c44f3297d5c03bf9121855 Mon Sep 17 00:00:00 2001 From: wes-smith Date: Mon, 12 Feb 2024 12:56:34 -0500 Subject: [PATCH] Add discussion for why id should not be auto-generated --- components/Credential.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Credential.yml b/components/Credential.yml index 88e51cb..a5b3c37 100644 --- a/components/Credential.yml +++ b/components/Credential.yml @@ -23,7 +23,7 @@ components: type: string "id": type: string - description: The ID of the credential. This property MAY be empty. The issuer SHOULD NOT auto-generate the id property since the client wanted to issue a VC without the id. + description: The ID of the credential. This property MAY be empty. The issuer SHOULD NOT auto-generate the id property if not provided, as a Verifiable Credential does not require the id property to be valid, and there are use cases for which no id property is required. "type": type: array description: The JSON-LD type of the credential.