-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpensioncredential-signed.json
42 lines (42 loc) · 1.47 KB
/
pensioncredential-signed.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://pensiondemo.findy.fi/pensioncredential-schema/pensioncredential-v09.json"
],
"type": [
"VerifiableCredential",
"PensionCredential"
],
"issuer": "did:web:did-doc-dts-sandbox.s3.eu-central-2.amazonaws.com:286a8891-41db-4dfb-9009-9576df784bf0",
"credentialSubject": {
"Person": {
"birthDate": "1960-07-31",
"givenName": "Matti",
"familyName": "Meikäläinen"
},
"Pension": {
"@language": "fi_FI",
"status": 1,
"endDate": "2024-08-01",
"typeCode": "KE",
"typeName": "Kansaneläke",
"startDate": "2024-02-01"
},
"IdentityObject": {
"salt": "https://pensiondemo.findy.fi",
"hashed": true,
"identityHash": "sha256$6884d16f4a207f803f2f123510d634c96c67b3e545f9571b82fe324085fc95e5",
"identityType": "name"
},
"id": "did:key:z6MksQ5xhC6Gn8H4xyPQf7D6qa59dzf5itkxVqXyKTCTfpWj"
},
"issuanceDate": "2024-02-11T06:53:38.200Z",
"id": "https://pensiondemo.findy.fi/credentials/1706854350789",
"proof": {
"type": "Ed25519Signature2018",
"proofPurpose": "assertionMethod",
"verificationMethod": "did:web:did-doc-dts-sandbox.s3.eu-central-2.amazonaws.com:286a8891-41db-4dfb-9009-9576df784bf0#key-1",
"created": "2024-02-11T06:54:29Z",
"jws": "eyJhbGciOiAiRWREU0EiLCAiYjY0IjogZmFsc2UsICJjcml0IjogWyJiNjQiXX0..fMzIPjpPNeCl9h5YJXX6DSOyxK7BwNeVYEOBuKWEZfLEy23i0W_JGDXvCp3hkAW4lQhZlx2WhFyLLA60n2H5CQ"
}
}