Home LinkRef Class
LinkRef Class
Cancel

LinkRef Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: LinkRef 🡒 Link 🡒 object

Implemented interfaces:

  • IRefTargetContainer
  • IComponentRef

Models a $ref to a link.

Properties

NameTypeSummary
DescriptionstringGets or sets the description.
ExtensionDataExtensionDataGets or set extension data.
IsResolvedboolGets whether the reference has been resolved.
OperationIdstringGets or sets the name of the operation.
OperationRefUriGets or sets a relative or absolute URI reference to an OAS operation.
ParametersDictionary<string, RuntimeExpression>Gets or sets the parameter collection.
RefUriThe URI for the reference.
RequestBodyRuntimeExpressionGets or sets the request body for the target operation.
ServerServerGets or sets the server for the target operation.
SummarystringGets or sets the summary.
UnknownDataUnknownDataGets or sets properties which are not recognized by OpenAPI.

Constructors

LinkRef(Uri reference)

Declaration

1
public LinkRef(Uri reference)
ParameterTypeDescription
referenceUriThe reference URI

LinkRef(string reference)

Declaration

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