#include <userver/dynamic_config/registered_config_meta.hpp>
Metadata of a single registered dynamic_config::Key.
Definition at line 20 of file registered_config_meta.hpp.
Public Attributes | |
| std::string_view | name |
| std::string_view | schema_hash |
| std::string_view dynamic_config::RegisteredConfigMeta::name |
Definition at line 21 of file registered_config_meta.hpp.
| std::string_view dynamic_config::RegisteredConfigMeta::schema_hash |
SHA-256(canonical JSON of schema), lowercase hex, 64 chars. Empty for keys not generated by chaotic.
Definition at line 24 of file registered_config_meta.hpp.