//! Schema validators backing the `plan-archive validate-*` subcommands.
use Serialize;
/// Free-form warning attached to a successful validation envelope.
///
/// Validators emit warnings (rather than errors) when the input parses and
/// matches required fields but has surprising shape — for example, the
/// pre-classification `metadata.yaml` that omits the captured host
/// classification field.