Optional $refAllows for a referenced definition of this path item. The referenced structure MUST be in the form of a Path Item Object. In case a Path Item Object field appears both in the defined object and the referenced object, the behavior is undefined. See the rules for resolving Relative References.
Optional deleteA definition of a DELETE operation on this path.
Optional descriptionAn optional, string description, intended to apply to all operations in this path. CommonMark syntax MAY be used for rich text representation.
Optional getA definition of a GET operation on this path.
Optional headA definition of a HEAD operation on this path.
Optional optionsA definition of an OPTIONS operation on this path.
Optional parametersA list of parameters that are applicable for all the operations described under this path. These parameters can be overridden at the operation level, but cannot be removed there. The list MUST NOT include duplicated parameters. A unique parameter is defined by a combination of a name and location. The list can use the Reference Object to link to parameters that are defined at the OpenAPI Object’s components/parameters.
Optional patchA definition of a PATCH operation on this path.
Optional postA definition of a POST operation on this path.
Optional putA definition of a PUT operation on this path.
Optional serversAn alternative server array to service all operations in this path.
Optional summaryAn optional, string summary, intended to apply to all operations in this path.
Optional traceA definition of a TRACE operation on this path.
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.
See
https://spec.openapis.org/oas/latest.html#path-item-object