diff --git a/models/application/public-service-type.json b/models/application/public-service-type.json index 89574b5b6221dea50e3b8564e73502c4e68a09cd..b6db00df2e77e53ff8aaea8da17f580888ef1ef6 100644 --- a/models/application/public-service-type.json +++ b/models/application/public-service-type.json @@ -6,13 +6,13 @@ "x-examples": { "example-1": { "name": "Gewerbeanmeldung", - "leika-id": "99050012104000" + "leikaId": "99050012104000" }, "example-2": { "name": "Gewerbeanmeldung", "description": "Eine Gewerbeanmeldung ist immer dann notwendig, wenn Sie einen stehenden Gewerbebetrieb beginnen.", - "leika-id": "99050012104000", - "other-identifiers": [ + "leikaId": "99050012104000", + "otherIdentifiers": [ { "id": "8664844", "schemeURI": "service.niedersachsen.de", diff --git a/models/application/schema.json b/models/application/schema.json index 2ad874f760b9a42e872fd98a42b713444537fdbd..b5d7ea288dd9141c2bccf56581245a2956cca374 100644 --- a/models/application/schema.json +++ b/models/application/schema.json @@ -28,5 +28,20 @@ "required": [ "schemaSource", "mimeType" - ] + ], + "x-examples": { + "example-1": { + "mimeType": "json", + "schemaSource": "none" + }, + "example-2": { + "mimeType": "xml", + "schemaSource": "none" + }, + "example-3": { + "mimeType": "xml", + "schemaSource": "fim", + "schemaId": "S99000001V1.0" + } + } } \ No newline at end of file diff --git a/models/common/address-national.json b/models/common/address-national.json index af49c2178127cba8a5cdf3e55bc0c69c0c36d385..6dd957511040b4547f9d318fb46a5333a579db7e 100644 --- a/models/common/address-national.json +++ b/models/common/address-national.json @@ -4,8 +4,8 @@ "x-examples": { "example-1": { "street": "Kurzer Weg", - "house-number": "7", - "postal-code": "12345", + "houseNumber": 7, + "postalCode": "12345", "city": "Ankh-Morpork" } }, diff --git a/models/common/identifier.json b/models/common/identifier.json index 8a43ab045dc93ad2ca7b8aafbf914ae7df5c35ae..25caf8da6d61b43412b2de520db4013a629563e5 100644 --- a/models/common/identifier.json +++ b/models/common/identifier.json @@ -5,16 +5,16 @@ "x-examples": { "example-1": { "id": "978-1-894049-23-8", - "schemeID": "ISBN" + "schemeId": "ISBN" }, "example-2": { "id": "99050012104000", "schemeURI": "https://www.xrepository.de/details/urn:de:gkleika:leika:leistung", "schemeDataURI": "https://www.xrepository.de/details/urn:de:gkleika:leika:leistung_20180705#version", - "schemeVersionID": "urn:de:gkleika:leika:leistung_20180705", + "schemeVersionId": "urn:de:gkleika:leika:leistung_20180705", "schemeAgencyName": "Geschäfts- und Koordinierungsstelle LeiKa beim Ministerium der Finanzen des Landes Sachsen-Anhalt (GK_LEIKA)", "schemeName": "Leistungen des LeiKa", - "schemeID": "urn:de:gkleika:leika:leistung" + "schemeId": "urn:de:gkleika:leika:leistung" } }, "properties": { diff --git a/models/common/individual.json b/models/common/individual.json index 97e93c8f10d62d959c9a0d9815e131d9bfb0aceb..123e4cf7a80988145200bea3e1a5ef9cd4545c37 100644 --- a/models/common/individual.json +++ b/models/common/individual.json @@ -4,16 +4,16 @@ "description": "Natürliche Person", "x-examples": { "example-1": { - "form-of-address": "Herr", - "academic-title": "Dr.", - "first-name": "Werner", - "last-name": "Mustermann", + "formOfAddress": "Herr", + "academicTitle": "Dr.", + "firstName": "Werner", + "lastName": "Mustermann", "contact": { "telephone": [ { "number": "+49 89 32168-42", "mobile": false, - "type": "work" + "description": "Dienstliche Telefonnummer" } ] } diff --git a/models/destination-no-id.json b/models/destination-no-id.json index 4b5c73f0402ea046a881057ec269954a32595fa8..8e9860a2eb02be8f745b9fdc278673e053930e1f 100644 --- a/models/destination-no-id.json +++ b/models/destination-no-id.json @@ -5,25 +5,25 @@ "x-examples": { "example-1": { "public-organization": { - "organization-name": "Gewerbeamt Musterhausen" + "organizationName": "Gewerbeamt Musterhausen" }, - "technical-contact": [ + "technicalContact": [ { - "first-name": "Werner", - "last-name": "Mustermann", + "firstName": "Werner", + "lastName": "Mustermann", "contact": { "telephone": [ { "number": "+49 89 32168-42", "mobile": false, - "type": "work" + "description": "Dienstliches Festnetz" } ] } } ], "callback": { - "callback-url": "https://www.example.com/callback" + "callbackURI": "https://www.example.com/callback" } } }, diff --git a/models/destination.json b/models/destination.json index c803c99d5022c3f73eca0fdc142915c5af8a5e4f..763bb63ab1cb837242daa40035a1d4a36eadd500 100644 --- a/models/destination.json +++ b/models/destination.json @@ -22,26 +22,26 @@ "x-examples": { "example-1": { "destination-id": "83578", - "organization": { - "organization-name": "Gewerbeamt Musterhausen" + "public-organization": { + "organizationName": "Gewerbeamt Musterhausen" }, - "technical-contact": [ + "technicalContact": [ { - "first-name": "Werner", - "last-name": "Mustermann", + "firstName": "Werner", + "lastName": "Mustermann", "contact": { "telephone": [ { "number": "+49 89 32168-42", "mobile": false, - "type": "work" + "description": "Dienstliches Festnetz" } ] } } ], "callback": { - "callback-url": "https://www.example.com/callback" + "callbackURI": "https://www.example.com/callback" } } }