{ "@context": [ "https://www.w3.org/2018/credentials/v1", { "TezLoyaltyCard_1": { "@id": "https://github.com/TalaoDAO/context/blob/main/README.md#loyaltycard", "@context": { "@version": 1.1, "@protected": true, "schema": "https://schema.org/", "id": "@id", "type": "@type", "ageRange": "schema:ageRange", "addressCountry": "schema:addressCountry", "duration": "schema:duration", "associatedAddress": { "@id": "https://schema.org/address", "@context": { "@protected": true, "blockchainTezos": "https://schema.org/blockchain", "blockchainEthereum": "https://schema.org/blockchain" } }, "issuedBy": { "@id": "schema:memberOf", "@context": { "@version": 1.1, "@protected": true, "logo": { "@id": "schema:image", "@type": "@id" }, "address": "schema:address", "name": "schema:name" } }, "programName": "schema:programName" } } } ], "id": "", "type": [ "VerifiableCredential", "TezLoyaltyCard_1" ], "issuer": "", "issuanceDate": "", "credentialSubject": { "id": "did:...", "type": "TezLoyaltyCard_1", "ageRange": "18-25", "duration": "360", "addressCountry": "", "programName": "Tezotopia Loayalty Card 1", "associatedAddress": { "blockchainTezos": "" }, "issuedBy": { "name": "AltMe" } } }