You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALGORITHM and SOFTWARE PROTOTYPE to uniquely identify/validate the integrity of any EPCIS event through a common, syntax-agnostic approach based on hashing. Takes an EPCIS Document (formatted in either XML or JSON-LD) and returns the corresponding hash value(s).
Convert GS1 EPCIS 2.0 documents between XML and JSON/JSON-LD, and upgrade EPCIS 1.2 XML to 2.0. Streaming conversion for large event documents, available as a Java library, Quarkus extension, REST API and native Docker image.
Validate GS1 EPCIS 2.0 documents and events against the official JSON Schema, and EPCIS 1.2 or 2.0 XML against the EPCglobal XSDs. Reports every schema error with line and location instead of stopping at the first one. Covers capture and query documents. Java library, REST API, servlet and Quarkus extension.