Skip to content

Commit 7cc07c3

Browse files
authored
Fix rendering and example VCT value in ARF 1.8 (#448)
1 parent ec4a8c1 commit 7cc07c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/annexes/annex-3/annex-3.01-pid-rulebook.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ notation `parent.child` in the tables below.
321321
The following IANA registered claim names are to be used for PIDs:
322322

323323
| **Data Identifier** | **Attribute identifier** | **Encoding format** | **Reference/Notes** |
324-
|------------------------|--------------|------------------|
324+
|---------------------|--------------------------|---------------------|---------------------|
325325
| family_name | family_name | string | Section 5.1 of [OIDC] |
326326
| given_name | given_name | string | Section 5.1 of [OIDC] |
327327
| birth_date | birthdate | string, ISO 8601-1 [ISO8601‑1] YYYY-MM-DD format | Section 5.1 of [OIDC] |
@@ -347,7 +347,7 @@ Note: The standard JWT claims nbf and exp are used to express the technical vali
347347
The following Private Names specific to the attestation type defined here are to be used for PIDs:
348348

349349
| **Data Identifier** | **Attribute identifier** | **Encoding format** | **Notes** |
350-
|------------------------|--------------|------------------|
350+
|---------------------|--------------------------|---------------------|-----------|
351351
| expiry_date | date_of_expiry | string | ISO 8601-1 [ISO8601‑1] YYYY-MM-DD format, as defined in Section 5.4.4.2 of [EKYC Schema] |
352352
| issuance_date | date_of_issuance | string | ISO 8601-1 [ISO8601‑1] YYYY-MM-DD format, as defined in Section 5.4.4.2 of [EKYC Schema] |
353353
| personal_administrative_number | personal_administrative_number | string | |
@@ -401,7 +401,7 @@ EXAMPLE: The following example shows the payload of a PID in SD-JWT VC format be
401401

402402
```json
403403
{
404-
"vct": "urn:eudi:pid.de.1",
404+
"vct": "urn:eudi:pid:de:1",
405405
406406
"given_name": "Jean",
407407
"family_name": "Dupont",

0 commit comments

Comments
 (0)