Namespace: Json.Schema.Api.OpenApi
Inheritance: ExternalDocumentation 🡒 object
Implemented interfaces:
Models external documentation.
Properties
| Name | Type | Summary |
|---|
| Description | string | Gets or sets the description. |
| ExtensionData | ExtensionData | Gets or set extension data. |
| UnknownData | UnknownData | Gets or sets properties which are not recognized by OpenAPI. |
| Url | Uri | Gets the URL for the target documentation. |
Constructors
ExternalDocumentation(Uri url)
Declaration
1
| public ExternalDocumentation(Uri url)
|
| Parameter | Type | Description |
|---|
| url | Uri | The URL for the target documentation. |
ExternalDocumentation(string url)
Declaration
1
| public ExternalDocumentation(string url)
|
| Parameter | Type | Description |
|---|
| url | string | The URL for the target documentation. |