From 03742bc628de592969e5de929f77be1902457df8 Mon Sep 17 00:00:00 2001 From: Marco Holz <marco.holz@fitko.de> Date: Thu, 11 Mar 2021 15:39:29 +0000 Subject: [PATCH] =?UTF-8?q?Hinweis=20auf=20Erforderlichkeit=20der=20Pr?= =?UTF-8?q?=C3=BCfung=20des=20Authentifizierungslevels=20und=20der=20authe?= =?UTF-8?q?ntifizierten=20Felder=20erg=C3=A4nzt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/application/applicant-organization.json | 4 ++-- models/application/applicant-person.json | 4 ++-- .../common/{eID-natural-person.json => natural-person.json} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename models/common/{eID-natural-person.json => natural-person.json} (100%) diff --git a/models/application/applicant-organization.json b/models/application/applicant-organization.json index 41a56c6b..9f2e7b2d 100644 --- a/models/application/applicant-organization.json +++ b/models/application/applicant-organization.json @@ -22,7 +22,7 @@ "additionalProperties": false, "properties": { "identityInfo": { - "$ref": "../common/eID-natural-person.json" + "$ref": "../common/natural-person.json" }, "authentificationInfo": { "$ref": "../common/authentification-info.json" @@ -110,4 +110,4 @@ "required": [ "type" ] -} \ No newline at end of file +} diff --git a/models/application/applicant-person.json b/models/application/applicant-person.json index 9cc836a7..661678c2 100644 --- a/models/application/applicant-person.json +++ b/models/application/applicant-person.json @@ -15,7 +15,7 @@ "$ref": "../common/authentification-info.json" }, "identityInfo": { - "$ref": "../common/eID-natural-person.json" + "$ref": "../common/natural-person.json" }, "contactInfo": { "$ref": "./applicant-contact-info.json" @@ -74,4 +74,4 @@ } } } -} \ No newline at end of file +} diff --git a/models/common/eID-natural-person.json b/models/common/natural-person.json similarity index 100% rename from models/common/eID-natural-person.json rename to models/common/natural-person.json -- GitLab