Skip to content

Commit

Permalink
Make multiple credential status guidance more precise.
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Longley <[email protected]>
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
3 people committed Mar 9, 2024
1 parent 63e54ae commit 3285c3a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2233,8 +2233,8 @@ <h3>Status</h3>

<p>
If present, the value associated with the `credentialStatus` [=property=] is a
single object or a set of one or more objects. Each object MUST include at
least the following [=properties=]:
single object or a set of one or more objects. The following [=properties=]
are defined for every object:
</p>

<dl>
Expand Down Expand Up @@ -2332,8 +2332,9 @@ <h3>Status</h3>

<p>
Implementers are cautioned that [=credentials=] with multiple status entries
might contain conflicting information and reconciling those conflicts is a
part of the [=validation=] process.
might contain conflicting information. Reconciling such conflicts is a part of
the [=validation=] process, hence part of the verifier's business logic, and
therefore out of scope for this specification.
</p>

<p>
Expand Down

0 comments on commit 3285c3a

Please sign in to comment.