Skip to content

Commit 7ef3ff9

Browse files
authored
Fixed heading level of ‘4.1.1 Overview’ section PID Rulebook. Renumbered ‘4.2.2 Attribute location_status’ section to 4.1.2 as it is a subsection of ‘4.1 Encoding of PID attributes and metadata’. (#525)
1 parent b0f19c2 commit 7ef3ff9

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
@@ -272,7 +272,7 @@ place_of_birth =
272272

273273
### 4.1 Encoding of PID attributes and metadata
274274

275-
### 4.1.1 Overview
275+
#### 4.1.1 Overview
276276

277277
Following requirement ARB_06b, SD-JWT VC-encoded PIDs use claim names that are either registered in the JSON Web
278278
Token Claims Registry [IANA-JWT-Claims], are Public Names as defined in [RFC 7519], or are Private Names specific
@@ -322,7 +322,7 @@ The following Private Names specific to the attestation type defined in this doc
322322
| issuing_country | issuing_country | string | |
323323
| document_number | document_number | string | |
324324
| issuing_jurisdiction | issuing_jurisdiction | string | |
325-
| location_status | - | See [Section 4.2.2](#422-attribute-location_status) | |
325+
| location_status | - | See [Section 4.1.2](#412-attribute-location_status) | |
326326
| age_over_18 | age_equal_or_over.18 | boolean (see note below) | |
327327
| age_over_NN | age_equal_or_over.NN | boolean (see note below) | |
328328
| age_in_years | age_in_years | number | |
@@ -340,7 +340,7 @@ Note: Instead of separate claims for (for example) age_over_16, age_over_18, age
340340
```
341341

342342

343-
#### 4.2.2 Attribute location_status
343+
#### 4.1.2 Attribute location_status
344344

345345
For SD-JWT VC-compliant PIDs, the PID issuer will add validity status
346346
information, if needed, as specified in [SD-JWT VC]. This PID Rulebook does not

0 commit comments

Comments
 (0)