20#ifndef ORES_DQ_API_DOMAIN_DATA_DOMAIN_HPP
21#define ORES_DQ_API_DOMAIN_DATA_DOMAIN_HPP
27namespace ores::dq::domain {
Represents a high-level classification of data within the system.
Definition data_domain.hpp:41
std::string modified_by
Username of the person who last modified this data domain.
Definition data_domain.hpp:68
std::string change_commentary
Free-text commentary explaining the change.
Definition data_domain.hpp:73
std::string description
Human-readable description of the data domain's purpose.
Definition data_domain.hpp:63
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition data_domain.hpp:83
std::string name
Unique name identifying this data domain.
Definition data_domain.hpp:58
int version
Version number for optimistic locking and change tracking.
Definition data_domain.hpp:45
std::string performed_by
Username of the account that performed this operation.
Definition data_domain.hpp:78
std::string tenant_id
Tenant identifier for multi-tenancy isolation.
Definition data_domain.hpp:50