ClubMembershipCertificate -
Scan the QRCode below with your Talao wallet.
QRcode = https://talao.co/sandbox/wallet_credential/urn:uuid:reg_62999e8977c71?issuer=did:tz:tz1NyjrTUNxDpPaqNZ84ipGELAcTWYg6s5Du
Credential manifest content
{
"id": "CLUB_MEMBERSHIP_MANIFEST",
"issuer": {
"id": "$.issuer",
"name": "$.issuedBy.name",
"styles": {
"thumbnail": {
"uri": "$.issuedBy.logo",
"alt": "$.issuedBy.name"
},
"background": {
"color": "#ff0000"
},
"text": {
"color": "#d4d400"
}
}
},
"output_descriptors": [
{
"id": "CLUB_MEMBERSHIP_OUTPUT_01",
"schema": "ClubMembershipCertificate",
"display": {
"title": {
"path": [
"$.name"
],
"schema": {
"type": "string"
},
"fallback": "Club Membership"
},
"subtitle": {
"path": [
"$.name"
],
"schema": {
"type": "string"
},
"fallback": "This certifies the membership to a club"
},
"description": {
"path": [
"$.description"
],
"schema": {
"type": "string"
},
"fallback": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed placerat, neque vel sodales laoreet, urna sapien tristique lectus, eu iaculis lectus ex eu felis. Duis a venenatis elit. Morbi dignissim orci at tortor condimentum pharetra. Phasellus ultrices, diam quis imperdiet feugiat, ante risus tempor quam, "
},
"properties": [
{
"path": [
"$.credentialSubject.member.familyName"
],
"schema": {
"type": "string"
},
"fallback": "Unknown family name",
"label": "Family name"
},
{
"path": [
"$.credentialSubject.member.givenName"
],
"schema": {
"type": "string"
},
"fallback": "Unknown given name",
"label": "Given name"
},
{
"path": [
"$.credentialSubject.member.birthDate"
],
"schema": {
"type": "string"
},
"fallback": "Unknown birth date",
"label": "Birth Date"
},
{
"path": [
"$.credentialSubject.member.telephone"
],
"schema": {
"type": "string"
},
"fallback": "Unknown telephone",
"label": "Telephone"
},
{
"path": [
"$.credentialSubject.member.email"
],
"schema": {
"type": "string"
},
"fallback": "Unknown email",
"label": "Email"
},
{
"path": [
"$.credentialSubject.serviceCardNumber"
],
"schema": {
"type": "string"
},
"fallback": "Unknown service card number",
"label": "Service card number"
},
{
"path": [
"$.credentialSubject.issuedBy.name"
],
"schema": {
"type": "string"
},
"fallback": "Unknown issuer name",
"label": "Issuer Name"
},
{
"path": [
"$.credentialSubject.issuedBy.address"
],
"schema": {
"type": "string"
},
"fallback": "Unknown address",
"label": "Issuer Address"
}
]
},
"styles": {
"thumbnail": {
"uri": "$.issuedBy.logo",
"alt": "$.issuedBy.name"
},
"hero": {
"uri": "$.issuedBy.logo",
"alt": "$.issuedBy.name"
},
"background": {
"color": "#f55353"
},
"text": {
"color": "#ffffff"
}
}
}
],
"presentation_definition": {}
}