{
    "@context": [
        "https://www.w3.org/2018/credentials/v1",
        "https://w3id.org/traceability/v1"
    ],
    "id": "https://example.com/credential/123",
    "type": [
        "VerifiableCredential",
        "FoodDefenseInspectionCredential"
    ],
    "name": "Food Defense Inspection Credential",
    "issuanceDate": "2021-12-11T03:50:55Z",
    "issuer": {
        "id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
        "type": [
            "Organization"
        ],
        "name": "Glayson & Co. Inspections",
        "description": "Agricultural cleanliness & food defense assurance",
        "location": {
            "type": [
                "Place"
            ],
            "address": {
                "type": [
                    "PostalAddress"
                ],
                "streetAddress": "3198 O'Kon Wall",
                "addressLocality": "North Adolphchester",
                "addressRegion": "Nevada",
                "postalCode": "50788",
                "addressCountry": "Cote d'Ivoire"
            }
        },
        "email": "Bernita.Quitzon98@example.com",
        "phoneNumber": "555-171-4411",
        "faxNumber": "+1-555-758-9761"
    },
    "credentialSubject": {
        "type": [
            "FoodDefenseInspection"
        ],
        "commonInfo": {
            "type": [
                "AgricultureInspectionCommonInfo"
            ],
            "applicant": {
                "type": [
                    "Organization"
                ],
                "name": "Miracle Produce",
                "description": "Organic fruits & vegetables",
                "email": "contact@example.com",
                "phoneNumber": "460-555-2604",
                "url": "miracle.example.com"
            },
            "facility": {
                "type": [
                    "Place"
                ],
                "globalLocationNumber": "5449782976823",
                "geo": {
                    "type": [
                        "GeoCoordinates"
                    ],
                    "latitude": "-79.6395",
                    "longitude": "178.5353"
                },
                "address": {
                    "type": [
                        "PostalAddress"
                    ],
                    "name": "Miracle Produce",
                    "streetAddress": "853 Wisozk River",
                    "addressLocality": "New Noemyfort",
                    "addressRegion": "New Mexico",
                    "postalCode": "18047-2038",
                    "addressCountry": "USA"
                },
                "unLocode": "DKCPH"
            },
            "inspector": {
                "type": [
                    "Inspector"
                ],
                "person": {
                    "type": [
                        "Person"
                    ],
                    "firstName": "Jason",
                    "lastName": "Grant",
                    "email": "Santa43@example.org",
                    "phoneNumber": "555-460-4373",
                    "worksFor": {
                        "type": [
                            "Organization"
                        ],
                        "name": "Glayson & Co. Inspections",
                        "description": "Agricultural cleanliness & food defense assurance",
                        "email": "Marina96@glaysonco.net",
                        "phoneNumber": "555-521-6143",
                        "faxNumber": "555-150-7668"
                    },
                    "jobTitle": "Principal Data Supervisor"
                },
                "qualification": [
                    {
                        "type": [
                            "Qualification"
                        ],
                        "qualificationCategory": "Agricultural Security Analyst",
                        "qualificationValue": "Executive"
                    },
                    {
                        "type": [
                            "Qualification"
                        ],
                        "qualificationCategory": "Future Metrics Planner",
                        "qualificationValue": "Coordinator"
                    },
                    {
                        "type": [
                            "Qualification"
                        ],
                        "qualificationCategory": "Internal Identity Agent",
                        "qualificationValue": "Assistant"
                    }
                ]
            },
            "delegateOf": {
                "type": [
                    "Organization"
                ],
                "name": "Glayson & Co. Inspections",
                "description": "Agricultural cleanliness & food defense assurance",
                "email": "Marina96@glaysonco.net",
                "phoneNumber": "521-555-6143",
                "faxNumber": "150-555-7668"
            },
            "regulatoryAgency": {
                "type": [
                    "Organization"
                ],
                "name": "CDFA",
                "description": "California Department of Food and Agriculture",
                "email": "relations@example.org",
                "phoneNumber": "467-555-2604",
                "faxNumber": "486-555-3154"
            },
            "inspectionStarted": "2020-03-15T14:30-08:00",
            "inspectionEnded": "2020-03-15T17:30-08:00"
        },
        "questions": [
            {
                "type": [
                    "FoodDefenseQuestion"
                ],
                "number": "10",
                "facility": "P",
                "response": false,
                "rating": 1
            },
            {
                "type": [
                    "FoodDefenseQuestion"
                ],
                "number": "12",
                "facility": "P",
                "response": true,
                "rating": 4
            }
        ],
        "deficiencies": [
            {
                "type": [
                    "FoodDefenseDeficiency"
                ],
                "number": "10",
                "description": "\"No Trespassing\" signs not visible along perimeter and no other measures",
                "proposedCorrectionDate": "2020-03-20",
                "dateCorrected": "2020-03-21"
            }
        ]
    }
}
