Skip to content

Commit

Permalink
chore: added StudentId vc template (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplotean authored May 12, 2023
1 parent 78bab8e commit c387145
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/main/resources/vc-templates/StudentId.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"@context": ["https://www.w3.org/2018/credentials/v1"],
"id": "urn:uuid:003a1dd8-a5d2-42ef-8182-e921c0a9f2cd",
"type": ["VerifiableCredential", "VerifiableAttestation", "StudentId"],
"issuer": "did:ebsi:00001234",
"issuanceDate": "2021-11-01T00:00:00Z",
"validFrom": "2021-11-01T00:00:00Z",
"expirationDate": "2024-06-22T14:11:44Z",
"issued": "2020-06-22T14:11:44Z",
"credentialSubject": {
"id": "did:ebsi:00001235",
"personalIdentifier": "123456"
},
"credentialStatus": {
"id": "https://api-test.ebsi.eu/trusted-issuers-registry/v3/issuers/did:ebsi:zyrMG8T9xYbNoSwyQa4SGMJ/proxy/6cc5fcc621d8098977d378ec7bf63f9ad0b204d56bb604f75bc9290e7033ac84/credentials/status/5#129430",
"type": "StatusList2021Entry",
"statusPurpose": "revocation",
"statusListIndex": "129430",
"statusListCredential": "https://api-test.ebsi.eu/trusted-issuers-registry/v3/issuers/did:ebsi:zyrMG8T9xYbNoSwyQa4SGMJ/proxy/6cc5fcc621d8098977d378ec7bf63f9ad0b204d56bb604f75bc9290e7033ac84/credentials/status/5"
},
"credentialSchema": {
"id": "https://api-test.ebsi.eu/trusted-schemas-registry/v2/schemas/0xf30fd418c8b2c1534b0685e12b044d3d29284fe37762a45d0c1e5601eed3d1d9",
"type": "FullJsonSchemaValidator2021"
}
}

0 comments on commit c387145

Please sign in to comment.