-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
819686e
commit 4b730c3
Showing
1 changed file
with
101 additions
and
0 deletions.
There are no files selected for viewing
101 changes: 101 additions & 0 deletions
101
src/main/resources/vc-templates/VerifiablePortableDocumentA1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
{ | ||
"@context": ["https://www.w3.org/2018/credentials/v1"], | ||
"id": "did:ebsi:635ba519cd19764e84ea67dd", | ||
"type": [ | ||
"VerifiableCredential", | ||
"VerifiableAttestation", | ||
"VerifiablePortableDocumentA1" | ||
], | ||
"issuer": "did:ebsi:zhs8QaHif4mPqhEcn5Z8K9E", | ||
"issuanceDate": "2022-11-10T19:19:47.287Z", | ||
"validFrom": "2022-11-10T19:19:47.287Z", | ||
"issued": "2022-11-10T19:19:47.287Z", | ||
"credentialSubject": { | ||
"section1": { | ||
"personalIdentificationNumber": "1", | ||
"sex": "01", | ||
"surname": "Dalton", | ||
"forenames": "Joe Jack William Averell", | ||
"nameAtBirth": "Default Fidelis", | ||
"dateBirth": "1985-08-15", | ||
"nationalities": ["BE"], | ||
"stateOfResidenceAddress": { | ||
"streetNo": "sss, nnn ", | ||
"postCode": "ppp", | ||
"town": "ccc", | ||
"countryCode": "BE" | ||
}, | ||
"stateOfStayAddress": { | ||
"streetNo": "sss, nnn ", | ||
"postCode": "ppp", | ||
"town": "ccc", | ||
"countryCode": "BE" | ||
} | ||
}, | ||
"section2": { | ||
"memberStateWhichLegislationApplies": "DE", | ||
"startingDate": "2022-10-09", | ||
"endingDate": "2022-10-29", | ||
"certificateForDurationActivity": true, | ||
"determinationProvisional": false, | ||
"transitionRulesApplyAsEC8832004": false | ||
}, | ||
"section3": { | ||
"postedEmployedPerson": false, | ||
"employedTwoOrMoreStates": false, | ||
"postedSelfEmployedPerson": true, | ||
"selfEmployedTwoOrMoreStates": true, | ||
"civilServant": true, | ||
"contractStaff": false, | ||
"mariner": false, | ||
"employedAndSelfEmployed": false, | ||
"civilAndEmployedSelfEmployed": true, | ||
"flightCrewMember": false, | ||
"exception": false, | ||
"exceptionDescription": "", | ||
"workingInStateUnder21": false | ||
}, | ||
"section4": { | ||
"employee": false, | ||
"selfEmployedActivity": true, | ||
"nameBusinessName": "1", | ||
"registeredAddress": { | ||
"streetNo": "1, 1 1", | ||
"postCode": "1", | ||
"town": "1", | ||
"countryCode": "DE" | ||
} | ||
}, | ||
"section5": { | ||
"companyNamesAndIdNumber" : [ | ||
"Firma Mustermann GmbH, 12345", | ||
"Company Two" | ||
], | ||
"companyAddresses": [ | ||
"Quai de Willebroeck 35, 1000, Bruxelles, BE", | ||
"second address" | ||
], | ||
"noFixedAddress": true | ||
}, | ||
"section6": { | ||
"name": "National Institute for the Social Security of the Self-employed (NISSE)", | ||
"address": { | ||
"streetNo": "Quai de Willebroeck 35", | ||
"postCode": "1000", | ||
"town": "Bruxelles", | ||
"countryCode": "BE" | ||
}, | ||
"institutionID": "NSSIE/INASTI/RSVZ", | ||
"officeFaxNo": "", | ||
"officePhoneNo": "0800 12 018", | ||
"email": "[email protected]", | ||
"date": "2022-10-28", | ||
"signature": "Official signature" | ||
}, | ||
"id": "did:ebsi:zgsaCQxPaQwA4VcNRsjwUBFyeHSVwcyCnaXnfKYsSzUkZ" | ||
}, | ||
"credentialSchema": { | ||
"id": "https://api-test.ebsi.eu/trusted-schemas-registry/v2/schemas/z3BTAA7Cs3qw8UV8YtgCVMicPNkaYHfFZZPfUfXAbFvng", | ||
"type": "FullJsonSchemaValidator2021" | ||
} | ||
} |