{
    "@context": [
        "https://www.w3.org/2018/credentials/v1",
        "https://w3id.org/traceability/v1"
    ],
    "id": "https://example.com/credential/123",
    "type": [
        "VerifiableCredential",
        "FSMAReceivingCTECredential"
    ],
    "name": "FSMA Receiving CTE Certificate",
    "issuanceDate": "2021-12-11T03:50:55Z",
    "issuer": {
        "id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
        "type": [
            "Organization"
        ],
        "name": "Fresh Promise",
        "description": "The very freshest transformed goods",
        "location": {
            "type": [
                "Place"
            ],
            "address": {
                "type": [
                    "PostalAddress"
                ],
                "streetAddress": "374 Fischer Dam Suite 435",
                "addressLocality": "Port Mark",
                "addressRegion": "LA",
                "postalCode": "67391",
                "addressCountry": "United States"
            }
        },
        "email": "internal@freshpromise.com",
        "phoneNumber": "175.353.7703"
    },
    "credentialSubject": {
        "type": [
            "FSMAReceivingCTE"
        ],
        "shipment": {
            "type": [
                "FSMAShipment"
            ],
            "product": {
                "type": [
                    "FSMAProduct"
                ],
                "traceabilityLot": {
                    "type": [
                        "FSMATraceabilityLot"
                    ],
                    "lotCode": "CHE-MIG-TTF1-061321-H37J",
                    "lotCodeAssignmentMethod": "Lot codes are assigned based on the commodity, variety, location, harvest date and a random 4 digit string.",
                    "lotCodeGeneratorLocation": {
                        "type": [
                            "Place"
                        ],
                        "address": {
                            "type": [
                                "PostalAddress"
                            ],
                            "name": "John's Produce",
                            "streetAddress": "4335 Walsh Underpass",
                            "addressLocality": "Port Mark",
                            "addressRegion": "LA",
                            "postalCode": "67391",
                            "addressCountry": "United States"
                        },
                        "locationName": "John's Tomato Farm #1"
                    },
                    "lotCodeGeneratorPOC": {
                        "type": [
                            "Person"
                        ],
                        "firstName": "John",
                        "lastName": "Davis",
                        "email": "produce@example.com",
                        "phoneNumber": "129-697-0673"
                    },
                    "lotType": "originated"
                },
                "quantity": 103,
                "unit": "Field Bins",
                "additionalData": [
                    {
                        "type": [
                            "FSMAAbstractKDE"
                        ],
                        "name": "Category code",
                        "value": "659351253"
                    },
                    {
                        "type": [
                            "FSMAAbstractKDE"
                        ],
                        "name": "Category name",
                        "value": "Tomatoes"
                    },
                    {
                        "type": [
                            "FSMAAbstractKDE"
                        ],
                        "name": "Brand name",
                        "value": "John's Produce"
                    },
                    {
                        "type": [
                            "FSMAAbstractKDE"
                        ],
                        "name": "Commodity",
                        "value": "Cherry Tomatoes"
                    },
                    {
                        "type": [
                            "FSMAAbstractKDE"
                        ],
                        "name": "Variety",
                        "value": "Mighty Sweet Hybrid"
                    },
                    {
                        "type": [
                            "FSMAAbstractKDE"
                        ],
                        "name": "Product name",
                        "value": "N/A"
                    },
                    {
                        "type": [
                            "FSMAAbstractKDE"
                        ],
                        "name": "Packaging size",
                        "value": "Bulk"
                    },
                    {
                        "type": [
                            "FSMAAbstractKDE"
                        ],
                        "name": "Packaging style",
                        "value": "Field Bins"
                    }
                ]
            },
            "from": {
                "type": [
                    "Place"
                ],
                "geo": {
                    "type": [
                        "GeoCoordinates"
                    ],
                    "latitude": "44.859038",
                    "longitude": "70.916213"
                },
                "address": {
                    "type": [
                        "PostalAddress"
                    ],
                    "name": "John's Produce",
                    "streetAddress": "4335 Walsh Underpass",
                    "addressLocality": "Port Mark",
                    "addressRegion": "LA",
                    "postalCode": "67391",
                    "addressCountry": "United States"
                },
                "locationName": "John's Tomato Farm #1"
            },
            "to": {
                "type": [
                    "Place"
                ],
                "geo": {
                    "type": [
                        "GeoCoordinates"
                    ],
                    "latitude": "31.319706",
                    "longitude": "-92.117524"
                },
                "address": {
                    "type": [
                        "PostalAddress"
                    ],
                    "name": "Pattie's Packers",
                    "streetAddress": "8974 Bolton Drive",
                    "addressLocality": "Port Mark",
                    "addressRegion": "LA",
                    "postalCode": "67391",
                    "addressCountry": "United States"
                },
                "locationName": "PP Packing Shed"
            },
            "additionalData": [
                {
                    "type": [
                        "FSMAAbstractKDE"
                    ],
                    "name": "Reference record type and number",
                    "value": "BOL 24884"
                },
                {
                    "type": [
                        "FSMAAbstractKDE"
                    ],
                    "name": "Import entry number",
                    "value": "N/A"
                },
                {
                    "type": [
                        "FSMAAbstractKDE"
                    ],
                    "name": "Transporter name",
                    "value": "Local Trucking Co."
                }
            ]
        },
        "dateReceived": "2022-01-03T00:00Z"
    }
}
