pub fn parse_with_warnings(
file_name: &str,
source: &str,
) -> Result<(Schema, Vec<SchemaError>), Box<SchemaErrors>>pub fn parse_with_warnings(
file_name: &str,
source: &str,
) -> Result<(Schema, Vec<SchemaError>), Box<SchemaErrors>>