Files
HKSingleParty/99_references/cf-identity-wallet-main/services/credential-server-ui/public/credentials-json/resident-card-with-expiration.json
2025-05-28 09:55:51 +08:00

27 lines
1022 B
JSON

{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/security/suites/ed25519-2020/v1",
"https://w3id.org/citizenship/v1"
],
"id": "https://www.uscis.gov/green-card/credential/875970870",
"type": ["VerifiableCredential", "PermanentResidentCard"],
"issuer": "did:key:z6MktNjjqFdTksu46nngQ1xhisB1J426DcjLSA1rKwYHzM4A",
"identifier": "did:key:z6MktNjjqFdTksu46nngQ1xhisB1J426DcjLSA1rKwYHzM4H",
"name": "Permanent Resident Card",
"description": "United States of America",
"expirationDate": "2025-12-12T12:12:12Z",
"credentialSubject": {
"id": "did:key:z6MktNjjqFdTksu46nngQ1xhisB1J426DcjLSA1rKwYHzM4B",
"type": ["PermanentResident", "Person"],
"birthCountry": "The Bahamas",
"givenName": "John",
"familyName": "Smith",
"gender": "Male",
"image": "https://dev.credentials.cf-keripy.metadata.dev.cf-deployments.org/static/ResIdImg.jpg",
"residentSince": "2022-10-10T10:12:12Z",
"lprCategory": "C09",
"lprNumber": "999-999-999"
}
}