From 26c31db942450519ba0ea5eac0c301a88841965c Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 7 Jun 2023 09:45:37 +0200 Subject: fix(ernp): change JSON API because it has some bugs Reason: some elements are 'date' now, but was defined as 'date-time' --- .../src/main/resources/wsdl/ernp_client/openapi.json | 12 ++++++------ .../src/test/resources/data/ernp/1_add_resp.json | 12 ++++++------ .../resources/data/ernp/1_kitt_search_latest_resp.json | 12 ++++++------ .../src/test/resources/data/ernp/1_kitt_update_resp.json | 12 ++++++------ ..._search_with_personalId_closed_and_zmr_kitt_resp.json | 8 ++++---- .../ernp/1_search_with_personalId_closed_entry_resp.json | 4 ++-- ...search_with_personalId_not_yet_closed_entry_resp.json | 4 ++-- .../data/ernp/1_search_with_personalId_resp.json | 12 ++++++------ ..._search_with_personalId_zmr_kitt_and_closed_resp.json | 8 ++++---- .../ernp/1_search_with_personalId_zmr_kitt_resp.json | 4 ++-- .../src/test/resources/data/ernp/2_add_resp.json | 12 ++++++------ .../resources/data/ernp/2_kitt_search_latest_resp.json | 12 ++++++------ .../src/test/resources/data/ernp/2_kitt_update_resp.json | 16 ++++++++-------- .../data/ernp/2_search_with_cc_specific_resp.json | 12 ++++++------ .../test/resources/data/ernp/3_search_with_mds_resp.json | 4 ++-- .../data/ernp/4_search_with_mds_multi_resp.json | 8 ++++---- .../ernp/5_search_with_mds_multi_with_closed_resp.json | 12 ++++++------ .../resources/data/ernp/6_kitt_search_latest_resp.json | 12 ++++++------ .../src/test/resources/data/ernp/6_kitt_update_resp.json | 12 ++++++------ .../test/resources/data/ernp/ernp_handbook_example.json | 2 +- 20 files changed, 95 insertions(+), 95 deletions(-) (limited to 'modules') diff --git a/modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json b/modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json index 3a4ed480..d9d68bb9 100644 --- a/modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json +++ b/modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json @@ -1010,7 +1010,7 @@ "properties" : { "datum" : { "type" : "string", - "format" : "date-time", + "format" : "date", "xml" : { "name" : "Datum" } @@ -1082,14 +1082,14 @@ }, "ausstellDatum" : { "type" : "string", - "format" : "date-time", + "format" : "date", "xml" : { "name" : "AusstellDatum" } }, "ablaufDatum" : { "type" : "string", - "format" : "date-time", + "format" : "date", "xml" : { "name" : "AblaufDatum" } @@ -2182,7 +2182,7 @@ "properties" : { "datum" : { "type" : "string", - "format" : "date-time", + "format" : "date", "xml" : { "name" : "Datum" } @@ -2215,14 +2215,14 @@ }, "ausstellDatum" : { "type" : "string", - "format" : "date-time", + "format" : "date", "xml" : { "name" : "AusstellDatum" } }, "ablaufDatum" : { "type" : "string", - "format" : "date-time", + "format" : "date", "xml" : { "name" : "AblaufDatum" } diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_add_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_add_resp.json index 139483cf..feb7501b 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_add_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_add_resp.json @@ -3,27 +3,27 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000486", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", "wert": "Y8ADWaeh0h" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PlaceOfBirth", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000488", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", "wert": "hrFevCfP" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/BirthName", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000490", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_kitt_search_latest_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_kitt_search_latest_resp.json index 588153cd..cd2c34cc 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_kitt_search_latest_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_kitt_search_latest_resp.json @@ -4,27 +4,27 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000486", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", "wert": "Y8ADWaeh0h" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PlaceOfBirth", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000488", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", "wert": "hrFevCfP" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/BirthName", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000490", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_kitt_update_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_kitt_update_resp.json index 7fe9210a..d9d7e9ca 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_kitt_update_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_kitt_update_resp.json @@ -3,27 +3,27 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000486", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", "wert": "Y8ADWaeh0h" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PlaceOfBirth", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000488", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", "wert": "hrFevCfP" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/BirthName", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000490", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_closed_and_zmr_kitt_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_closed_and_zmr_kitt_resp.json index be90e2c6..d1d4f79f 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_closed_and_zmr_kitt_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_closed_and_zmr_kitt_resp.json @@ -4,9 +4,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "47769100000077607", "gueltigAb": "2022-10-06T08:01:18.117+02:00", "gueltigBis": "2022-10-06T08:01:18.117+02:00", @@ -44,9 +44,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "47769100000077607", "gueltigAb": "2022-10-06T08:01:18.117+02:00", "gueltigBis": "2022-10-06T08:01:18.117+02:00", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_closed_entry_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_closed_entry_resp.json index c2f2d612..2b4650fd 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_closed_entry_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_closed_entry_resp.json @@ -4,9 +4,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "47769100000077607", "gueltigAb": "2022-10-06T08:01:18.117+02:00", "gueltigBis": "2022-10-06T08:01:18.117+02:00", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_not_yet_closed_entry_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_not_yet_closed_entry_resp.json index fa58d048..505420be 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_not_yet_closed_entry_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_not_yet_closed_entry_resp.json @@ -4,9 +4,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "47769100000077607", "gueltigAb": "2022-10-06T08:01:18.117+02:00", "gueltigBis": "2022-10-06T08:01:18.117+02:00", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_resp.json index 588153cd..cd2c34cc 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_resp.json @@ -4,27 +4,27 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000486", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", "wert": "Y8ADWaeh0h" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PlaceOfBirth", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000488", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", "wert": "hrFevCfP" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/BirthName", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000490", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_zmr_kitt_and_closed_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_zmr_kitt_and_closed_resp.json index aa8da848..c569c7ae 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_zmr_kitt_and_closed_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_zmr_kitt_and_closed_resp.json @@ -4,9 +4,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "47769100000077607", "gueltigAb": "2022-10-06T08:01:18.117+02:00", "gueltigBis": "2022-10-06T08:01:18.117+02:00", @@ -44,9 +44,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "47769100000077607", "gueltigAb": "2022-10-06T08:01:18.117+02:00", "gueltigBis": "2022-10-06T08:01:18.117+02:00", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_zmr_kitt_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_zmr_kitt_resp.json index 5612e3d0..77bfbaa6 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_zmr_kitt_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_zmr_kitt_resp.json @@ -4,9 +4,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "47769100000077607", "gueltigAb": "2022-10-06T08:01:18.117+02:00", "gueltigBis": "2022-10-06T08:01:18.117+02:00", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_add_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_add_resp.json index 7f85a143..969634b3 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_add_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_add_resp.json @@ -3,27 +3,27 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000509", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", "wert": "88hvWzUaIX" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PlaceOfBirth", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000511", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", "wert": "VRNCAylF" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/BirthName", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000513", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_kitt_search_latest_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_kitt_search_latest_resp.json index 24009e64..575bfabf 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_kitt_search_latest_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_kitt_search_latest_resp.json @@ -4,27 +4,27 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000509", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", "wert": "88hvWzUaIX" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PlaceOfBirth", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000511", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", "wert": "VRNCAylF" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/BirthName", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000513", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_kitt_update_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_kitt_update_resp.json index 23dc74f3..97855d4d 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_kitt_update_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_kitt_update_resp.json @@ -3,36 +3,36 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000509", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", "wert": "88hvWzUaIX" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PlaceOfBirth", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000511", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", "wert": "VRNCAylF" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/BirthName", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000513", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", "wert": "miEklFHC" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933100000000607", "gueltigAb": "2022-03-03T11:15:00.762+01:00", "staatscode2": "DE", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_search_with_cc_specific_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_search_with_cc_specific_resp.json index 24009e64..575bfabf 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_search_with_cc_specific_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_search_with_cc_specific_resp.json @@ -4,27 +4,27 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000509", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", "wert": "88hvWzUaIX" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PlaceOfBirth", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000511", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", "wert": "VRNCAylF" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/BirthName", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000513", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/3_search_with_mds_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/3_search_with_mds_resp.json index 87be362d..dfff3b37 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/3_search_with_mds_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/3_search_with_mds_resp.json @@ -4,9 +4,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000058", "gueltigAb": "2022-03-02T16:23:32.743+01:00", "staatscode2": "CZ", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/4_search_with_mds_multi_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/4_search_with_mds_multi_resp.json index 87a23647..f65d7704 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/4_search_with_mds_multi_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/4_search_with_mds_multi_resp.json @@ -4,9 +4,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000653", "gueltigAb": "2022-03-03T11:27:57.651+01:00", "staatscode2": "XZ", @@ -44,9 +44,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933100000000762", "gueltigAb": "2022-03-03T11:27:57.885+01:00", "staatscode2": "XZ", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/5_search_with_mds_multi_with_closed_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/5_search_with_mds_multi_with_closed_resp.json index 7bf58798..917c2313 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/5_search_with_mds_multi_with_closed_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/5_search_with_mds_multi_with_closed_resp.json @@ -4,9 +4,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000653", "gueltigAb": "2022-03-03T11:27:57.651+01:00", "staatscode2": "XZ", @@ -44,9 +44,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "47769100000077607", "gueltigAb": "2022-10-06T08:01:18.117+02:00", "gueltigBis": "2022-10-06T08:01:18.117+02:00", @@ -84,9 +84,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933100000000762", "gueltigAb": "2022-03-03T11:27:57.885+01:00", "staatscode2": "XZ", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/6_kitt_search_latest_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/6_kitt_search_latest_resp.json index 6096fafd..ac2894df 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/6_kitt_search_latest_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/6_kitt_search_latest_resp.json @@ -4,27 +4,27 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000486", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", "wert": "Y8ADWaeh0h" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PlaceOfBirth", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000488", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", "wert": "hrFevCfP" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/BirthName", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000490", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/6_kitt_update_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/6_kitt_update_resp.json index 8ef1b59d..a6130d3a 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/6_kitt_update_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/6_kitt_update_resp.json @@ -3,27 +3,27 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000486", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", "wert": "Y8ADWaeh0h" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PlaceOfBirth", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000488", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", "wert": "hrFevCfP" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/BirthName", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000490", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/ernp_handbook_example.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/ernp_handbook_example.json index 05cd8afe..2f936afa 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/ernp_handbook_example.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/ernp_handbook_example.json @@ -60,7 +60,7 @@ "art": "Personalausweis", "ausgestelltVon": { "behoerde": "Wien", - "datum": "1985-01-01T00:00:00.000+01:00", + "datum": "1985-01-01", "staat": { "isoCode3": "AUT", "name": "Österreich" -- cgit v1.2.3