hostTemplate | string | Specifies the parameterized template for the host. |
parameters? | OpenAPI2Parameter[] | The list of parameters that are used within the hostTemplate. This can include both reference parameters as well as explicit parameters. Note that “in” is required and must be set to “path”. The reference parameters will be treated as global parameters and will end up as property of the client. |
useSchemePrefix? | boolean | Specifies whether to prepend the default scheme a.k.a protocol to the base uri of client. Default true |