Skip to content

Commit a758999

Browse files
Improve html markup
1 parent 0abd884 commit a758999

1 file changed

Lines changed: 34 additions & 5 deletions

File tree

world-id/credentials/9303.mdx

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,40 @@ Use the NFC Credential when you need proof of a unique government document. This
3939

4040
This credential implements the following attributes beyond the defaults in the [Credential](https://docs.rs/world-id-primitives/latest/world_id_primitives/credential/struct.Credential.html).
4141

42-
| Attribute | Description |
43-
| ---------------------------- | ------------------------------------------------------------------------------------- |
44-
| `genesis_issued_at` | The timestamp of when the unique document was first verified. |
45-
| `expires_at` | The expiration of the document with a maximum of 10 years. |
46-
| `associated_data_commitment` | A commitment to the user's Associated Data (see [NFC Issuer implementation notes](/world-id/reference/nfc-issuer#associated-data)). |
42+
<table>
43+
<thead>
44+
<tr>
45+
<th className="whitespace-nowrap">Attribute</th>
46+
<th>Description</th>
47+
</tr>
48+
</thead>
49+
<tbody>
50+
<tr>
51+
<td className="whitespace-nowrap">
52+
<code>genesis_issued_at</code>
53+
</td>
54+
<td>The timestamp of when the unique document was first verified.</td>
55+
</tr>
56+
<tr>
57+
<td className="whitespace-nowrap">
58+
<code>expires_at</code>
59+
</td>
60+
<td>The expiration of the document with a maximum of 10 years.</td>
61+
</tr>
62+
<tr>
63+
<td className="whitespace-nowrap">
64+
<code>associated_data_commitment</code>
65+
</td>
66+
<td>
67+
A commitment to the user's Associated Data (see{" "}
68+
<a href="/world-id/reference/nfc-issuer#associated-data">
69+
NFC Issuer implementation notes
70+
</a>
71+
).
72+
</td>
73+
</tr>
74+
</tbody>
75+
</table>
4776

4877
In addition, the credential implements the following claims:
4978

0 commit comments

Comments
 (0)