Support Schema References in path parameters

Maybe this is a limitation of underlying libs or specs, but it would be great if I could use schema references to define path and query parameters. Right now it’s only possible to use the basic types but in the API I’m defining/testing at the moment there’s a lot of reuse of specific types in path/query params. For example, ISO-3166 alpha-2 country codes for which I made an extensive enum. Would be great if I could use that in path/query as well (of course I understand it cannot support objects but simple string/number definitions would be great!)

Hi, thanks for the feedback. We have plans to support referencing schemas for Query parameters.

Evans thanks!

Evans thanks!