Skip to content

Commit

Permalink
Update example types
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Zundel <[email protected]>
  • Loading branch information
brentzundel authored and msporny committed Jul 2, 2023
1 parent 562b9f3 commit 118ff32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ <h3>Types</h3>
<td>
<code>VerifiablePresentation</code> and, optionally, a more specific
<a>verifiable presentation</a> <a>type</a>. For example,<br>
<code>"type": ["VerifiablePresentation", "CredentialManagerPresentation"]</code>
<code>"type": ["VerifiablePresentation", "ExamplePresentation"]</code>
</td>
</tr>

Expand All @@ -1393,7 +1393,7 @@ <h3>Types</h3>
<td>
<code>VerifiablePresentation</code> and, optionally, a more specific
<a>verifiable presentation</a> <a>type</a>. For example,<br>
<code>"type": ["VerifiablePresentation", "CredentialManagerPresentation"]</code>
<code>"type": ["VerifiablePresentation", "ExamplePresentation"]</code>
</td>
</tr>

Expand Down Expand Up @@ -1423,7 +1423,7 @@ <h3>Types</h3>
</td>
<td>
A valid terms of use <a>type</a>. For example,<br>
<code>"type": "OdrlPolicy2017"</code>)
<code>"type": "ExampleTermsPolicy"</code>)
</td>
</tr>

Expand All @@ -1433,7 +1433,7 @@ <h3>Types</h3>
</td>
<td>
A valid evidence <a>type</a>. For example,<br>
<code>"type": "DocumentVerification2018"</code>
<code>"type": "ExampleEvidence"</code>
</td>
</tr>

Expand Down Expand Up @@ -1967,7 +1967,7 @@ <h3>Presentations</h3>
"https://www.w3.org/ns/credentials/examples/v2"
],
"id": "urn:uuid:3978344f-8596-4c3a-a978-8fcaba3903c5",
"type": ["VerifiablePresentation", "CredentialManagerPresentation"],
"type": ["VerifiablePresentation", "ExamplePresentation"],
<span class="highlight">"verifiableCredential": [{ <span class="comment">...</span> }],
"proof": [{ <span class="comment">...</span> }]</span>
}
Expand Down

0 comments on commit 118ff32

Please sign in to comment.