Schemas (JSON Examples)
These are verifiable credentials JSON examples.
StudentID (MyAcademicID) (v1)
{
"credentialSubject": {
"identifier": [
{
"schemeID": "European Student Identifier",
"value": "urn:schac:personalUniqueCode:int:esi:gataca.test:XXXYYYZZZ",
"id": "urn:schac:personalUniqueCode:int:esi:gataca.test:XXXYYYZZZ"
}
],
"firstName": "John",
"familyName": "Doe"
}
}MyAcademicID (v2)
{
"credentialSubject": {
"communityUserIdentifier": "[email protected]",
"displayName": "Jane Doe",
"givenName": "Jane",
"familyName": "Doe",
"emailAddress": "[email protected]",
"assurance": [
"https://refeds",
"https://refeds/ID/unique",
"https://refeds/ID/eppn-unique-no-reassign",
"https://refeds/IAP/low",
"https://refeds$/ATP/ePA-1m",
"https://refeds/ATP/ePA-1d"
]
}
}Diploma
{
"credentialSubject": {
"identifier": {
"schemeID": "Student identification number",
"value": "XXXYYYZZZ"
},
"achieved": [
{
"id": "urn:epass:learningAchievement:1",
"identifier": [
{
"schemeID": "XXX Certificate ID",
"value": "XXXYYYZZZ"
}
],
"specifiedBy": [
{
"id": "urn:epass:qualification:1",
"eqflLevel": "http: //data.europa.eu/snb/eqf/6",
"title": "Software Engineer"
}
],
"title": "Software Engineer",
"wasAwardedBy": {
"awardingBody": [
"Gataca University"
],
"awardingDate": "2008-10-18T00:00:00Z",
"awardingLocation": [
"https: //essif.europa.eu/madrid"
],
"id": "urn:epass:awardingProcess:1"
},
"hasPart": {
"learningAchievements": [
{
"id": "urn:epass:learningAchievement:XXXYYYYZZZ",
"specifiedBy": [
{
"id": "urn:epass:qualification:2",
"title": "Data Structures",
"volumeOfLearning": "6"
}
],
"title": "Data Structures",
"wasDerivedFrom": [
{
"grade": "18",
"id": "urn:epass:assessment:2",
"title": "Data Structures"
}
]
},
{
"id": "urn:epass:learningAchievement:XXXXYYYZZZZ",
"specifiedBy": [
{
"id": "urn:epass:qualification:3",
"title": "Programming II",
"volumeOfLearning": "6"
}
],
"title": "Programming II",
"wasDerivedFrom": [
{
"grade": "15",
"id": "urn:epass:assessment:3",
"title": "Programming II"
}
]
},
{
"id": "urn:epass:learningAchievement:4",
"specifiedBy": [
{
"id": "urn:epass:qualification:4",
"title": "Computer Architecture",
"volumeOfLearning": "6"
}
],
"title": "Computer Architecture",
"wasDerivedFrom": [
{
"grade": "15",
"id": "urn:epass:assessment:4",
"title": "Computer Architecture"
}
]
},
{
"id": "urn:epass:learningAchievement:5",
"specifiedBy": [
{
"id": "urn:epass:qualification:5",
"title": "Artificial Intelligence",
"volumeOfLearning": "6"
}
],
"title": "Artificial Intelligence",
"wasDerivedFrom": [
{
"grade": "15",
"id": "urn:epass:assessment:5",
"title": "Artificial Intelligence"
}
]
}
]
}
}
]
}
}
Conference Ticket
{
"credentialSubject": {
"familyName": "Doe",
"firstName": "Jane",
"company": "Gataca",
"role": "Placeholder",
"eventName": "Mobile World Congress '23",
"ticketType": "Startup"
},
"expirationDate": "2026-03-05T19:23:24Z"
}Bank Account
{
"credentialSubject":{
"accountNumber":"ES0000000000000000",
"averageBalance":"17348",
"averageBalanceYear":"136704",
"bankName":"ACME Bank",
"firstName":"John",
"lastName":"Doe",
"swift":"AAAA-BB-CC-123"
},
"expirationDate": "2025-03-05T19:23:24Z"
}Credit Card
{
"credentialSubject": {
"cardNumber": "1234 5678 9012 3456",
"holderName": "Name Last Name",
"expiryMonth": "12",
"expiryYear": "2024",
"cvv":"123"
},
"type": [
"VerifiableCredential",
"creditCardCredential"
],
"expirationDate": "2024-12-01T19:23:24Z"
}Legal age (ageCredential) - Schema
Employee (employeeCredential) - Schema
European Student Card (ESC) - Schema
Organization Data Exchange (TrustBridge) - Schema
Legal PID (LPID) - Schema
Last updated

