Skip to main content

TypeAlias.DppCharacteristicProvenanceStatus

type DppCharacteristicProvenanceStatus = ObjectEnum<typeof DppCharacteristicProvenanceStatus>;

Review status of an AI-extracted characteristic (Trust structuration).

  • verified: the extracted value was grounded in the source text (name/description) and written to product.characteristics.
  • suggested: the extracted value could not be grounded; it is kept in the provenance record only (never auto-published) pending human review.
  • conflict: the characteristic already carried a different value; the existing value stays untouched and the extracted one awaits human arbitration.