pub fn load_schema(path: &Path) -> Result<Schema>
Load and parse schema from a file or stdin.
Returns an error if the file cannot be read or parsed.