Home PathItem Class
PathItem Class
Cancel

PathItem Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: PathItem 🡒 object

Implemented interfaces:

  • IRefTargetContainer

Models an individual path.

Properties

NameTypeSummary
DeleteOperationGets or sets the DELETE operation.
DescriptionstringGets or sets the description.
ExtensionDataExtensionDataGets or set extension data.
GetOperationGets or sets the GET operation.
HeadOperationGets or sets the HEAD operation.
OptionsOperationGets or sets the OPTIONS operation.
ParametersIReadOnlyList<Parameter>Gets or sets the collection of parameters.
PatchOperationGets or sets the PATCH operation.
PostOperationGets or sets the POST operation.
PutOperationGets or sets the PUT operation.
ServersIReadOnlyList<Server>Gets or sets the collection of servers.
SummarystringGets or sets the summary.
TraceOperationGets or sets the TRACE operation.
UnknownDataUnknownDataGets or sets properties which are not recognized by OpenAPI.
Contents