From 206457d2ae9ee60735e47b8281104b45f3882817 Mon Sep 17 00:00:00 2001 From: Emanuele De Cupis Date: Mon, 10 Jul 2023 14:51:08 +0000 Subject: [PATCH] rename field --- docs/en/pid-data-model.rst | 4 ++-- docs/en/pid-issuance.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/pid-data-model.rst b/docs/en/pid-data-model.rst index 2968e9490..cc59a0a78 100644 --- a/docs/en/pid-data-model.rst +++ b/docs/en/pid-data-model.rst @@ -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 `_ - 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-`` - This specification @@ -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" } } } diff --git a/docs/en/pid-issuance.rst b/docs/en/pid-issuance.rst index 25f58de87..3174acc25 100644 --- a/docs/en/pid-issuance.rst +++ b/docs/en/pid-issuance.rst @@ -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",