20#ifndef ORES_DQ_DOMAIN_CODING_SCHEME_HPP
21#define ORES_DQ_DOMAIN_CODING_SCHEME_HPP
27namespace ores::dq::domain {
79 std::optional<std::string>
uri;
Defines a coding or identification standard used to identify entities.
Definition coding_scheme.hpp:36
std::string domain_name
Data domain this scheme applies to.
Definition coding_scheme.hpp:74
std::optional< std::string > uri
Optional URI pointing to the official scheme definition.
Definition coding_scheme.hpp:79
std::string change_commentary
Free-text commentary explaining the change.
Definition coding_scheme.hpp:94
std::string description
Human-readable description of the coding scheme's purpose.
Definition coding_scheme.hpp:84
std::string authority_type
Type of authority that maintains this scheme.
Definition coding_scheme.hpp:60
std::string code
Unique code identifying this coding scheme.
Definition coding_scheme.hpp:48
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition coding_scheme.hpp:99
std::string name
Human-readable name for the coding scheme.
Definition coding_scheme.hpp:53
std::string recorded_by
Username of the person who last modified this scheme.
Definition coding_scheme.hpp:89
int version
Version number for optimistic locking and change tracking.
Definition coding_scheme.hpp:40
std::string subject_area_name
Subject area this scheme belongs to.
Definition coding_scheme.hpp:67