Home Server Class
Server Class
Cancel

Server Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: Server 🡒 object

Implemented interfaces:

  • IRefTargetContainer

Models a server.

Properties

NameTypeSummary
DescriptionstringGets or sets the description.
ExtensionDataExtensionDataGets or set extension data.
UnknownDataUnknownDataGets or sets properties which are not recognized by OpenAPI.
UrlstringGets the URL of the server.
VariablesDictionary<string, ServerVariable>Gets or sets the variable map.

Constructors

Server(string url)

Declaration

1
public Server(string url)
ParameterTypeDescription
urlstringThe server URL
Contents