//! Parameter types for the `get` verb (ADR-023).
use schemars;
use ;
/// Input for `get` — fetch any single record by UUID.
///
/// Automatically determines whether the UUID refers to an entity, note, or edge.
/// Returns `{"kind": "entity"|"note"|"edge", "data": {...}}` if found, or an error if not found.