pub fn load_schema(path: &Path) -> Result<Value, ResolveError>
Load a schema from a file path.
Returns ResolveError::FileNotFound if the file doesn’t exist, or ResolveError::InvalidJson if the file isn’t valid JSON.
ResolveError::FileNotFound
ResolveError::InvalidJson