Daniel Gallups
Daniel Gallups
In `src/openapi/path.rs:769-777`: ```rust impl ParameterBuilder { pub fn required(mut self, required: Required) -> Self { self.required = required; // required must be true, if parameter_in is Path if self.parameter_in ==...
Fixes #1438
- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md). - [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. ---...
Hello! I'm working on a little hobby project at the moment. I use the [`utoipa`](https://github.com/juhaku/utoipa) crate to generate my openapi spec. Though GeoJSON is a common type in typescript syntax,...
Hello @Michael-F-Bryan, are you still planning to maintain this crate? I have noticed you most recently merged a PR #100 in June of 2024. Because there are several issues that...