{ "@context": [ "https://www.w3.org/2018/credentials/v1", { "Kyc": { "@id": "https://github.com/TalaoDAO/context/blob/main/README.idcard", "@context": { "@version": 1.1, "@protected": true, "schema": "https://schema.org/", "id": "@id", "type": "@type", "givenName": "schema:givenName", "familyName": "schema:familyName", "gender": "schema:gender", "nationality": "schema:nationality", "birthDate": "schema:birthDate", "birthPlace": "schema:birthPlace", "authority": "schema:authority", "addressCountry": "scheam:addressCountry", "expiryDate": "schema:expiryDate", "issueDate": "schema:issuedate", "issuedBy": { "@id": "schema:issuedBy", "@context": { "@version": 1.1, "@protected": true, "logo": { "@id": "schema:image", "@type": "@id" }, "name": "schema:name" } } } } } ], "id": "urn:uuid:192cc5ca-0da7-11ec-9ef1-f37fc4c32c40", "type": [ "VerifiableCredential", "Kyc" ], "issuer": "", "issuanceDate": "", "credentialSubject": { "id": "did:...", "type": "Kyc", "issuedBy": { "logo": "https://talao.mypinata.cloud/ipfs/QmNwbEEupT7jR2zmrA87FsN4hUS8eXnCxM8DsL9RXc25cu", "name": "Talao" } } }