Home LicenseInfo Class
LicenseInfo Class
Cancel

LicenseInfo Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: LicenseInfo 🡒 object

Implemented interfaces:

  • IRefTargetContainer

Models the license information.

Properties

NameTypeSummary
ExtensionDataExtensionDataGets or set extension data.
IdentifierstringGets or sets an SPDX license expression for the API.
NamestringGets license name used for the API.
UnknownDataUnknownDataGets or sets properties which are not recognized by OpenAPI.
UrlUriGets or sets URL to the license used for the API.

Constructors

LicenseInfo(string name)

Declaration

1
public LicenseInfo(string name)
ParameterTypeDescription
namestringThe license name used for the API.
Contents