<div dir="ltr"><div>Hi,</div><div><br></div><div>For the <b>jwt_vc_json</b>, <b>jwt_vc_json-ld</b>, and<b> ldp_vc</b> types, the credential request payload may contain a <b>credentialSubject</b> field.</div><div><br></div><div>Q1: This <b>credentialSubject</b> is in different locations on<b> jwt_vc_json</b> and on <b>jwt_vc_json-ld</b>/<b>ldp_vc</b>, however I presume its meaning/semantics is the same, right?<b><b><b><br></b></b></b></div><div><b><b><b><br></b></b></b></div><div>Q2: How should the credential issuer interpret that request field, if present?</div><div>    - Option A - it restricts the claims that should be in the issued <b>VC.credentialSubject</b>, i.e., the issued VC can only have those claims (and the <b>id</b> claim)?</div><div>    - Option B - it defines the minimum set of claims that should be in the issued <b>VC.credentialSubject</b>, i.e., the issued VC must have at least those claims?</div><div>    - Option C - it is used only to convey additional information about the claims, however it doesn't<b> </b>define a minimum or a maximum set of claims? This option doesn't work well with the spec examples, where<b> </b>no extra information is provided (<b>"given_name": {}</b>)</div><div>In other words, given the example in the spec</div><div>{<br>   "format": "jwt_vc_json",<br>   "types": [<br>      "VerifiableCredential",<br>      "UniversityDegreeCredential"<br>   ],<br>  <b> "credentialSubject": {<br>      "given_name": {},<br>      "last_name": {},<br>      "degree": {}<br>   },</b><br>   "proof": {<br>      "proof_type": "jwt",<br>      "jwt":"e...zM"<br>   }<br>}</div><div>How should the credential issuer interpret the above credentialSubject?</div><div><br></div><div><br></div></div>