{
  "@context": "https://unvtd.unece.org/warehouse-receipt-context.json",
  "type": [
    "VerifiableCredential",
    "WarehouseReceipt"
  ],
  "credentialSchema": {
    "id": "https://unvtd.unece.org/warehouse-receipt-schema.yaml",
    "type": "JsonSchema"
  },
  "id": "urn:uuid:wr-2025-sydney-001",
  "validFrom": "2025-03-13T10:00:00Z",
  "validTo": "2026-03-13T10:00:00Z",
  "issuer": "did:web:sydneywarehousing.example.com",
  "credentialSubject": {
    "documentIdentifier": "WR-2025-SYD-001234",
    "issueDate": "2025-03-13T00:00:00Z",
    "warehouseDepositor": {
      "type": "Depositor",
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "street": "210 Ocean Road",
      "city": "Williamsburg",
      "state": "NSW",
      "zip": 75002,
      "country": "AU"
    },
    "warehouseKeeper": {
      "type": "WarehouseKeeper",
      "id": "did:web:sydneywarehousing.example.com",
      "name": "Sydney Secure Warehousing Pty Ltd",
      "street": "45 Logistics Way",
      "city": "Sydney",
      "state": "NSW",
      "zip": 2015,
      "country": "AU"
    },
    "warehouse": {
      "name": "Sydney Secure Warehousing - Facility A",
      "street": "45 Logistics Way",
      "city": "Sydney",
      "state": "NSW",
      "zip": 2015,
      "country": "AU",
      "warehouseCode": "SSW-FAC-A"
    },
    "placeOfIssue": {
      "city": "Sydney",
      "state": "NSW",
      "country": "AU"
    },
    "transportContractNumber": "BKG123456789",
    "billOfLadingNumber": "POSL-2025-001234",
    "invoiceNumber": "INV-2025-031-001",
    "actualArrivalDate": "2025-03-13T00:00:00Z",
    "actualDepartureDate": "2025-03-12T00:00:00Z",
    "storageStartDate": "2025-03-13T00:00:00Z",
    "authentication": "This receipt is authenticated and signed by Sydney Secure Warehousing Pty Ltd",
    "documentEndorsement": "Negotiable - To order of depositor",
    "storageConditions": "Goods stored in climate-controlled facility at ambient temperature",
    "handlingInstructions": "Handle with care. Keep dry. This side up.",
    "deliveryInstructions": "Release only upon presentation of original receipt and proper identification",
    "totalGrossWeight": {
      "type": "Quantity",
      "amount": 520.0,
      "unit": "KGS"
    },
    "totalVolume": {
      "type": "Quantity",
      "amount": 8.5,
      "unit": "CBM"
    },
    "totalPackages": 18,
    "storedGoods": [
      {
        "description": "Professional Longboard - Ocean Series",
        "quantity": {
          "type": "Quantity",
          "amount": 25,
          "unit": "Units"
        },
        "numberOfPackages": 5,
        "packagingType": "CT",
        "shippingMarks": "SURFPRO/WRS/001-005",
        "grossWeight": {
          "type": "Quantity",
          "amount": 200.0,
          "unit": "KGS"
        },
        "storageLocation": "Zone A, Row 12, Bay 3-4",
        "condition": "Good condition"
      },
      {
        "description": "Performance Shortboard - Pro Series",
        "quantity": {
          "type": "Quantity",
          "amount": 50,
          "unit": "Units"
        },
        "numberOfPackages": 5,
        "packagingType": "CT",
        "shippingMarks": "SURFPRO/WRS/006-010",
        "grossWeight": {
          "type": "Quantity",
          "amount": 165.0,
          "unit": "KGS"
        },
        "storageLocation": "Zone A, Row 12, Bay 5-6",
        "condition": "Good condition"
      },
      {
        "description": "Surfboard Fin Set - Thruster",
        "quantity": {
          "type": "Quantity",
          "amount": 100,
          "unit": "Units"
        },
        "numberOfPackages": 4,
        "packagingType": "CT",
        "shippingMarks": "SURFPRO/WRS/011-014",
        "grossWeight": {
          "type": "Quantity",
          "amount": 30.0,
          "unit": "KGS"
        },
        "storageLocation": "Zone B, Row 8, Bay 1",
        "condition": "Good condition"
      },
      {
        "description": "Premium Wetsuit - 3/2mm",
        "quantity": {
          "type": "Quantity",
          "amount": 75,
          "unit": "Units"
        },
        "numberOfPackages": 4,
        "packagingType": "CT",
        "shippingMarks": "SURFPRO/WRS/015-018",
        "grossWeight": {
          "type": "Quantity",
          "amount": 125.0,
          "unit": "KGS"
        },
        "storageLocation": "Zone B, Row 8, Bay 2",
        "condition": "Good condition"
      }
    ]
  }
}
