Scan the QRCode below with your Talao or Altme wallet wallet only.



QRcode = https://talao.co/sandbox/wallet_credential/f567e5aa-9591-11ee-a4ee-0a1628958560


Credential Offer content

{
    "type": "CredentialOffer",
    "credentialPreview": {
        "@context": [
            "https://www.w3.org/2018/credentials/v1",
            {
                "boolean": "schema:identifer",
                "website": "schema:website",
                "email": "schema:familyName",
                "number": "schema:number",
                "integer": "schema:integer"
            }
        ],
        "id": "urn:uuid:f567d74b-9591-11ee-87a1-0a1628958560",
        "type": [
            "VerifiableCredential",
            "Test"
        ],
        "credentialSubject": {
            "id": "did:...",
            "type": "Test",
            "boolean": true,
            "email": "thierry@altme.io",
            "website": "https://altme.io",
            "number": 10.546,
            "integer": 12
        },
        "issuer": "did:tz:tz1NyjrTUNxDpPaqNZ84ipGELAcTWYg6s5Du",
        "issuanceDate": "2023-12-08T06:21:01.508354Z",
        "expirationDate": "2024-12-07T06:21:01.508365Z"
    },
    "expires": "2023-12-08T06:31:01Z",
    "credential_manifest": {
        "id": "Test",
        "issuer": {
            "id": "did:tz:tz1NyjrTUNxDpPaqNZ84ipGELAcTWYg6s5Du",
            "name": "Talao issuer sandbox"
        },
        "output_descriptors": [
            {
                "id": "00000000",
                "schema": "Test",
                "display": {
                    "title": {
                        "path": [],
                        "schema": {
                            "type": "string"
                        },
                        "fallback": "VC for Test"
                    },
                    "subtitle": {
                        "path": [],
                        "schema": {
                            "type": "string"
                        },
                        "fallback": "Type and format"
                    },
                    "description": {
                        "path": [],
                        "schema": {
                            "type": "string"
                        },
                        "fallback": "This VC is made up for testing purpose."
                    },
                    "properties": [
                        {
                            "path": [
                                "$.credentialSubject.integer"
                            ],
                            "schema": {
                                "type": "integer"
                            },
                            "fallback": "Unknown",
                            "label": "integer"
                        },
                        {
                            "path": [
                                "$.credentialSubject.number"
                            ],
                            "schema": {
                                "type": "number"
                            },
                            "fallback": "Unknown",
                            "label": "number"
                        },
                        {
                            "path": [
                                "$.credentialSubject.boolean"
                            ],
                            "schema": {
                                "type": "boolean"
                            },
                            "fallback": "Unknown",
                            "label": "boolean"
                        },
                        {
                            "path": [
                                "$.credentialSubject.website"
                            ],
                            "schema": {
                                "type": "string",
                                "format": "uri"
                            },
                            "fallback": "Unknown",
                            "label": "website"
                        },
                        {
                            "path": [
                                "$.credentialSubject.email"
                            ],
                            "schema": {
                                "type": "string",
                                "format": "email"
                            },
                            "fallback": "Unknown",
                            "label": "email"
                        },
                        {
                            "path": [
                                "$.issuanceDate"
                            ],
                            "schema": {
                                "type": "string",
                                "format": "date"
                            },
                            "fallback": "Unknown",
                            "label": "Issuance date"
                        }
                    ]
                }
            }
        ],
        "presentation_definition": {}
    }
}