[T] OpenAPI3PathParameter
type OpenAPI3PathParameter = OpenAPI3ParameterBase & object;
Type declaration
Name | Type | Description |
---|---|---|
in | "path" | - |
name | string | Name of the parameter. |
style ? | "simple" | "label" | "matrix" | Describes how the parameter value will be serialized depending on the type of the parameter value. Default value for path parameters is simple. See https://github.com/OAI/OpenAPI-Specification/blob/3.0.3/versions/3.0.2.md#style-values |