20#ifndef ORES_DQ_DOMAIN_CODING_SCHEME_AUTHORITY_TYPE_HPP
21#define ORES_DQ_DOMAIN_CODING_SCHEME_AUTHORITY_TYPE_HPP
26namespace ores::dq::domain {
Classifies coding schemes by the type of authority that defines them.
Definition coding_scheme_authority_type.hpp:40
std::string change_commentary
Free-text commentary explaining the change.
Definition coding_scheme_authority_type.hpp:72
std::string description
Detailed description of what this authority type represents.
Definition coding_scheme_authority_type.hpp:62
std::string code
Unique code identifying this authority type.
Definition coding_scheme_authority_type.hpp:52
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition coding_scheme_authority_type.hpp:77
std::string name
Human-readable name for display purposes.
Definition coding_scheme_authority_type.hpp:57
std::string recorded_by
Username of the person who last modified this authority type.
Definition coding_scheme_authority_type.hpp:67
int version
Version number for optimistic locking and change tracking.
Definition coding_scheme_authority_type.hpp:44