pub fn validate_schema_defaults(schema: &VaultSchema) -> Result<()>Expand description
Walk every field in every collection and check that any declared
defaults are well-formed. Exposed publicly so consumers that build a
VaultSchema in code (not by loading a file) can run the same check.