[T] OpenAPIPathItem3_2
type OpenAPIPathItem3_2 = Omit<OpenAPI3PathItem, OpenAPI3HttpMethod | "parameters"> & { [method in OpenAPIHttpMethod3_2]?: OpenAPIOperation3_2 } & object;Describes the operations available on a single path. A Path Item may be empty, due to ACL constraints. The path itself is still exposed to the documentation viewer but they will not know which operations and parameters are available.
Type Declaration
Section titled “Type Declaration”| Name | Type |
|---|---|
additionalOperations? | Record<string, OpenAPIOperation3_2> |
parameters? | Refable<OpenAPIParameter3_2>[] |