Home ResponseRef Class
ResponseRef Class
Cancel

ResponseRef Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: ResponseRef 🡒 Response 🡒 object

Implemented interfaces:

  • IRefTargetContainer
  • IComponentRef

Models a $ref to a response.

Properties

NameTypeSummary
ContentDictionary<string, MediaType>Gets or sets the content collection.
DescriptionstringGets or sets the description.
ExtensionDataExtensionDataGets or set extension data.
HeadersDictionary<string, Header>Gets or sets the header collection.
IsResolvedboolGets whether the reference has been resolved.
LinksDictionary<string, Link>Gets or sets the link collection.
RefUriThe URI for the reference.
SummarystringGets or sets the summary.
UnknownDataUnknownDataGets or sets properties which are not recognized by OpenAPI.

Constructors

ResponseRef(Uri reference)

Declaration

1
public ResponseRef(Uri reference)
ParameterTypeDescription
referenceUriThe reference URI

ResponseRef(string reference)

Declaration

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