checkExtensions if true, the extension of the EPCISDocument will be checked against the EPCIS Document context. Otherwise, the extensions checks will be ignored.
Schema(s) validation
If you set the settings checkExtensions to true the validation function EPCISDocument.isValid() will check if all the extensions are in the context before validating
EPCISDocument.id
The SDK handles the use of the id field for an EPCIS Document
Other changes
Examples
add missing fields in the example with a full combination of fields
New Features
New settings
checkExtensions
if true, the extension of the EPCISDocument will be checked against the EPCIS Document context. Otherwise, the extensions checks will be ignored.Schema(s) validation
checkExtensions
totrue
the validation function EPCISDocument.isValid() will check if all the extensions are in the context before validatingEPCISDocument.id
Other changes
Examples