{
    "@context": [
        "https://www.w3.org/2018/credentials/v1",
        "https://w3id.org/traceability/v1"
    ],
    "id": "https://example.com/credential/123",
    "type": [
        "VerifiableCredential",
        "PGAShipmentStatusCredential"
    ],
    "name": "PGA Shipment Status Credential",
    "description": "Credential Issued by a PGA for the status of Cargo",
    "relatedLink": [],
    "issuanceDate": "2019-12-11T03:50:55Z",
    "issuer": {
        "id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
        "type": [
            "Organization"
        ],
        "name": "Food Border Force Agency",
        "description": "Food Related PGA",
        "location": {
            "type": [
                "Place"
            ],
            "address": {
                "type": [
                    "PostalAddress"
                ],
                "streetAddress": "027 Brakus Knoll",
                "addressLocality": "East Johnniemouth",
                "addressRegion": "Arizona",
                "postalCode": "25780-5840",
                "addressCountry": "Grenada"
            }
        },
        "email": "Kendrick.Spinka57@fbf.example.gov",
        "phoneNumber": "555-322-9464",
        "faxNumber": "555-766-1744"
    },
    "credentialSubject": {
        "type": [
            "PGAShipmentStatusList"
        ],
        "pgaShipmentStatusItems": [
            {
                "type": [
                    "PGAShipmentStatus"
                ],
                "recordNo": "SO70",
                "entryNo": "AAA-1234567-8",
                "entryLineSequence": "L1:S1",
                "statusCode": "O2",
                "statusCodeDescription": "Hold Intact",
                "validCodeReason": "25",
                "validCodeReasonDescription": "Additional Verification Needed",
                "subReasonCode": "132",
                "subReasonCodeDescription": "Documentation Needed"
            },
            {
                "type": [
                    "PGAShipmentStatus"
                ],
                "recordNo": "SO70",
                "entryNo": "AAA-1234567-8",
                "entryLineSequence": "L1:S2",
                "statusCode": "O7",
                "statusCodeDescription": "May Proceed",
                "validCodeReason": "23",
                "validCodeReasonDescription": "Released"
            }
        ]
    }
}
