The path object of an OpenAPI specification is associated with the parameters declaration. Common use cases like `?limit=10&offset=0` should be supported. - [ ] feat: paths can be typed and validated
The path object of an OpenAPI specification is associated with the parameters declaration.
Common use cases like
?limit=10&offset=0should be supported.