pub fn from_reader<R>(read: R) -> Result<Doc, Error>where R: Read,
deserialize an open api spec from type which implements Read