Home OpenApiInfo Class
OpenApiInfo Class
Cancel

OpenApiInfo Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: OpenApiInfo 🡒 object

Implemented interfaces:

  • IRefTargetContainer

Models the info object.

Properties

NameTypeSummary
ContactContactInfoGets or sets the contact information.
DescriptionstringGets or sets the description.
ExtensionDataExtensionDataGets or set extension data.
LicenseLicenseInfoGets or sets the license information.
SummarystringGets or sets the summary.
TermsOfServiceUriGets or sets the link to the terms of service.
TitlestringGets the title.
UnknownDataUnknownDataGets or sets properties which are not recognized by OpenAPI.
VersionstringGets or sets the API version.

Constructors

OpenApiInfo(string title, string version)

Declaration

1
public OpenApiInfo(string title, string version)
ParameterTypeDescription
titlestringThe title
versionstringThe API version
Contents