setUrlParams. I first tried passing in an instance of Schema.Class. This worked from a type perspective but the resulting url params did not show up in my open api spec viewed via swagger. However, changing to Schema.Struct did work. I'm wondering if this could be a bug in the library. If schema.class is not supported i would imagine a type error should arise.