Skip to content
Snippets Groups Projects
Commit c9904609 authored by Andreas Huber's avatar Andreas Huber
Browse files

Beispiele angepasst

parent 87353d96
No related branches found
No related tags found
2 merge requests!7Camelcase,!8Version 0.4
...@@ -243,24 +243,24 @@ ...@@ -243,24 +243,24 @@
"examples": { "examples": {
"example-1": { "example-1": {
"value": { "value": {
"additional-reference-info": { "additionalReferenceInfo": {
"subject": "Anmeldung eines Gewerbes in Musterstadt", "subject": "Anmeldung eines Gewerbes in Musterstadt",
"caseId": "DF/8923" "caseId": "DF/8923"
}, },
"content-structure": { "contentStructure": {
"data": { "data": {
"size": 9438,
"schema": { "schema": {
"mime-type": "json", "mimeType": "json",
"schema-source": "none" "schemaSource": "none"
}, }
"mime-type": "json"
}, },
"docs": [ "docs": [
{ {
"docId": "1", "docId": "1",
"purpose": "form", "purpose": "form",
"size": 39273, "size": 39273,
"mime": "application/pdf", "mimeType": "application/pdf",
"filename": "antrag.pdf", "filename": "antrag.pdf",
"description": "Das Antragsformular", "description": "Das Antragsformular",
"lang": { "lang": {
...@@ -271,10 +271,22 @@ ...@@ -271,10 +271,22 @@
"algorithm": "SHA-256", "algorithm": "SHA-256",
"digest": "03ba204e50d126e4674c005e04d82e84c21366780af1f43bd54a37816b6ab340" "digest": "03ba204e50d126e4674c005e04d82e84c21366780af1f43bd54a37816b6ab340"
} }
},
{
"docId": "2",
"purpose": "attachment",
"size": 894834874,
"mimeType": "image/jpeg",
"filename": "scan.jpg",
"description": "Scan der Bescheinigung",
"hash": {
"algorithm": "SHA-256",
"digest": "e1762f14d9924e37b32f1c81dfd256410af462f5136415c96877efa8c80345d0"
}
} }
] ]
}, },
"public-service-type": { "publicServiceType": {
"name": "Gewerbeanmeldung", "name": "Gewerbeanmeldung",
"description": "Eine Gewerbeanmeldung ist immer dann notwendig, wenn Sie einen stehenden Gewerbebetrieb beginnen.", "description": "Eine Gewerbeanmeldung ist immer dann notwendig, wenn Sie einen stehenden Gewerbebetrieb beginnen.",
"leikaId": "99050012104000", "leikaId": "99050012104000",
...@@ -293,42 +305,59 @@ ...@@ -293,42 +305,59 @@
}, },
"applicants": [ "applicants": [
{ {
"authentification-info": { "identifier": [
"assurance-level": "high", {
"authentification-method": "eID", "id": "918",
"timestamp": "2020-03-03T12:38:23Z" "schemeName": "Antragsportal",
}, "schemeId": "urn:com:example:antragsportal:user"
"identity-info": {
"date-of-birth": "1970-09-13",
"gender": "m",
"given-name": "WERNER",
"family-name": "MUSTERMANN",
"place-of-residence": {
"street": "KURZER WEG 7",
"postal-code": "12345",
"city": "ANKH-MORPORK"
} }
}, ],
"contact-info": { "contactInfo": {
"electronic-adresses": [ "physicalAddress": {
{
"channel-type": "Service-Account-Mailbox",
"address": "3b0c9c8c-0801-45f0-a331-2abfc9db78d0"
}
],
"physical-adress": {
"street": "Kurzer Weg", "street": "Kurzer Weg",
"house-number": "7", "houseNumber": 7,
"postal-code": "12345", "postalCode": "12345",
"city": "Ankh-Morpork" "city": "string",
"addressSupplement": "string"
}, },
"telephone": [ "telephone": [
{ {
"number": "+49 89 32168-42", "number": "+49 89 32168-42",
"mobile": true, "mobile": true,
"type": "work" "description": "string"
}
],
"electronicAddresses": [
{
"channelType": "Service-Account-Mailbox",
"address": "string"
} }
] ]
},
"identityInfo": {
"gender": "m",
"nationality": "string",
"familyName": "string",
"givenName": "string",
"birthName": "string",
"doctoralDegrees": "string",
"artisticName": "string",
"dateOfBirth": "2020-04-16",
"placeOfBirth": "string",
"placeOfResidence": {
"street": "string",
"houseNumber": null,
"houseNumberSuffix": "st",
"postalCode": "strin",
"city": "string",
"addressSupplement": "string"
}
},
"authentificationInfo": {
"timestamp": "2020-04-16T06:50:39Z",
"authentificationToken": {},
"authentificationMethod": "string",
"assuranceLevel": "low"
} }
} }
], ],
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment