{
    "type": [
        "VerifiableCredential",
        "ProductRegistrationCredential"
    ],
    "@context": [
        "https://www.w3.org/2018/credentials/v1",
        "https://w3id.org/traceability/v1"
    ],
    "id": "did:key:z6LSpdSReUHCjYcQb1243aF1vS7sd9ArK585Mm4ktARQxatd",
    "issuer": {
        "type": [
            "Organization"
        ],
        "id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
        "name": "Everything Garden Stuff"
    },
    "issuanceDate": "2022-01-13T09:16:46Z",
    "credentialSubject": {
        "type": [
            "Product"
        ],
        "id": "https://ecommerce-marketplace.example.com/catalog/lawn-flamingos-357fc1f4",
        "gtin": "8948786268509",
        "name": "Lawn Flamingos",
        "description": "Classic plastic lawn flamingos, 2pcs",
        "commodity": {
            "type": [
                "Commodity"
            ],
            "commodityCode": "3926.40.00",
            "commodityCodeType": "HTS",
            "description": "Statuettes and other ornamental articles"
        },
        "productPrice": {
            "type": [
                "PriceSpecification"
            ],
            "price": 98,
            "priceCurrency": "USD"
        },
        "images": [
            "https://ecommerce-marketplace.example.com/catalog/lawn-flamingos-357fc1f4/img/1",
            "https://ecommerce-marketplace.example.com/catalog/lawn-flamingos-357fc1f4/img/2"
        ],
        "seller": {
            "type": [
                "Organization"
            ],
            "id": "did:web:garden-stuff.example.com",
            "name": "Everything Garden Stuff"
        }
    }
}
