provenance property

TagProvenance provenance
final

Provenance information tracking the origin and reliability of this tag.

Provenance provides essential context about where this tag value came from and how reliable it is. This information is used for:

  • Determining precedence during merge operations
  • Providing transparency about data sources
  • Enabling auditing of metadata transformations
  • Supporting debugging of parsing issues

If no specific provenance is provided, TagProvenance.none is used as a sensible default for user-created or synthetic tags.

Implementation

final TagProvenance provenance;