Changelog
All notable changes to Signal Tags
All notable changes to Signal Tags Schema will be documented here.
Format: Keep a Changelog Versioning: Semantic Versioning
0.1.0 — 2026-03-11
Added
- Initial public release of
@betterdata/signal-tags-schema - JSON Schema v0.1 definitions:
signal-tag,trace-event,product-identifier, andlot(fixtures andscripts/validate-fixtures.jsfor validation) - TypeScript entrypoint (
src/index.ts) exportingSCHEMA_VERSION,SignalTagStatus, andTraceEventTypealigned with the JSON schemas - Hardware-anchored product authentication model via the Signal Tag record schema (lifecycle statuses including
manufactured,in_transit,received,verified,recalled,expired,revoked) - Chain-of-custody and traceability via
trace-event(event types such asmanufacture,custody_transfer,scan_verify,lot_creation,recall_initiated, and related flows) - Adapter notes for EPCIS and Firefly mappings under
adapters/ - Vitest conformance tests under
tests/conformance/ - Apache-2.0 license