From 0c4e8a020b34ef3e17f20b2ac8e446e9c3247d09 Mon Sep 17 00:00:00 2001 From: Andreas Huber <andreas.huber@fjd.de> Date: Fri, 24 Jul 2020 11:29:07 +0200 Subject: [PATCH] #4 Einheitlich: academicTitle -> doctoralDegrees --- .../FIT-Connect.postman_collection.json | 35 +++++++------- models/common/individual.json | 48 +++++++++---------- models/destination-no-id.json | 2 +- models/destination.json | 2 +- reference/sender.json | 2 +- reference/subscriber.json | 10 ++-- 6 files changed, 48 insertions(+), 51 deletions(-) diff --git a/assets/postman/FIT-Connect.postman_collection.json b/assets/postman/FIT-Connect.postman_collection.json index 64fa7f76..b16ca6ad 100644 --- a/assets/postman/FIT-Connect.postman_collection.json +++ b/assets/postman/FIT-Connect.postman_collection.json @@ -188,9 +188,9 @@ } }, "url": { - "raw": "{{sender_url}}{{sender_id}}/{{destination_id}}/{{application_id}}/data", + "raw": "{{sender_url2}}{{sender_id}}/{{destination_id}}/{{application_id}}/data", "host": [ - "{{sender_url}}{{sender_id}}" + "{{sender_url2}}{{sender_id}}" ], "path": [ "{{destination_id}}", @@ -673,7 +673,7 @@ } ], "cookie": [], - "body": "{\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Musterstadt\",\n \"address\": {\n \"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-0\",\n \"mobile\": false,\n \"description\": \"work\"\n }\n ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n {\n \"formOfAddress\": \"Herr\",\n \"academicTitle\": \"Dr.\",\n \"firstName\": \"Kunibert\",\n \"lastName\": \"Vonundzu\",\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-42\",\n \"mobile\": false,\n \"description\": \"work\"\n },\n {\n \"number\": \"+49 123 456789\",\n \"mobile\": true,\n \"description\": \"work\"\n }\n ],\n \"email\": \"kunibert.vonundzu@example.com\"\n }\n }\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n },\n \"destinationId\": \"7881dba9-4055-4854-8b6d-11ea5b7f3047\"\n}" + "body": "{\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Musterstadt\",\n \"address\": {\n \"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-0\",\n \"mobile\": false,\n \"description\": \"work\"\n }\n ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n {\n \"formOfAddress\": \"Herr\",\n \"doctoralDegrees\": \"Dr.\",\n \"firstName\": \"Kunibert\",\n \"lastName\": \"Vonundzu\",\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-42\",\n \"mobile\": false,\n \"description\": \"work\"\n },\n {\n \"number\": \"+49 123 456789\",\n \"mobile\": true,\n \"description\": \"work\"\n }\n ],\n \"email\": \"kunibert.vonundzu@example.com\"\n }\n }\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n },\n \"destinationId\": \"7881dba9-4055-4854-8b6d-11ea5b7f3047\"\n}" } ] } @@ -831,7 +831,7 @@ "header": [], "body": { "mode": "raw", - "raw": "{\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Musterstadt\",\n \"address\": {\n \t\"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n \t{\n \t\"number\": \"+49 89 32168-0\",\n \t\"mobile\": false,\n \t\"description\": \"work\"\n \t}\n ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n \t{\n\t \"formOfAddress\": \"Herr\",\n\t \"academicTitle\": \"Dr.\",\n\t \"firstName\": \"Kunibert\",\n\t \"lastName\": \"Vonundzu\",\n\t \"contact\": {\n\t \"telephone\": [\n\t {\n\t \"number\": \"+49 89 32168-42\",\n\t \"mobile\": false,\n\t \"description\": \"work\"\n\t },\n\t {\n\t \"number\": \"+49 123 456789\",\n\t \"mobile\": true,\n\t \"description\": \"work\"\n\t }\n\t ],\n\t \"email\": \"kunibert.vonundzu@example.com\"\n\t }\n \t}\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n }\n}", + "raw": "{\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Musterstadt\",\n \"address\": {\n \t\"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n \t{\n \t\"number\": \"+49 89 32168-0\",\n \t\"mobile\": false,\n \t\"description\": \"work\"\n \t}\n ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n \t{\n\t \"formOfAddress\": \"Herr\",\n\t \"doctoralDegrees\": \"Dr.\",\n\t \"firstName\": \"Kunibert\",\n\t \"lastName\": \"Vonundzu\",\n\t \"contact\": {\n\t \"telephone\": [\n\t {\n\t \"number\": \"+49 89 32168-42\",\n\t \"mobile\": false,\n\t \"description\": \"work\"\n\t },\n\t {\n\t \"number\": \"+49 123 456789\",\n\t \"mobile\": true,\n\t \"description\": \"work\"\n\t }\n\t ],\n\t \"email\": \"kunibert.vonundzu@example.com\"\n\t }\n \t}\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n }\n}", "options": { "raw": { "language": "json" @@ -856,7 +856,7 @@ "header": [], "body": { "mode": "raw", - "raw": "{\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Musterstadt\",\n \"address\": {\n \t\"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n \t{\n \t\"number\": \"+49 89 32168-0\",\n \t\"mobile\": false,\n \t\"description\": \"work\"\n \t}\n ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n \t{\n\t \"formOfAddress\": \"Herr\",\n\t \"academicTitle\": \"Dr.\",\n\t \"firstName\": \"Kunibert\",\n\t \"lastName\": \"Vonundzu\",\n\t \"contact\": {\n\t \"telephone\": [\n\t {\n\t \"number\": \"+49 89 32168-42\",\n\t \"mobile\": false,\n\t \"description\": \"work\"\n\t },\n\t {\n\t \"number\": \"+49 123 456789\",\n\t \"mobile\": true,\n\t \"description\": \"work\"\n\t }\n\t ],\n\t \"email\": \"kunibert.vonundzu@example.com\"\n\t }\n \t}\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n }\n}", + "raw": "{\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Musterstadt\",\n \"address\": {\n \t\"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n \t{\n \t\"number\": \"+49 89 32168-0\",\n \t\"mobile\": false,\n \t\"description\": \"work\"\n \t}\n ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n \t{\n\t \"formOfAddress\": \"Herr\",\n\t \"doctoralDegrees\": \"Dr.\",\n\t \"firstName\": \"Kunibert\",\n\t \"lastName\": \"Vonundzu\",\n\t \"contact\": {\n\t \"telephone\": [\n\t {\n\t \"number\": \"+49 89 32168-42\",\n\t \"mobile\": false,\n\t \"description\": \"work\"\n\t },\n\t {\n\t \"number\": \"+49 123 456789\",\n\t \"mobile\": true,\n\t \"description\": \"work\"\n\t }\n\t ],\n\t \"email\": \"kunibert.vonundzu@example.com\"\n\t }\n \t}\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n }\n}", "options": { "raw": { "language": "json" @@ -986,7 +986,7 @@ } ], "cookie": [], - "body": "{\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Musterstadt\",\n \"address\": {\n \"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-0\",\n \"mobile\": false,\n \"description\": \"work\"\n }\n ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n {\n \"formOfAddress\": \"Herr\",\n \"academicTitle\": \"Dr.\",\n \"firstName\": \"Kunibert\",\n \"lastName\": \"Vonundzu\",\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-42\",\n \"mobile\": false,\n \"description\": \"work\"\n },\n {\n \"number\": \"+49 123 456789\",\n \"mobile\": true,\n \"description\": \"work\"\n }\n ],\n \"email\": \"kunibert.vonundzu@example.com\"\n }\n }\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n },\n \"destinationId\": \"7881dba9-4055-4854-8b6d-11ea5b7f3047\"\n}" + "body": "{\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Musterstadt\",\n \"address\": {\n \"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-0\",\n \"mobile\": false,\n \"description\": \"work\"\n }\n ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n {\n \"formOfAddress\": \"Herr\",\n \"doctoralDegrees\": \"Dr.\",\n \"firstName\": \"Kunibert\",\n \"lastName\": \"Vonundzu\",\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-42\",\n \"mobile\": false,\n \"description\": \"work\"\n },\n {\n \"number\": \"+49 123 456789\",\n \"mobile\": true,\n \"description\": \"work\"\n }\n ],\n \"email\": \"kunibert.vonundzu@example.com\"\n }\n }\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n },\n \"destinationId\": \"7881dba9-4055-4854-8b6d-11ea5b7f3047\"\n}" } ] }, @@ -1013,7 +1013,7 @@ "header": [], "body": { "mode": "raw", - "raw": "{\n \"destinationId\": \"{{destination_id}}\",\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Ankh-Morpork\",\n \"address\": {\n \t\"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n \t{\n\t \"number\": \"+49 89 32168-0\",\n\t \"mobile\": false,\n\t \"description\": \"work\"\n\t }\n\t ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n \t{\n\t \"formOfAddress\": \"Herr\",\n\t \"academicTitle\": \"Dr.\",\n\t \"firstName\": \"Kunibert\",\n\t \"lastName\": \"Vonundzu\",\n\t \"contact\": {\n\t \"telephone\": [\n\t {\n\t \"number\": \"+49 89 32168-42\",\n\t \"mobile\": false,\n\t \"description\": \"work\"\n\t },\n\t {\n\t \"number\": \"+49 123 456789\",\n\t \"mobile\": true,\n\t \"description\": \"work\"\n\t }\n\t ],\n\t \"email\": \"kunibert.vonundzu@example.com\"\n\t }\n \t}\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n }\n}", + "raw": "{\n \"destinationId\": \"{{destination_id}}\",\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Ankh-Morpork\",\n \"address\": {\n \t\"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n \t{\n\t \"number\": \"+49 89 32168-0\",\n\t \"mobile\": false,\n\t \"description\": \"work\"\n\t }\n\t ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n \t{\n\t \"formOfAddress\": \"Herr\",\n\t \"doctoralDegrees\": \"Dr.\",\n\t \"firstName\": \"Kunibert\",\n\t \"lastName\": \"Vonundzu\",\n\t \"contact\": {\n\t \"telephone\": [\n\t {\n\t \"number\": \"+49 89 32168-42\",\n\t \"mobile\": false,\n\t \"description\": \"work\"\n\t },\n\t {\n\t \"number\": \"+49 123 456789\",\n\t \"mobile\": true,\n\t \"description\": \"work\"\n\t }\n\t ],\n\t \"email\": \"kunibert.vonundzu@example.com\"\n\t }\n \t}\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n }\n}", "options": { "raw": { "language": "json" @@ -1039,7 +1039,7 @@ "header": [], "body": { "mode": "raw", - "raw": "{\n \"destinationId\": \"{{destination_id}}\",\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Ankh-Morpork\",\n \"address\": {\n \t\"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n \t{\n\t \"number\": \"+49 89 32168-0\",\n\t \"mobile\": false,\n\t \"description\": \"work\"\n\t }\n\t ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n \t{\n\t \"formOfAddress\": \"Herr\",\n\t \"academicTitle\": \"Dr.\",\n\t \"firstName\": \"Kunibert\",\n\t \"lastName\": \"Vonundzu\",\n\t \"contact\": {\n\t \"telephone\": [\n\t {\n\t \"number\": \"+49 89 32168-42\",\n\t \"mobile\": false,\n\t \"description\": \"work\"\n\t },\n\t {\n\t \"number\": \"+49 123 456789\",\n\t \"mobile\": true,\n\t \"description\": \"work\"\n\t }\n\t ],\n\t \"email\": \"kunibert.vonundzu@example.com\"\n\t }\n \t}\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n }\n}", + "raw": "{\n \"destinationId\": \"{{destination_id}}\",\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Ankh-Morpork\",\n \"address\": {\n \t\"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n \t{\n\t \"number\": \"+49 89 32168-0\",\n\t \"mobile\": false,\n\t \"description\": \"work\"\n\t }\n\t ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n \t{\n\t \"formOfAddress\": \"Herr\",\n\t \"doctoralDegrees\": \"Dr.\",\n\t \"firstName\": \"Kunibert\",\n\t \"lastName\": \"Vonundzu\",\n\t \"contact\": {\n\t \"telephone\": [\n\t {\n\t \"number\": \"+49 89 32168-42\",\n\t \"mobile\": false,\n\t \"description\": \"work\"\n\t },\n\t {\n\t \"number\": \"+49 123 456789\",\n\t \"mobile\": true,\n\t \"description\": \"work\"\n\t }\n\t ],\n\t \"email\": \"kunibert.vonundzu@example.com\"\n\t }\n \t}\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n }\n}", "options": { "raw": { "language": "json" @@ -1235,7 +1235,7 @@ } ], "cookie": [], - "body": "[\n {\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Musterstadt\",\n \"address\": {\n \"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-0\",\n \"mobile\": false,\n \"description\": \"work\"\n }\n ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n {\n \"formOfAddress\": \"Herr\",\n \"academicTitle\": \"Dr.\",\n \"firstName\": \"Kunibert\",\n \"lastName\": \"Vonundzu\",\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-42\",\n \"mobile\": false,\n \"description\": \"work\"\n },\n {\n \"number\": \"+49 123 456789\",\n \"mobile\": true,\n \"description\": \"work\"\n }\n ],\n \"email\": \"kunibert.vonundzu@example.com\"\n }\n }\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n },\n \"destinationId\": \"0ddf3ab5-dd89-4e04-9ecd-b2c50b0b4efd\"\n },\n {\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Musterstadt\",\n \"address\": {\n \"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-0\",\n \"mobile\": false,\n \"description\": \"work\"\n }\n ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n {\n \"formOfAddress\": \"Herr\",\n \"academicTitle\": \"Dr.\",\n \"firstName\": \"Kunibert\",\n \"lastName\": \"Vonundzu\",\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-42\",\n \"mobile\": false,\n \"description\": \"work\"\n },\n {\n \"number\": \"+49 123 456789\",\n \"mobile\": true,\n \"description\": \"work\"\n }\n ],\n \"email\": \"kunibert.vonundzu@example.com\"\n }\n }\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n },\n \"destinationId\": \"7881dba9-4055-4854-8b6d-11ea5b7f3047\"\n }\n]" + "body": "[\n {\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Musterstadt\",\n \"address\": {\n \"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-0\",\n \"mobile\": false,\n \"description\": \"work\"\n }\n ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n {\n \"formOfAddress\": \"Herr\",\n \"doctoralDegrees\": \"Dr.\",\n \"firstName\": \"Kunibert\",\n \"lastName\": \"Vonundzu\",\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-42\",\n \"mobile\": false,\n \"description\": \"work\"\n },\n {\n \"number\": \"+49 123 456789\",\n \"mobile\": true,\n \"description\": \"work\"\n }\n ],\n \"email\": \"kunibert.vonundzu@example.com\"\n }\n }\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n },\n \"destinationId\": \"0ddf3ab5-dd89-4e04-9ecd-b2c50b0b4efd\"\n },\n {\n \"publicOrganization\": {\n \"organizationName\": \"Gewerbeamt Musterstadt\",\n \"address\": {\n \"type\": \"national\",\n \"street\": \"Kurzer Weg\",\n \"houseNumber\": \"7\",\n \"postalCode\": \"12345\",\n \"city\": \"Ankh-Morpork\"\n },\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-0\",\n \"mobile\": false,\n \"description\": \"work\"\n }\n ],\n \"email\": \"behoerde@example.com\"\n }\n },\n \"technicalContact\": [\n {\n \"formOfAddress\": \"Herr\",\n \"doctoralDegrees\": \"Dr.\",\n \"firstName\": \"Kunibert\",\n \"lastName\": \"Vonundzu\",\n \"contact\": {\n \"telephone\": [\n {\n \"number\": \"+49 89 32168-42\",\n \"mobile\": false,\n \"description\": \"work\"\n },\n {\n \"number\": \"+49 123 456789\",\n \"mobile\": true,\n \"description\": \"work\"\n }\n ],\n \"email\": \"kunibert.vonundzu@example.com\"\n }\n }\n ],\n \"schemas\": [\n {\n \"mimeType\": \"json\",\n \"schemaSource\": \"none\"\n }\n ],\n \"callback\": {\n \"callbackURI\": \"http://127.0.0.1:4010/voluptas\"\n },\n \"destinationId\": \"7881dba9-4055-4854-8b6d-11ea5b7f3047\"\n }\n]" } ] } @@ -1734,7 +1734,7 @@ "oauth2": [ { "key": "accessToken", - "value": "710a318d7c924956bc8c6b9cb8383c4f", + "value": "fd37414298594d29a564497a0ee3b11c", "type": "string" }, { @@ -1773,22 +1773,19 @@ ], "variable": [ { - "id": "60480d32-ccd5-46f1-8c6f-d4dfc20cf0c4", + "id": "930020c3-e365-469c-aeb4-014770204863", "key": "doc_id", - "value": "1", - "type": "string" + "value": "1" }, { - "id": "720753c3-65d9-4c05-8250-1ef8588a805b", + "id": "8adddc2c-4090-45b9-bf2d-ada56ca37018", "key": "destination_id", - "value": "", - "type": "string" + "value": "" }, { - "id": "32a06035-f6f4-4ab1-b1f5-bc661fbba111", + "id": "19ce44d4-125e-41e1-be35-b42768dec3c1", "key": "application_id", - "value": "", - "type": "string" + "value": "" } ], "protocolProfileBehavior": {} diff --git a/models/common/individual.json b/models/common/individual.json index cc3cba82..138daf22 100644 --- a/models/common/individual.json +++ b/models/common/individual.json @@ -3,12 +3,35 @@ "title": "Individual", "description": "Natürliche Person", "additionalProperties": false, + "x-examples": { + "example-1": { + "formOfAddress": "Herr", + "doctoralDegrees": "Dr.", + "firstName": "Kunibert", + "lastName": "Vonundzu", + "contact": { + "telephone": [ + { + "number": "+49 89 32168-42", + "mobile": false, + "description": "work" + }, + { + "number": "+49 123 456789", + "mobile": true, + "description": "work" + } + ], + "email": "kunibert.vonundzu@example.com" + } + } + }, "properties": { "formOfAddress": { "type": "string", "description": "Anrede der Person wie \"Herr\" oder \"Frau\"" }, - "academicTitle": { + "doctoralDegrees": { "type": "string", "description": "Titel der Person wie \"Dr.\" oder \"Prof.\"" }, @@ -76,28 +99,5 @@ } } } - }, - "x-examples": { - "example-1": { - "formOfAddress": "Herr", - "academicTitle": "Dr.", - "firstName": "Kunibert", - "lastName": "Vonundzu", - "contact": { - "telephone": [ - { - "number": "+49 89 32168-42", - "mobile": false, - "description": "work" - }, - { - "number": "+49 123 456789", - "mobile": true, - "description": "work" - } - ], - "email": "kunibert.vonundzu@example.com" - } - } } } \ No newline at end of file diff --git a/models/destination-no-id.json b/models/destination-no-id.json index e26702b1..71c520d2 100644 --- a/models/destination-no-id.json +++ b/models/destination-no-id.json @@ -120,7 +120,7 @@ "technicalContact": [ { "formOfAddress": "Herr", - "academicTitle": "Dr.", + "doctoralDegrees": "Dr.", "firstName": "Kunibert", "lastName": "Vonundzu", "contact": { diff --git a/models/destination.json b/models/destination.json index e5f1d52c..70a8ccff 100644 --- a/models/destination.json +++ b/models/destination.json @@ -44,7 +44,7 @@ "technicalContact": [ { "formOfAddress": "Herr", - "academicTitle": "Dr.", + "doctoralDegrees": "Dr.", "firstName": "Kunibert", "lastName": "Vonundzu", "contact": { diff --git a/reference/sender.json b/reference/sender.json index c23fe610..ea82bee0 100644 --- a/reference/sender.json +++ b/reference/sender.json @@ -391,7 +391,7 @@ "technicalContact": [ { "formOfAddress": "Herr", - "academicTitle": "Dr.", + "doctoralDegrees": "Dr.", "firstName": "Kunibert", "lastName": "Vonundzu", "contact": { diff --git a/reference/subscriber.json b/reference/subscriber.json index d28e3b53..18d0104b 100644 --- a/reference/subscriber.json +++ b/reference/subscriber.json @@ -71,7 +71,7 @@ "technicalContact": [ { "formOfAddress": "Herr", - "academicTitle": "Dr.", + "doctoralDegrees": "Dr.", "firstName": "Kunibert", "lastName": "Vonundzu", "contact": { @@ -126,7 +126,7 @@ "technicalContact": [ { "formOfAddress": "Herr", - "academicTitle": "Dr.", + "doctoralDegrees": "Dr.", "firstName": "Kunibert", "lastName": "Vonundzu", "contact": { @@ -313,7 +313,7 @@ "technicalContact": [ { "formOfAddress": "Herr", - "academicTitle": "Dr.", + "doctoralDegrees": "Dr.", "firstName": "Kunibert", "lastName": "Vonundzu", "contact": { @@ -1156,7 +1156,7 @@ "technicalContact": [ { "formOfAddress": "Herr", - "academicTitle": "Dr.", + "doctoralDegrees": "Dr.", "firstName": "Kunibert", "lastName": "Vonundzu", "contact": { @@ -1350,7 +1350,7 @@ "technicalContact": [ { "formOfAddress": "Herr", - "academicTitle": "Dr.", + "doctoralDegrees": "Dr.", "firstName": "Kunibert", "lastName": "Vonundzu", "contact": { -- GitLab