{
  "@context": [
    "https://ref.gs1.org/standards/epcis/epcis-context.jsonld"
  ],
  "type": "EPCISDocument",
  "schemaVersion": "2.0",
  "creationDate": "2026-09-05T09:31:00-04:00",
  "instanceIdentifier": "FICTIONAL-TRAINING-EXAMPLE-NOT-A-REAL-RECEIPT",
  "epcisBody": {
    "eventList": [
      {
        "type": "ObjectEvent",
        "eventTime": "2026-09-05T09:30:00-04:00",
        "eventTimeZoneOffset": "-04:00",
        "eventID": "https://example.org/events/demo-receive-17",
        "epcList": [
          "https://example.org/items/A",
          "https://example.org/items/B"
        ],
        "action": "OBSERVE",
        "bizStep": "receiving",
        "readPoint": {
          "id": "https://example.org/locations/dock-1"
        },
        "bizLocation": {
          "id": "https://example.org/locations/warehouse-1"
        }
      }
    ]
  }
}
