{
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/traceability/v1"
  ],
  "id": "https://example.com/credential/123",
  "type": [
    "VerifiableCredential",
    "FSMAFirstReceiverDataCredential"
  ],
  "name": "FSMA First Receiver Data 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": [
      "FSMAFirstReceiverData"
    ],
    "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"
    },
    "originatorLocation": {
      "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"
    },
    "harvestDate": "2022-01-03T00:00Z",
    "coolingDate": "2022-01-07T00:00Z",
    "packingDate": "2022-02-03T00:00Z"
  }
}