openepcis / openepcis-document-converter

Convert GS1 EPCIS events from JSON-LD to XML format and vice versa.
https://openepcis.io
Apache License 2.0
3 stars 1 forks source link

Convert the certificationInfo field from string to object #21

Closed Aravinda93 closed 4 months ago

Aravinda93 commented 4 months ago

@sboeckelmann As per the discussion, I have converted the certificationInfo field in our openepcis-models to accommodate Object Map<String, Object>. Accordingly, the other classes, tests, examples and hash generator were modified to fix the associated change issues.

Kindly request you to review the changes and approve the PR.