{
    "type": [
        "VerifiableCredential",
        "OrderConfirmationCredential"
    ],
    "@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": [
            "Order"
        ],
        "orderNumber": "https://ecommerce-marketplace.example.com/orders/b88db1f4-dbac-4048-8fb5-fa61e54781fa",
        "orderedItems": [
            {
                "type": [
                    "OrderItem"
                ],
                "orderedItem": {
                    "type": [
                        "Product"
                    ],
                    "id": "ecommerce-marketplace.example.com/catalog/lawn-flamingos-357fc1f4",
                    "gtin": "8948786268509",
                    "name": "Lawn Flamingos"
                },
                "orderedQuantity": 1
            }
        ]
    }
}
