pub fn validate_with_output<T: JsonSchema + Serialize>(
    item: &T
) -> Result<(), String>
Expand description

Confirm that an item matches its schema and print on failure.

See validate.