{
    "@context": [
        "https://www.w3.org/2018/credentials/v1",
        "https://w3id.org/traceability/v1"
    ],
    "id": "https://example.com/credential/123",
    "type": [
        "VerifiableCredential",
        "OrganicCertificationCredential"
    ],
    "name": "Organic Certificate Credential",
    "issuanceDate": "2021-12-11T03:50:55Z",
    "issuer": {
        "id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
        "type": [
            "Organization"
        ],
        "name": "Glayson & Co. Inspections",
        "description": "Agricultural cleanliness & organic assurance",
        "email": "contact@example.org",
        "phoneNumber": "555-895-1661",
        "location": {
            "type": [
                "Place"
            ],
            "address": {
                "type": [
                    "PostalAddress"
                ],
                "streetAddress": "3934 Spinnaker Lane",
                "addressLocality": "Joliet",
                "addressRegion": "Minnesota",
                "postalCode": "46974-2565",
                "addressCountry": "United States"
            }
        },
        "url": "https://example.org"
    },
    "credentialSubject": {
        "type": [
            "OrganicCertification"
        ],
        "countryOfIssuance": "US",
        "certifiedOperation": {
            "type": [
                "Organization"
            ],
            "name": "John's Produce",
            "description": "#1 tomatoes in the United States",
            "email": "hellojohn@example.org",
            "phoneNumber": "129-697-067",
            "location": {
                "type": [
                    "Place"
                ],
                "address": {
                    "type": [
                        "PostalAddress"
                    ],
                    "streetAddress": "571 McDermott Overpass",
                    "addressLocality": "Bretbury",
                    "addressRegion": "Minnesota",
                    "postalCode": "46974-2565",
                    "addressCountry": "United States"
                }
            }
        },
        "certifyingAgent": {
            "type": [
                "Organization"
            ],
            "name": "Glayson & Co. Inspections",
            "description": "Agricultural cleanliness & organic assurance",
            "email": "contact@example.org",
            "phoneNumber": "555-895-1661",
            "location": {
                "type": [
                    "Place"
                ],
                "address": {
                    "type": [
                        "PostalAddress"
                    ],
                    "streetAddress": "3934 Spinnaker Lane",
                    "addressLocality": "Joliet",
                    "addressRegion": "Minnesota",
                    "postalCode": "46974-2565",
                    "addressCountry": "United States"
                }
            },
            "url": "https://example.org"
        },
        "effectiveDate": "2020-03-10",
        "issueDate": "2020-03-14",
        "anniversaryDate": "2021-03-10"
    }
}
