Skip to content

Commit d471f93

Browse files
authored
Remove 'credential' and 'presentation' from 'type' table.
1 parent f48e502 commit d471f93

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

index.html

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,8 +1353,7 @@ <h3>Types</h3>
13531353
<tbody>
13541354
<tr>
13551355
<td>
1356-
<a>Verifiable credential</a>&nbsp;object <br />(a subclass of a
1357-
<a href="#credentials">credential</a>&nbsp;object)
1356+
<a>Verifiable credential</a>&nbsp;object
13581357
</td>
13591358
<td>
13601359
<code>VerifiableCredential</code> and, optionally, a more specific
@@ -1365,30 +1364,7 @@ <h3>Types</h3>
13651364

13661365
<tr>
13671366
<td>
1368-
<a href="#credentials">Credential</a>&nbsp;object
1369-
</td>
1370-
<td>
1371-
<code>VerifiableCredential</code> and, optionally, a more specific
1372-
<a>verifiable credential</a> <a>type</a>. For example,<br>
1373-
<code>"type": ["VerifiableCredential", "ExampleDegreeCredential"]</code>
1374-
</td>
1375-
</tr>
1376-
1377-
<tr>
1378-
<td>
1379-
<a>Verifiable presentation</a>&nbsp;object <br />(a subclass of a
1380-
<a href="#presentations">presentation</a>&nbsp;object)
1381-
</td>
1382-
<td>
1383-
<code>VerifiablePresentation</code> and, optionally, a more specific
1384-
<a>verifiable presentation</a> <a>type</a>. For example,<br>
1385-
<code>"type": ["VerifiablePresentation", "ExamplePresentation"]</code>
1386-
</td>
1387-
</tr>
1388-
1389-
<tr>
1390-
<td>
1391-
<a href="#presentations">Presentation</a>&nbsp;object
1367+
<a>Verifiable presentation</a>&nbsp;object
13921368
</td>
13931369
<td>
13941370
<code>VerifiablePresentation</code> and, optionally, a more specific

0 commit comments

Comments
 (0)