// error message prefixes
pub const MSG_FAILED_TO_PREFIX: &str = "Failed to";
pub const MSG_INVALID_PREFIX: &str = "Invalid";
pub const MSG_MISSING_PREFIX: &str = "Missing";
// json schema constants
/// JSON Schema reference prefix for type definitions.
pub const SCHEMA_REF_PREFIX: &str = "#/$defs/";