Skip to content

Commit

Permalink
Improve credentialSubject requirement language.
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Yasskin <[email protected]>
  • Loading branch information
msporny and jyasskin committed Nov 17, 2023
1 parent a9d0fae commit 80f0e1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1661,8 +1661,9 @@ <h3>Credential Subject</h3>
id="defn-credentialSubject">credentialSubject</dfn></dt>
<dd>
The value of the <code>credentialSubject</code> <a>property</a> is defined as a
set of objects where each object MUST contain one or more <a>claims</a>
expressed as property-value pairs of the <a>subject</a>. Each object MAY
set of objects where each object MUST be the <a>subject</a> of one or more <a>claims</a>,
which MUST be serialized inside the <code>credentialSubject</code> <a>claim</a>.
Each object MAY
also contain an <code>id</code> to identify the <a>subject</a>, as
described in Section <a href="#identifiers"></a>.
</dd>
Expand Down

0 comments on commit 80f0e1d

Please sign in to comment.