-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnaturalization-min-signed.jsonld
41 lines (41 loc) · 1.19 KB
/
naturalization-min-signed.jsonld
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
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://w3id.org/citizenship/v2"
],
"type": [
"VerifiableCredential",
"CertificateOfNaturalizationCredential"
],
"issuer": "did:key:zDnaeW9VZZs7NH1ykvS5EMFmdodu2wj4dPcrV3DzTAadrXJee",
"validFrom": "2023-12-03T12:19:52Z",
"credentialSubject": {
"type": [
"Person",
"NaturalizedPerson"
],
"givenName": "JOHN",
"additionalName": "JACOB",
"familyName": "SMITH",
"gender": "Male",
"birthDate": "1958-07-17",
"height": {
"type": "QuantitativeValue",
"unitCode": "INH",
"value": 71
},
"certificateOfNaturalization": {
"type": "CertificateOfNaturalization",
"identifier": "83627465",
"insRegistrationNumber": "999-999-999"
}
},
"proof": {
"type": "DataIntegrityProof",
"created": "2023-01-01T01:01:01Z",
"verificationMethod": "did:key:zDnaeW9VZZs7NH1ykvS5EMFmdodu2wj4dPcrV3DzTAadrXJee#zDnaeW9VZZs7NH1ykvS5EMFmdodu2wj4dPcrV3DzTAadrXJee",
"cryptosuite": "ecdsa-rdfc-2019",
"proofPurpose": "assertionMethod",
"proofValue": "z4knuJFYphXzezLwxBA74HQzHCt8UY3ZgTZjEYmokfrB6Jyjrhwqc36tLZLKbyv69suHKpTn4fMbwkzsc5eLfCWJy"
}
}