{
  "@context": "https://un.opensource.unicc.org/unece/uncefact/spec-unvtd/customs-bond-context.json",
  "type": [
    "VerifiableCredential",
    "CustomsBond"
  ],
  "credentialSchema": {
    "id": "https://un.opensource.unicc.org/unece/uncefact/spec-unvtd/customs-bond-schema.yaml",
    "type": "JsonSchema"
  },
  "id": "urn:uuid:cb-2025-us-001234",
  "validFrom": "2025-03-14T00:00:00.000Z",
  "validTo": "2026-03-14T00:00:00.000Z",
  "issuer": "did:web:globaltradesuretycorp.example.com",
  "credentialSubject": {
    "importer": {
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "street": "210 Ocean Road",
      "city": "Williamsburg",
      "state": "VA",
      "zip": 23185,
      "country": "US"
    },
    "insuranceCompany": {
      "id": "did:web:globaltradesuretycorp.example.com",
      "name": "Global Trade Surety Corp",
      "street": "100 Financial Plaza",
      "city": "New York",
      "state": "NY",
      "zip": 10004,
      "country": "US"
    },
    "deliveryLocation": {
      "name": "Port of Los Angeles",
      "city": "Los Angeles",
      "state": "CA",
      "country": "US",
      "unlocode": "https://service.unece.org/trade/locode/us.htm#USLAX"
    },
    "despatchLocation": {
      "city": "Gold Coast",
      "country": "AU"
    },
    "exportationCountry": "AU",
    "customsValue": {
      "amount": 45000,
      "currency": "USD"
    },
    "statisticalValue": {
      "amount": 45000,
      "currency": "USD"
    }
  }
}