Home PathItemRef Class
PathItemRef Class
Cancel

PathItemRef Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: PathItemRef 🡒 PathItem 🡒 object

Implemented interfaces:

  • IRefTargetContainer
  • IComponentRef

Models a $ref to a path item.

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.
IsResolvedboolGets whether the reference has been resolved.
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.
RefUriThe URI for the reference.
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.

Constructors

PathItemRef(Uri reference)

Declaration

1
public PathItemRef(Uri reference)
ParameterTypeDescription
referenceUriThe reference URI

PathItemRef(string reference)

Declaration

1
public PathItemRef(string reference)
ParameterTypeDescription
referencestringThe reference URI
Contents