{
  "@context": "https://un.opensource.unicc.org/unece/uncefact/spec-unvtd/air-waybill-context.json",
  "type": [
    "VerifiableCredential",
    "AirWaybill"
  ],
  "credentialSchema": {
    "id": "https://un.opensource.unicc.org/unece/uncefact/spec-unvtd/air-waybill-schema.yaml",
    "type": "JsonSchema"
  },
  "id": "urn:uuid:aw-2025-081-12345678",
  "validFrom": "2025-03-15T00:00:00.000Z",
  "validTo": "2026-03-15T00:00:00.000Z",
  "issuer": "did:web:qantasfreight.example.com",
  "credentialSubject": {
    "airWaybillNumber": "081-12345678",
    "houseWaybillDocumentIdentifier": "GFS-HAWB-2025-001",
    "estimatedTimeOfDeparture": "2025-03-15T23:00:00Z",
    "estimatedTimeOfArrival": "2025-03-16T18:00:00Z",
    "consignor": {
      "id": "did:web:surfproexports.example.com",
      "name": "SurfPro Exports Pty Ltd",
      "street": "12 Harbour Drive",
      "city": "Sydney",
      "state": "NSW",
      "zip": 2000,
      "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"
    },
    "carrier": {
      "id": "did:web:qantasfreight.example.com",
      "name": "Qantas Freight",
      "country": "AU"
    },
    "freightForwarder": {
      "id": "did:web:globalfreightsolutions.example.com",
      "name": "Global Freight Solutions Pty Ltd",
      "country": "AU"
    },
    "transportEquipmentOperator": {
      "id": "did:web:sydneyairportground.example.com",
      "name": "Sydney Airport Ground Services",
      "country": "AU"
    },
    "notifyParty": {
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "country": "US"
    },
    "originalLoadingLocation": {
      "name": "Sydney Airport",
      "city": "Sydney",
      "country": "AU",
      "unlocode": "https://service.unece.org/trade/locode/au.htm#AUSYD"
    },
    "placeOfDeparture": {
      "name": "Sydney Airport",
      "iataCode": "SYD",
      "city": "Sydney",
      "country": "AU"
    },
    "arrivalLocation": {
      "name": "Los Angeles International Airport",
      "iataCode": "LAX",
      "city": "Los Angeles",
      "country": "US"
    },
    "conveyanceReferenceNumber": "QF 107",
    "transportContractConditions": "Subject to IATA Standard Conditions of Contract",
    "loadingInstructions": "Handle with care — fragile sporting equipment",
    "grossWeight": {
      "amount": 520,
      "unit": "KGS"
    },
    "volume": {
      "amount": 8.5,
      "unit": "CBM"
    },
    "numberOfPackages": 18,
    "descriptionOfGoods": "Surfboards, fins and wetsuits for water sports retail",
    "consignmentSummaryDescription": "Sports equipment - surfing products",
    "hsCode": "950630",
    "freightAndChargesAmount": {
      "amount": 3200,
      "currency": "USD"
    }
  }
}