PostingDatum
PostingDatum is a data representation used in content publishing systems to encapsulate the content and metadata of a single user-generated post. It is designed as a lightweight, serializable object that can be stored, transmitted, and indexed across different layers of a web application.
Core fields typically include a unique identifier, the author’s user or account id, a timestamp for when
Beyond the core payload, a PostingDatum often carries moderation and security metadata, including content filters, moderationState,
Storage and usage generally treat a PostingDatum as a data transfer object or domain model that can