Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 10, 2023
1 parent e93bda9 commit 6b8711e
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
Binary file modified en/.doctrees/environment.pickle
Binary file not shown.
Binary file modified en/.doctrees/pid-data-model.doctree
Binary file not shown.
Binary file modified en/.doctrees/pid-issuance.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions en/_sources/pid-data-model.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Finally, the ``claims`` parameter contains the following mandatory claims:
* - **unique_id**
- [SD]. Unique citizen identifier (ID ANPR) given by the National Register of the Resident Population (ANPR). It MUST be set according to `ANPR rules <https://www.anagrafenazionale.interno.it/anpr/notizie/identificativo-unico-nazionale-idanpr/>`_
- This specification
* - **tax_id_number**
* - **tax_id_code**
- [SD]. National tax identification code of natural person as a String format. It MUST be set according to ETSI EN 319 412-1. For example ``TINIT-<ItalianTaxIdentificationNumber>``
- This specification

Expand Down Expand Up @@ -231,7 +231,7 @@ In the following, we provide a non-normative example of PID VC in JSON.
"country": "IT",
"locality": "Rome"
},
"tax_id_number": "TINIT-XXXXXXXXXXXXXXXX"
"tax_id_code": "TINIT-XXXXXXXXXXXXXXXX"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion en/_sources/pid-issuance.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ Below a non-normative example of an Entity Configuration containing an `openid_c
}
]
},
"tax_id_number": {
"tax_id_code": {
"mandatory": true,
"display": [{
"name": "Tax Id Number",
Expand Down
4 changes: 2 additions & 2 deletions en/pid-data-model.html
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ <h2>SD-JWT<a class="headerlink" href="#id1" title="Permalink to this heading">¶
<td><p>[SD]. Unique citizen identifier (ID ANPR) given by the National Register of the Resident Population (ANPR). It MUST be set according to <a class="reference external" href="https://www.anagrafenazionale.interno.it/anpr/notizie/identificativo-unico-nazionale-idanpr/">ANPR rules</a></p></td>
<td><p>This specification</p></td>
</tr>
<tr class="row-odd"><td><p><strong>tax_id_number</strong></p></td>
<tr class="row-odd"><td><p><strong>tax_id_code</strong></p></td>
<td><p>[SD]. National tax identification code of natural person as a String format. It MUST be set according to ETSI EN 319 412-1. For example <code class="docutils literal notranslate"><span class="pre">TINIT-&lt;ItalianTaxIdentificationNumber&gt;</span></code></p></td>
<td><p>This specification</p></td>
</tr>
Expand Down Expand Up @@ -1145,7 +1145,7 @@ <h3>Non-normative examples<a class="headerlink" href="#non-normative-examples" t
<span class="w"> </span><span class="nt">&quot;country&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;IT&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;locality&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;Rome&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;tax_id_number&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;TINIT-XXXXXXXXXXXXXXXX&quot;</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;tax_id_code&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;TINIT-XXXXXXXXXXXXXXXX&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="p">}</span><span class="w"></span>
Expand Down
2 changes: 1 addition & 1 deletion en/pid-issuance.html
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,7 @@ <h3>Credential Response<a class="headerlink" href="#credential-response" title="
}
]
},
&quot;tax_id_number&quot;: {
&quot;tax_id_code&quot;: {
&quot;mandatory&quot;: true,
&quot;display&quot;: [{
&quot;name&quot;: &quot;Tax Id Number&quot;,
Expand Down
2 changes: 1 addition & 1 deletion en/searchindex.js

Large diffs are not rendered by default.

Binary file modified it/.doctrees/environment.pickle
Binary file not shown.

0 comments on commit 6b8711e

Please sign in to comment.