{
    "@context": [
        "https://www.w3.org/2018/credentials/v1",
        "https://ref.gs1.org/gs1/vc/licence-context/",
        "https://w3id.org/vc/status-list/2021/v1"
    ],
    "id": "did:example:3b306a01-eada-420e-bf5d-caa603042a61",
    "type": [
        "VerifiableCredential",
        "GS1IdentificationKeyLicenceCredential"
    ],
    "issuer": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
    "issuanceDate": "2020-11-19T14:56:37Z",
    "credentialSubject": {
        "id": "did:web:www.example.ca",
        "partyGLN": "7541234000006",
        "organizationName": "Example Company",
        "extendsCredential": "https://id.gs1.org/vc/licence/gs1_prefix/754",
        "licenceValue": "7541234555551",
        "alternativeLicenceValue": "754123455555",
        "identificationKeyType": "GTIN"
    },
    "credentialStatus": {
        "id": "https://www.gs1ca.org/credentials/gtin/status/7543210555551",
        "type": "StatusList2021Credential"
    }
}
