{
  "@context": "https://un.opensource.unicc.org/unece/uncefact/spec-unvtd/sea-waybill-context.json",
  "type": [
    "VerifiableCredential",
    "SeaWaybill"
  ],
  "credentialSchema": {
    "id": "https://un.opensource.unicc.org/unece/uncefact/spec-unvtd/sea-waybill-schema.yaml",
    "type": "JsonSchema"
  },
  "id": "urn:uuid:sw-2025-au-001234",
  "validFrom": "2025-03-11T00:00:00.000Z",
  "validTo": "2026-03-11T00:00:00.000Z",
  "issuer": "did:web:pacificshipping.example.com",
  "credentialSubject": {
    "seaWaybillNumber": "SW-2025-AU-001234",
    "bookingReferenceNumber": "BKG123456789",
    "contractNumber": "CTR-2025-SURF-001",
    "freightForwarderReferenceNumber": "GFS-2025-001234",
    "consignor": {
      "id": "did:web:surfpro.example.com",
      "name": "SurfPro Manufacturing Inc.",
      "street": "150 Industrial Drive",
      "city": "Gold Coast",
      "state": "QLD",
      "zip": 4217,
      "country": "AU"
    },
    "consignee": {
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "street": "210 Ocean Road",
      "city": "Williamsburg",
      "state": "VA",
      "zip": 23185,
      "country": "US"
    },
    "notifyParty": {
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "country": "US"
    },
    "carrier": {
      "id": "did:web:pacificshipping.example.com",
      "name": "Pacific Ocean Shipping Lines",
      "country": "AU"
    },
    "originalLoadingLocation": {
      "name": "Port of Gold Coast",
      "city": "Gold Coast",
      "state": "QLD",
      "country": "AU",
      "unlocode": "https://service.unece.org/trade/locode/au.htm#AUGOL"
    },
    "baseportUnloadingLocation": {
      "name": "Port of Los Angeles",
      "city": "Los Angeles",
      "country": "US",
      "unlocode": "https://service.unece.org/trade/locode/us.htm#USLAX"
    },
    "deliveryLocation": {
      "name": "Wave Rider Supplies Warehouse",
      "street": "210 Ocean Road",
      "city": "Williamsburg",
      "state": "VA",
      "country": "US"
    },
    "paymentLocation": {
      "city": "Gold Coast",
      "state": "QLD",
      "country": "AU"
    },
    "tradeTermsConditionsDescription": "Free On Board",
    "tradeTermsConditionsCode": "FOB",
    "grossWeight": {
      "amount": 520,
      "unit": "KGS"
    },
    "transportTemperature": {
      "minimum": 2,
      "maximum": 8,
      "unit": "CEL"
    },
    "volume": {
      "amount": 8.5,
      "unit": "CBM"
    },
    "descriptionOfGoods": "Surfboards, fins and wetsuits for water sports retail",
    "numberOfPackages": 18,
    "shippingMarks": "SURFPRO/WRS/001-018",
    "hsCode": "950630",
    "modeOfTransport": "1",
    "containerSizeAndType": "22G1",
    "fullOrEmptyContainer": "5",
    "transportMeansIdentifier": "PACIFIC VOYAGER",
    "vehicleRegistrationNumber": "IMO9876543",
    "transportEquipmentIdentifier": "POSU1234567"
  }
}