//! common.rs — Shared utilities for the adapter crate
//!
//! Purpose:
//! - Houses small, reusable helpers that are needed across multiple
//! modules within the adapter crate.
//!
//! Owns:
//! - JSON value type naming convention
//!
//! Does not own:
//! - Any adapter semantics, validation, or binding logic
/// Return the canonical JSON Schema type name for a `serde_json::Value`.
pub