Skip to content

[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.

NameType
additionalOperations?Record<string, OpenAPIOperation3_2>
parameters?Refable<OpenAPIParameter3_2>[]

https://spec.openapis.org/oas/v3.2.0.html#fixed-fields-6