-
Notifications
You must be signed in to change notification settings - Fork 3
/
citizenship-full.jsonld
53 lines (53 loc) · 1.58 KB
/
citizenship-full.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
42
43
44
45
46
47
48
49
50
51
52
53
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://w3id.org/citizenship/v2"
],
"id": "https://issuer.oidp.uscis.example.gov/credentials/83627465",
"type": ["VerifiableCredential", "CertificateOfCitizenshipCredential"],
"name": "Certificate of Citizenship",
"description": "Example Country Certificate of Citizenship.",
"issuer": "",
"validFrom": "2019-12-03T12:19:52Z",
"credentialSubject": {
"id": "did:example:b34ca6cd37bbf23",
"type": ["Person", "Citizen", "PermanentResident"],
"givenName": "JOHN",
"additionalName": "JACOB",
"familyName": "SMITH",
"image": "data:image/png;base64,iVBORw0KGgo...kJggg==",
"gender": "Male",
"birthCountry": "Bahamas",
"birthDate": "1958-07-17",
"height": {
"type": "QuantitativeValue",
"unitCode": "INH",
"value": 71
},
"residence": {
"type": "PostalAddress",
"addressLocality": "Boston",
"addressRegion": "Massachusetts",
"addressCountry": "US"
},
"maritalStatus": "married",
"certificateOfCitizenship": {
"type": "CertificateOfCitizenship",
"identifier": "83627465",
"cisRegistrationNumber": "999-999-999",
"filingLocation": {
"type": "PostalAddress",
"addressLocality": "Washington, D.C.",
"addressRegion": "District of Columbia",
"addressCountry": "US"
},
"ceremonyLocation": {
"type": "PostalAddress",
"addressLocality": "San Antonio",
"addressRegion": "TX",
"addressCountry": "US"
},
"ceremonyDate": "2023-11-23"
}
}
}