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 MetaData fields with Metadata #40

Closed dakbhavesh closed 3 years ago

dakbhavesh commented 3 years ago

Dear @RalphTro and @Echsecutor,

As discussed at EPCIS issue 166, have replaced sensorMetaData field with sensorMetadata and deviceMetaData with deviceMetadata.

Please have a look and let me know in case of any queries.

RalphTro commented 3 years ago

Fantastic, @dakbhavesh - many thanks for making all these adjustments!