{
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/traceability/v1"
  ],
  "id": "https://example.com/credential/123",
  "type": [
    "VerifiableCredential",
    "FSMAGrowingCTECredential"
  ],
  "name": "FSMA Growing CTE Certificate",
  "issuanceDate": "2021-12-11T03:50:55Z",
  "issuer": {
    "id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
    "type": [
      "Organization"
    ],
    "name": "John's Produce",
    "description": "Producing top quality agricultural products since 1932",
    "location": {
      "type": [
        "Place"
      ],
      "address": {
        "type": [
          "PostalAddress"
        ],
        "streetAddress": "4335 Walsh Underpass",
        "addressLocality": "Port Mark",
        "addressRegion": "LA",
        "postalCode": "67391",
        "addressCountry": "United States"
      }
    },
    "email": "john@johnsproduce.com",
    "phoneNumber": "146.829.0249"
  },
  "credentialSubject": {
    "type": [
      "FSMAGrowingCTE"
    ],
    "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"
    },
    "growingAreaCoordinates": {
      "type": [
        "GeoCoordinates"
      ],
      "latitude": "44.859038",
      "longitude": "70.916213"
    }
  }
}