RalphTro / epcis-event-hash-generator

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).
MIT License
8 stars 4 forks source link

Replace isA with type for JSON-LD as per new EPCIS JSON/JSON-LD Schema #63

Closed dakbhavesh closed 2 years ago

dakbhavesh commented 2 years ago

Update the algorithm & examples to replace isA field with type as per recent changes in EPCIS event schema

Reference: https://github.com/gs1/EPCIS/blob/master/JSON-Schema/EPCIS-Event-JSON-Schema.json

FYI: @Echsecutor , @RalphTro

RalphTro commented 2 years ago

Many thanks for adding this issue/submitting the PR, @dakbhavesh!

Once the spec is ratified and we have some bandwidth, we can tidy everything up with joint forces.

dakbhavesh commented 2 years ago

Closing this issue as PR#64 is approved.