20#ifndef ORES_DQ_API_DOMAIN_CODING_SCHEME_AUTHORITY_TYPE_HPP
21#define ORES_DQ_API_DOMAIN_CODING_SCHEME_AUTHORITY_TYPE_HPP
27namespace ores::dq::domain {
Classifies coding schemes by the type of authority that defines them.
Definition coding_scheme_authority_type.hpp:41
std::string modified_by
Username of the person who last modified this authority type.
Definition coding_scheme_authority_type.hpp:73
std::string change_commentary
Free-text commentary explaining the change.
Definition coding_scheme_authority_type.hpp:78
std::string description
Detailed description of what this authority type represents.
Definition coding_scheme_authority_type.hpp:68
std::string code
Unique code identifying this authority type.
Definition coding_scheme_authority_type.hpp:58
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition coding_scheme_authority_type.hpp:88
std::string name
Human-readable name for display purposes.
Definition coding_scheme_authority_type.hpp:63
int version
Version number for optimistic locking and change tracking.
Definition coding_scheme_authority_type.hpp:45
std::string performed_by
Username of the account that performed this operation.
Definition coding_scheme_authority_type.hpp:83
std::string tenant_id
Tenant identifier for multi-tenancy isolation.
Definition coding_scheme_authority_type.hpp:50