-
Notifications
You must be signed in to change notification settings - Fork 3
/
ead-full.jsonld
32 lines (32 loc) · 1.08 KB
/
ead-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
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://w3id.org/citizenship/v2"
],
"id": "https://issuer.oidp.uscis.example.gov/credentials/83627465",
"type": ["VerifiableCredential", "EmploymentAuthorizationDocumentCredential"],
"name": "Employment Authorization Document",
"description": "Example Country Employment Authorization Document.",
"issuer": "",
"validFrom": "2019-12-03T12:19:52Z",
"validUntil": "2029-12-03T12:19:52Z",
"credentialSubject": {
"id": "did:example:b34ca6cd37bbf23",
"type": ["Person", "EmployablePerson"],
"givenName": "JOHN",
"additionalName": "JACOB",
"familyName": "SMITH",
"image": "data:image/png;base64,iVBORw0KGgo...kJggg==",
"gender": "Male",
"residentSince": "2015-01-01",
"birthCountry": "Bahamas",
"birthDate": "1958-07-17",
"employmentAuthorizationDocument": {
"type": "EmploymentAuthorizationDocument",
"identifier": "83627465",
"lprCategory": "C09",
"lprNumber": "999-999-999",
"mrzHash": "z5SbtwbUjjoALCAfF6gPAnHgbqb3qmmGwJiPh6YTj4Cv"
}
}
}